Releases: sandstorm/MxGraph
Releases · sandstorm/MxGraph
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 samediagramIdentifier
are updated at the same time. - You can provide your own
diagramIdentifier
, so you can semantically structure your diagrams. - When creating new diagrams, a
diagramIdentifier
is 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
Huge diagrams.net update; support for customization; support for importing; interactive diagrams
Latest
- 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
First version for Neos 2.3
1.0.0 TASK: udpate REDADME