github asciidoctor/asciidoctor v2.0.9

latest releases: v2.0.22, v2.0.21, v2.0.20...
4 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)

Don't miss a new asciidoctor release

NewReleases is sending notifications on new releases.