Asciidoctor v2.0.10 Release Notes

Release Date: 2019-06-01 // almost 5 years ago
  • Summary

    This is a minor bug fix release that patches two regression, one when using the header_footer option with Asciidoctor.convert_file and one when the icons attribute is set to image. It also addresses a minor issue in the default stylesheet with excerpt blocks and passes a consistent set of arguments to SyntaxHighlighter#docinfo. The Japanese version of the README has been brought up to date thanks to @soishino and @wotsushi.

    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-05-31
    ๐Ÿš€ Released by: @mojavelinux
    ๐Ÿš€ Release beer: Elevated IPA by La Cumbre

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

    ๐Ÿ”„ Changelog

    ๐Ÿ› Bug Fixes

    • fix Asciidoctor.convert_file to honor header_footer: false option when writing to file (#3316)
    • ๐Ÿ›  fix placement of title on excerpt block (#3289)
    • always pass same options to SyntaxHighlighter#docinfo, regardless of value of location argument
    • ๐Ÿ›  fix signature of SyntaxHighlighter#docinfo method (#3300)
    • when icons is set to image, enable image icons, but don't use it as the value of the icontype attribute (#3308)