File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.31.2 (2024-03-05)
4+
5+ * Enhancements
6+ * Add ` equiv ` handling for types and callbacks for Erlang
7+ * Add cmd-k/ctrl-k shortcut to focus searchbar
8+ * Use dark backgrounds for admonition blocks in dark theme
9+ * Autolink .cheatmd files
10+ * Warn when extra link targets an application not in dependencies
11+ * Add support for ` before_closing_footer_tag `
12+
13+ * Bug fixes
14+ * Fix sidebar toggle flickering on page load
15+ * Fix background color inside code snippets with no language in dark mode
16+ * Hide search bar and background layer on print
17+ * Use blue links for Erlang
18+ * Fix logo not declared in EPUB's OPF manifest
19+ * Escape URIs and titles in EPUB
20+ * Fix URL slug not updating on anchor clicks
21+
322## v0.31.1 (2024-01-11)
423
524 * Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
22 use Mix.Project
33
44 @ source_url "https://github.com/elixir-lang/ex_doc"
5- @ version "0.31.1 "
5+ @ version "0.31.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments