Skip to content

Commit

Permalink
Release v0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 5, 2024
1 parent 448064e commit 82b366d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

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

* Enhancements
* Add `equiv` handling for types and callbacks for Erlang
* Add cmd-k/ctrl-k shortcut to focus searchbar
* Use dark backgrounds for admonition blocks in dark theme
* Autolink .cheatmd files
* Warn when extra link targets an application not in dependencies
* Add support for `before_closing_footer_tag`

* Bug fixes
* Fix sidebar toggle flickering on page load
* Fix background color inside code snippets with no language in dark mode
* Hide search bar and background layer on print
* Use blue links for Erlang
* Fix logo not declared in EPUB's OPF manifest
* Escape URIs and titles in EPUB
* Fix URL slug not updating on anchor clicks

## v0.31.1 (2024-01-11)

* 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.1"
@version "0.31.2"

def project do
[
Expand Down

0 comments on commit 82b366d

Please sign in to comment.