Asciidoctor v2.0.1 Release Notes

Release Date: 2019-03-25 // about 5 years ago
  • Summary

    ๐Ÿš€ A bug fix release to address regressions found shortly after the 2.0.0 release. The main change is that attribute references in section titles are resolved properly. There were also two fix to the extension option API to retain backwards compatibility with existing extensions. Writers that use the AsciiMath integration will be happy to know that asciimath blocks are now centered like latexmath blocks.

    Distributions

    Asciidoctor is also packaged for Fedora, Debian, Ubuntu, Alpine Linux, OpenSUSE, and Homebrew. You can use the system's package manager to install the package named asciidoctor.

    ๐Ÿš€ Release meta

    ๐Ÿš€ Released on: 2019-03-25
    ๐Ÿš€ Released by: @mojavelinux

    ๐Ÿ”Š Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • convert titles of cataloged block and section nodes containing attribute references eagerly to resolve attributes while in scope (#3202)
    • customize MathJax (using a postfilter hook) to apply displaymath formatting to AsciiMath block (#2498)
    • ๐Ÿ›  fix misspelling of deprecated default_attrs DSL function (missing trailing "s")
    • โœ‚ remove unused location property (attr_accessor :location) on DocinfoProcessor class
    • look for deprecated extension option :pos_attrs if :positional_attrs option is missing (#3199)
    • โž• add detail to load error message if path differs from gem name (#1884)

    ๐Ÿ— Build / Infrastructure

    • ๐Ÿ’Ž bundle .yardopts in RubyGem (#3193)