CHANGELOG.adoc in asciidoctor-revealjs-2.0.0 vs CHANGELOG.adoc in asciidoctor-revealjs-2.0.1

- old
+ new

@@ -4,10 +4,42 @@ :uri-issue: {uri-repo}/issues/ This document provides a high-level view of the changes introduced in {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. + +== 2.0.1 (2019-12-04) + +Important Bug Fix:: + * Fixed an issue that caused all `reveal.js` options in CamelCase to use the default value instead of one specified as an AsciiDoc attribute ({uri-issue}263[#263], {uri-issue}267[#267]) + +Compliance:: + * Dropped support for verse table cells ({uri-issue}246[#246]). + Asciidoctor 2.0 dropped it, we followed. + +Enhancements:: + * Documentation improvements ({uri-issue}264[#264], {uri-issue}278[#278], {uri-issue}280[#280]) + +Bug Fixes:: + * Yarn.lock updates for security ({uri-issue}283[#283]) + +=== Release meta + +* Released on: 2019-12-04 +* Released by: Olivier Bilodeau +* Release whisky: Lot No. 40 Single Copper Pot Still Rye Whisky + +{uri-repo}/releases/tag/v2.0.1[git tag] | +{uri-repo}/compare/v2.0.0...v2.0.1[full diff] + +=== Credits + +Thanks to the following people who contributed to this release: + +Benjamin Schmid, Guillaume Grossetie, Olivier Bilodeau + + == 2.0.0 (2019-02-28) Upgrade considerations:: * Node.js API change! If you generate your reveal.js presentations using the node/javascript toolchain, you need to change how the {project-name} back-end is registered to Asciidoctor.js. @@ -46,11 +78,11 @@ This extension is built with Opal 0.11.99.dev (6703d8d) in order to be compatible. ({uri-issue}227[#227], {uri-issue}240[#240]) Compliance:: * AsciiDoc source callout icons now work ({uri-issue}54[#54], {uri-issue}168[#168], {uri-issue}224[#224]) - * New reveal.js 3.7.0 features supported: `controlsTutorial`, `controlsLayout`, `controlsBackArrows`, new `slideNumber` formats, `showSlideNumber`, `autoSlideMethod`, `parallaxBackgroundHorizontal`, `parallaxBackgroundVertical` and `display` configuration parameters are now supported ({uri-issue}212[#212], {uri-issue}239[#239], TODO) + * New reveal.js 3.7.0 features supported: `controlsTutorial`, `controlsLayout`, `controlsBackArrows`, new `slideNumber` formats, `showSlideNumber`, `autoSlideMethod`, `parallaxBackgroundHorizontal`, `parallaxBackgroundVertical` and `display` configuration parameters are now supported ({uri-issue}212[#212], {uri-issue}239[#239], {uri-issue}208[#208], {uri-issue}242[#242]) * Asciidoctor 2.0 ready ({uri-issue}245[#245]) Bug Fixes:: * Reveal.js' `stretch` class now works with listing blocks ({uri-issue}195[#195], {uri-issue}223[#223]) * Auto-generated slide IDs with unallowed characters (for revealjs history) now work properly. @@ -61,12 +93,12 @@ * Travis testing prepared for upcoming Asciidoctor 2.0 ({uri-issue}216[#216]) * Travis testing for Ruby 2.6 ({uri-issue}243[#243]) === Release meta -* Released on: 2018-02-28 +* Released on: 2019-02-28 * Released by: Olivier Bilodeau -* Release beer: President's Choice Blonde Brew De-alcoholized Beer +* Release beer: President's Choice Blonde Brew De-alcoholized Beer (Sober February Successfully Completed!) {uri-repo}/releases/tag/v2.0.0[git tag] | {uri-repo}/compare/v1.1.3...v2.0.0[full diff] | {uri-repo}/milestone/6[milestone]