Releases: excalidraw/mermaid-to-excalidraw
Releases · excalidraw/mermaid-to-excalidraw
v1.1.0 (2024-07-10)
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)
v1.0.0 (2024-05-20)
Library
Features
- Add support for an open link by @igorwessel. in #51
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
- Simple setup vite for playground by @igorwessel. in #52
- Add GH link by @ad1992 in #57
New Contributors
- @igorwessel. made their first contribution in #51
- @jtaavola made their first contribution in #35
- @zsviczian made their first contribution in #33
Full Changelog: v0.3.0...v0.4.0
v0.3.0 (2024-04-07)
v0.2.0 (2023-12-06)
0.2.0 (2023-12-06)
Library
Features
Fixes
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
- Adding Complex Decisions & Subprocesses Charts in playground #31 by @DYNAMICMORTAL
v0.1.2 (2023-11-03)
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.