Skip to content

v2.0.6

Compare
Choose a tag to compare
@aloisklink aloisklink released this 13 Nov 17:20
d85149d

Fixed

  • Fix undefined SVG svgjs namespace error
    Sometimes, the generated SVGs are invalid due to an unknown svgjs prefix error (this happens with mermaid-mindmaps), see svgdotjs/svg.js#1285.

    This work-around manually defines the XML svgjs namespace by adding xmlns:svgjs to the <svg ...> element until the upstream issue/bug is fixed.

Dependencies

  • Updated puppeteer from ^18.0.4 to ^19.0.0

Full Changelog: v2.0.5...v2.0.6