Skip to content

Commit

Permalink
Release v0.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 2, 2023
1 parent adcea58 commit 0e2d768
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## v0.29.2 (2023-03-02)

* Enhancements
* Improvements to cheatsheets spacing
* Improvements to cheatsheets print
* Include sections of modules and extras in search suggestions
* Make sidebar links full-width and add hover states
* Improve clickable area of sidebar tabs
* Improve contrast on sidebar

* Bug fix
* Add media type for .license files for epub
* Fix overscroll on the sidebar
* Focus search input immediately after keyboard shortcut
* Don't attempt parsing code blocks that don't look like modules
* Fix visited link color in admonition blocks

## v0.29.1 (2022-11-21)

* 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.29.1"
@version "0.29.2"

def project do
[
Expand Down

0 comments on commit 0e2d768

Please sign in to comment.