Skip to content

Commit 08dba8f

Browse files
committed
Release v0.32.0
1 parent da47bc4 commit 08dba8f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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

mix.exs

+1-1
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)