Skip to content

Releases: excalidraw/mermaid-to-excalidraw

v1.1.0 (2024-07-10)

10 Jul 15:21
73ab442
Compare
Choose a tag to compare

Library

Features

  • Add support for passing config params maxEdge, maxTextSize and more params to mermaid by @ad1992 in #68.

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)

20 May 05:56
1a77181
Compare
Choose a tag to compare

v1.0.0 (2024-05-20)

Library

Features

Fixes

  • Render class diagrams correctly by using data-id by @ad1992 in #53
  • Normalize text when transforming to excalidraw skeleton by @ad1992 in #54
  • Only consider edges which are present in DOM for flowchart by @ad1992 in #64
  • Flowchart rendering issues by @igorwessel. in #61

Docs

Build

  • Add cross-env for platform independent build by @zsviczian in #33

Test

Playground

Build

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0 (2024-04-07)

07 Apr 06:17
acc7c51
Compare
Choose a tag to compare

0.3.0 (2024-04-07)

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.

v0.2.0 (2023-12-06)

06 Dec 15:46
5e2fc1f
Compare
Choose a tag to compare

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


v0.1.2 (2023-11-03)

03 Nov 12:02
75ead98
Compare
Choose a tag to compare

v0.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.

v0.1.1 (2023-09-21)

21 Sep 07:20
5bdcd77
Compare
Choose a tag to compare

0.1.1 (2023-09-21)

Fixes

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

Build

Chore