Skip to content

v5.0.0

Compare
Choose a tag to compare
@remcohaszing remcohaszing released this 06 May 18:48
· 28 commits to main since this release
v5.0.0
04fa09e

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.