github asciidoctor/asciidoctor v2.0.1

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

Don't miss a new asciidoctor release

NewReleases is sending notifications on new releases.