Releases: sandstorm/MxGraph
Releases · sandstorm/MxGraph
4.0.1
What's Changed
- BUGFIX: Fix asset urls in offline local version by @JamesAlias in #33
Full Changelog: 4.0.0...4.0.1
4.0.0 - Neos 9 Compatibility
What's Changed
- Pass image property when diagramIdentifier changed by @GuangHa in #30
- Neos 9 Compatibility by @JamesAlias in #32
- Neos9 compatible by @Jan3k3y in #29
New Contributors
- @GuangHa made their first contribution in #30
- @JamesAlias made their first contribution in #32
- @Jan3k3y made their first contribution in #29
Full Changelog: 3.1.0...4.0.0
3.1.0 - support for referenced diagrams
Full Changelog: 3.0.0...3.1.0
This release allows for re-using diagrams and when one is updated, all of them are updated.
- This is done by adding a
diagramIdentifier: All diagrams with the samediagramIdentifierare updated at the same time. - You can provide your own
diagramIdentifier, so you can semantically structure your diagrams. - When creating new diagrams, a
diagramIdentifieris auto-created for you. - We provide autocompletion (using https://github.com/sandstorm/LazyDataSource/ ) and reference counting so you know which Diagram to select.
Special Thanks to HealthyPlus.ch for sponsoring this feature ❤️
Huge diagrams.net update; support for customization; support for importing; interactive diagrams
- all diagrams.net features supported
- customization of diagrams.net editor possible
- auto-updates can be enabled by using embed.diagrams.net
- renders diagram as embedded SVG; so you can f.e. click links
- Import .drawio, .svg, .png files
Fix diagram rendering with Neos 5
2.1.3 BUGFIX: make diagram value serialization more robust
Compatibility with Neos 5
2.1.2 BUGFIX: Compatibility with Neos 5
2.1.1
BUGFIX: fix CDATA
2.1.0: Merge pull request #2 from rolandschuetz/master
BUGFIX: Fixed dependency to Neos.NodeTypes
React UI and Neos 3.x support
2.0.0 FEATURE: Neos 3.x support + react UI
Multiple Layer Support
1.0.1 BUGFIX: Correctly load multiple layers into the editor