- Support ClassDef for styling the nodes by @ad1992 in excalidraw#71
- Add support for passing config params
maxEdge,maxTextSizeand more params to mermaid by @ad1992 in excalidraw#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.
- Add support for an open link by @igorwessel. in excalidraw#51
- Render class diagrams correctly by using data-id by @ad1992 in excalidraw#53
- Normalize text when transforming to excalidraw skeleton by @ad1992 in excalidraw#54
- Only consider edges which are present in DOM for flowchart by @ad1992 in excalidraw#64
- Flowchart rendering issues by @igorwessel. in excalidraw#61
- Fix example code in README by @jtaavola in excalidraw#35
- Add cross-env for platform independent build by @zsviczian in excalidraw#33
- Add vitest and some tests by @ad1992 in excalidraw#63
- Simple setup vite for playground by @igorwessel. in excalidraw#52
- Add GH link by @ad1992 in excalidraw#57
- @igorwessel. made their first contribution in excalidraw#51
- @jtaavola made their first contribution in excalidraw#35
- @zsviczian made their first contribution in excalidraw#33
Full Changelog: https://github.com/excalidraw/mermaid-to-excalidraw/compare/v0.3.0...v0.4.0
- Fix double rendering of class diagrams when name space present and also fix grouping #46 by @ad1992.
This section lists the updates made to the playground and will not affect the integration.
-
Clear parcel cache before starting dev server #39 by @ad1992.
-
Trigger mermaid.render only once for each diagram in playground #41 by @ad1992.
- Adding Complex Decisions & Subprocesses Charts in playground #31 by @DYNAMICMORTAL
This section lists the updates made to the playground and will not affect the integration.
- Adding an example of Complex Decisions & Subprocesses Charts in playground #31 by @DYNAMICMORTAL.
First release of the package @excalidraw/mermaid-to-excalidraw 🎉