Skip to content

v5.0.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:28

Important

Marp Core v5 is a release candidate. You can install it with the next tag:

npm install --save @marp-team/marp-core@next

If you are upgrading from v4, see the v4-to-v5 migration guide.

Changed

  • Upgrade Marpit to v3.2.3 (#438)
  • Upgrade Node.js and dependent packages (#438)

Fixed

  • Rendering HTML with a class attribute throws a TypeError when using ESM (#434, #435 by @nbifrye)
  • Failure of import in non-server JS environments due to the bundled Twemoji CJS (#436, #437)