Skip to content

Commit 82b366d

Browse files
committed
Release v0.31.2
1 parent 448064e commit 82b366d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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+
322
## v0.31.1 (2024-01-11)
423

524
* 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.1"
5+
@version "0.31.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)