Test/node_modules/@excalidraw/mermaid-to-excalidraw/CHANGELOG.md
2026-04-09 22:54:00 +07:00

5.6 KiB

v1.1.2 (2024-11-19)

Fixes

  • Bump mermaid to 10.9.3 to fix GHSA-m4gq-x24j-jpmf.
  • Remove @types/mermaid from dependencies (not needed).

v1.1.0 (2024-07-10)

Library

Features

You can read about it here.

Additonally the param fontSize is renamed to themeVariables.fontSize and type is changed from number to string to be consistent with the mermaid config.

v1.0.0 (2024-05-20)

Library

Features

Fixes

Docs

Build

Test

Playground

Build

New Contributors

Full Changelog: https://github.com/excalidraw/mermaid-to-excalidraw/compare/v0.3.0...v0.4.0

0.3.0 (2023-12-10)

Library

Features

  • Support sequence elements creation and destruction and upgrade mermaid to 10.9.0 #46 by @ad1992.

Fixes

  • Fix double rendering of class diagrams when name space present and also fix grouping #46 by @ad1992.

0.2.0 (2023-12-06)

Library

Features

  • Support Mermaid Class Diagrams 🥳 #42 by @ad1992.

  • Support Mermaid Sequence Diagrams 🥳 #34 by @ad1992.

Fixes

  • Update arrow types for class diagrams #44 by @ad1992.

Playground

This section lists the updates made to the playground and will not affect the integration.

Fixes

  • Clear parcel cache before starting dev server #39 by @ad1992.

  • Trigger mermaid.render only once for each diagram in playground #41 by @ad1992.

Chore


0.1.2 (2023-11-03)

Library

Features

Playground

This section lists the updates made to the playground and will not affect the integration.

Chore

  • Adding an example of Complex Decisions & Subprocesses Charts in playground #31 by @DYNAMICMORTAL.

0.1.1 (2023-09-21)

Fixes

  • Support module resolution nodenext so type module works in host #30 by @ad1992.

Build

Chore

0.1.0 (2023-09-13)

First release of the package @excalidraw/mermaid-to-excalidraw 🎉