Skip to content

Commit

Permalink
Release v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 10, 2024
1 parent da47bc4 commit 08dba8f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.32.0 (2024-04-10)

* Enhancements
* Add the ability to see previews during autocompletion
* Remove serif font for content and prefer using the operating system font instead
* Allow the search bar to be focused at any moment
* Make functions acceptable for `:skip_undefined_reference_warnings_on`
* Make functions acceptable for `:skip_code_autolink_to`
* Allow using meta tags to disable autocompletion and configure the full text search

* Bug fixes
* Fix blockquote padding inside tabset on small screens
* Consistently index h2 and h3 headers

## v0.31.2 (2024-03-05)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExDoc.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-lang/ex_doc"
@version "0.31.2"
@version "0.32.0"

def project do
[
Expand Down

0 comments on commit 08dba8f

Please sign in to comment.