All Versions
90
Latest Version
Avg Release Cycle
34 days
Latest Release
750 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.29.0 Changes
October 19, 2022Enhancements
- Support cheatsheets as
.cheatmd
files
- Support cheatsheets as
Bug fix
- Collapse sidebar when resizing page even if stored in the session as opened
-
v0.28.6 Changes
October 13, 2022Enhancements
- Add Elixir special punctuation ! and ? to natural sort
- Add night mode to settings pane
- Support --proglang in mix docs
- Save sidebar state per session
- Distinguish output code blocks in Livebooks
Bug fixes
- Prevent sidebar button scrolling out of view
- Prevent unreadable text when using inline code with admonition headers
-
v0.28.5 Changes
August 18, 2022Enhancements
- Do not preserve spaces from spec declaration in signature rendering
- Index hyphens in search
- Index
@
in search - Change minimal package search length to 2
Bug fixes
- Remove extra
term()
argument at start of@macrocallback
- Remove extra
-
v0.28.4 Changes
April 28, 2022Enhancements
- Add a toast when changing theme via keyboard
- Automatically convert
.livemd
links to.html
ones - Show programming language in HTML footer
Bug fixes
- Properly escape
%/2
special form - Improve ranking of exact-matching modules in search
- Properly escape
-
v0.28.3 Changes
March 23, 2022Enhacements
- Include page titles in autocomplete suggestions
- Allow theme to be set to "System" version
- Remove "Specs" heading and render full typespecs
- Support for
source_url_pattern
in config being a function
Bug fixes
- Adjustments for blockquotes and admonition blocks in dark mode
- Fix module sorting when a list of dirs is provided
- Consider casing of letters when sorting items in the menu, summary, function list, etc
-
v0.28.2 Changes
February 23, 2022- Bug fixes
- Fix links and code tags in admonition text blocks for dark mode
- Bug fixes
-
v0.28.1 Changes
February 20, 2022Enhancements
- Add support for admonition text blocks
- Improve accessibility for light and dark themes
Bug fixes
- Ensure that
mix docs --open
works on Windows - Ensure search tokenizer also splits on underscore
- Fix false warnings about missing types when running ExDoc in escript mode
- Don't navigate when clicking the current page
- Ensure that
-
v0.28.0 Changes
January 24, 2022ExDoc v0.28.0 requires Elixir v1.11+.
Enhancements
- Use custom scrollbar in the sidebar
- Keep hamburger absolute to the opened sidebar
- Support
--open
flag onmix docs
- The copy button now only copies selectable content
Bug fixes
- Make sure filename configuration in
:extras
is used across links - Ensure all
extras
pages have a title generated - Fix marging on 3rd level headers and beyond
- Ensure a task that defines callbacks is still listed as a task
- Make sure filename configuration in
-
v0.27.3 Changes
January 12, 2022- Bug fixes
- Make HexDocs search case insensitive
- Improve sidebar open/close animation
- Bug fixes
-
v0.27.2 Changes
January 11, 2022- Bug fixes
- Fix version dropdown when hosted on HexDocs
- Fix tooltips
- Fix JavaScript error when Hex package information is not available
- Bug fixes