File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.32.0 (2024-04-10)
4
+
5
+ * Enhancements
6
+ * Add the ability to see previews during autocompletion
7
+ * Remove serif font for content and prefer using the operating system font instead
8
+ * Allow the search bar to be focused at any moment
9
+ * Make functions acceptable for ` :skip_undefined_reference_warnings_on `
10
+ * Make functions acceptable for ` :skip_code_autolink_to `
11
+ * Allow using meta tags to disable autocompletion and configure the full text search
12
+
13
+ * Bug fixes
14
+ * Fix blockquote padding inside tabset on small screens
15
+ * Consistently index h2 and h3 headers
16
+
3
17
## v0.31.2 (2024-03-05)
4
18
5
19
* 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.2 "
5
+ @ version "0.32.0 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments