Asciidoctor v2.0.9 Release Notes

Release Date: 2019-04-30 // almost 5 years ago
  • Summary

    ๐Ÿš€ This is a bug fix release that fixes compatibility with Asciidoctor Diagram by registering images correctly in the catalog, fixes the parsing of multiple single-item menus in the same line, renames AbstractNode#options to AbstractNode#enabled_options to fix a conflict with the Document#options method, doesn't fail to convert the document if an image block is missing the alt attribute, and fixes source line numbers following a detached list continuation.

    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-04-30
    ๐Ÿš€ Released by: @mojavelinux
    ๐Ÿš€ Release beer: Kentucky Breakfast Stout by Founders Brewing Company

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

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ process multiple single-item menu macros in same line (#3279)
    • register images in catalog correctly (#3283)
    • ๐Ÿ“‡ rename AbstractNode#options method to AbstractNode#enabled_options so it doesn't get shadowed by Document#options (#3282)
    • don't fail to convert document if alt attribute is not set on block or inline image (typically by an extension)
    • ๐Ÿ›  fix lineno of source location on blocks that follow a detached list continuation (#3281)
    • assume inline image type is "image" if not set (typically by an extension)