Skip to content

Releases: remcohaszing/remark-mermaidjs

v6.0.0

20 Sep 19:51
v6.0.0
c1b06ff
Compare
Choose a tag to compare
  • Update to unified 11.
  • Remove support for Node.js 16.
  • Return synchronously if there are no diagrams to process.

v5.0.2

25 Aug 07:30
v5.0.2
b8e69b0
Compare
Choose a tag to compare
  • Fix package exports.

v5.0.1

06 May 18:49
v5.0.1
773910a
Compare
Choose a tag to compare
  • Fix publishing.

v5.0.0

06 May 18:48
v5.0.0
04fa09e
Compare
Choose a tag to compare

Warning: You should no longer use this project. Use rehype-mermaidjs instead.

  • Drop support for Node.js 14.
  • The plugin is now asynchronous in the browser. It already was in Node.js.
  • Remove support for minification using SVGO, as it was unstable.
  • mermaidOptions has been renamed to mermaidConfig.
  • Use mermaid-isomorphic, meaning:
    • This project now uses Mermaid 10
    • This project now uses Playwright instead of Puppeteer.
    • Rendering is much more stable.
    • Options have been aligned with mermaid-isomorphic.

v4.1.1

05 Dec 20:03
v4.1.1
3d96c28
Compare
Choose a tag to compare

What's Changed

  • Include shared.js in the package build.

Full Changelog: v4.1.0...v4.1.1

v4.1.0

05 Dec 15:54
v4.1.0
bf0783d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

21 Nov 10:49
v4.0.0
4281431
Compare
Choose a tag to compare
  • Update to puppeteer-core@19.
  • Update to svgo@3.
  • Remove @types/svgo, since svgo now ship their own type definitions.
  • Remove @types/mermaid, since mermaid now ship their own type definitions.
  • Use default SVGO options.
  • Instead of null, use false to disable SVG minification.

v3.1.0

03 Oct 08:34
v3.1.0
915607e
Compare
Choose a tag to compare
  • Add browser support

v3.0.0

31 Aug 09:53
v3.0.0
51ab55e
Compare
Choose a tag to compare
  • Use ESM.
  • Update dependencies.
  • Replace puppeteer with puppeteer-core.
    As a result executablePath is now required.
  • Replace theme option with mermaidOptions.

v2.1.1

16 Nov 13:28
v2.1.1
9c66467
Compare
Choose a tag to compare
  • Disable SVGO multipass option