File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
22
## v0.31.1 (2024-01-11)
4
23
5
24
* Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/elixir-lang/ex_doc"
5
- @ version "0.31.1 "
5
+ @ version "0.31.2 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments