Changelog History
Page 2
-
v2.0.2 Changes
March 26, 2019Summary
๐ A bug fix release to address a critical bug found in the 2.0.0 and 2.0.1 releases. Namely, verbatim substitutions were not being applied to literal paragraphs inside of list items. This release also adds the #lines and #source methods to Asciidoctor::Table:Cell so it quacks more like an AbstractBlock (and to address an incompatibility with asciidoctor-bibtex).
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-26
๐ Released by: @mojavelinux
๐ Release beer: Wolfpicker Experimental IPA by Odell Brewing Co๐ Logs: resolved issues | full diff | issues resolved in 2.0.x (cumulative)
๐ Changelog
๐ Bug Fixes::
-
v2.0.1 Changes
March 25, 2019Summary
๐ 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)