All Versions
90
Latest Version
Avg Release Cycle
34 days
Latest Release
526 days ago

Changelog History
Page 1

  • v0.29.0 Changes

    October 19, 2022
    • Enhancements

      • Support cheatsheets as .cheatmd files
    • Bug fix

      • Collapse sidebar when resizing page even if stored in the session as opened
  • v0.28.6 Changes

    October 13, 2022
    • Enhancements

      • 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, 2022
    • Enhancements

      • 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
  • v0.28.4 Changes

    April 28, 2022
    • Enhancements

      • 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
  • v0.28.3 Changes

    March 23, 2022
    • Enhacements

      • 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
  • v0.28.1 Changes

    February 20, 2022
    • Enhancements

      • 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
  • v0.28.0 Changes

    January 24, 2022

    ExDoc v0.28.0 requires Elixir v1.11+.

    • Enhancements

      • Use custom scrollbar in the sidebar
      • Keep hamburger absolute to the opened sidebar
      • Support --open flag on mix 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
  • v0.27.3 Changes

    January 12, 2022
    • Bug fixes
      • Make HexDocs search case insensitive
      • Improve sidebar open/close animation
  • 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