File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
317## v0.31.2 (2024-03-05)
418
519 * 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.2 "
5+ @ version "0.32.0 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments