File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.29.2 (2023-03-02)
4+
5+ * Enhancements
6+ * Improvements to cheatsheets spacing
7+ * Improvements to cheatsheets print
8+ * Include sections of modules and extras in search suggestions
9+ * Make sidebar links full-width and add hover states
10+ * Improve clickable area of sidebar tabs
11+ * Improve contrast on sidebar
12+
13+ * Bug fix
14+ * Add media type for .license files for epub
15+ * Fix overscroll on the sidebar
16+ * Focus search input immediately after keyboard shortcut
17+ * Don't attempt parsing code blocks that don't look like modules
18+ * Fix visited link color in admonition blocks
19+
320## v0.29.1 (2022-11-21)
421
522 * Enhancements
Original file line number Diff line number Diff 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.29.1 "
5+ @ version "0.29.2 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments