Skip to content

Commit

Permalink
Prepare 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtama committed Dec 3, 2024
1 parent 68d298b commit f8da58a
Show file tree
Hide file tree
Showing 2 changed files with 772 additions and 758 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,25 @@ For a detailed view of what has changed, refer to the [commit history](https://g

## master (unreleased)

## 5.2 (2024-02-12)

### Enhancements

* Iterating through callouts
* Upgrade to pkg 5.8.1

### Bug Fixes

* Fix data-fragment-index on code block (#532)

## 5.1.0 (2023-12-12)

### Enhancements

* Upgrade to reveal.js 4.5.0

git log %5.1.0%.. --format="%aN" --reverse | perl -e 'my %dedupe;'

### Bug Fixes

* Fix a compatibility issue between Opal and Asciidoctor.js 3.x by upgrading Opal to 1.7.3
Expand All @@ -20,7 +33,7 @@ For a detailed view of what has changed, refer to the [commit history](https://g

### Upgrade considerations

* Plugin `marked` has been removed in reveal.js 4.0.0 and plugin `markdown` has been disabled.
* Plugin `marked` has been removed in reveal.js 4.0.0 and plugin `markdown` has been disabled.
As a result, the `revealjs_plugin_markdown` and `revealjs_plugin_marked` attributes have no effect anymore.
* `revealjs_plugins` and `revealjs_plugins_configuration` are replaced by [Docinfo files](https://docs.asciidoctor.org/asciidoctor/latest/docinfo/).

Expand Down Expand Up @@ -101,7 +114,7 @@ _presentation-docinfo-footer.html_
* Upgrade development dependencies
* Bump `path-parse` from 1.0.6 to 1.0.7 in /test/js-babel
* Bump `path-parse` from 1.0.6 to 1.0.7
* Bump `glob-parent` from 5.1.0 to 5.1.2
* Bump `glob-parent` from 5.1.0 to 5.1.2
* Bump `lodash` from 4.17.19 to 4.17.21 in /test/js-babel
* Bump `y18n` from 4.0.0 to 4.0.1
* Drop `thread_safe` and `concurrent-ruby` dependencies
Expand Down
Loading

0 comments on commit f8da58a

Please sign in to comment.