Skip to content

Releases: sandstorm/MxGraph

3.1.0 - support for referenced diagrams

23 Jan 14:26
Compare
Choose a tag to compare
Pre-release

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 same diagramIdentifier 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

02 Mar 08:38
Compare
Choose a tag to compare
  • 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

16 Apr 06:44
Compare
Choose a tag to compare
2.1.3

BUGFIX: make diagram value serialization more robust

Compatibility with Neos 5

24 Mar 11:57
fdf58ae
Compare
Choose a tag to compare
2.1.2

BUGFIX: Compatibility with Neos 5

2.1.1

08 Jun 18:02
cc84969
Compare
Choose a tag to compare
BUGFIX: fix CDATA

2.1.0: Merge pull request #2 from rolandschuetz/master

13 Jan 14:24
c12495f
Compare
Choose a tag to compare
BUGFIX: Fixed dependency to Neos.NodeTypes

React UI and Neos 3.x support

26 Dec 10:42
Compare
Choose a tag to compare
2.0.0

FEATURE: Neos 3.x support + react UI

Multiple Layer Support

16 Dec 05:16
Compare
Choose a tag to compare
1.0.1

BUGFIX: Correctly load multiple layers into the editor

First version for Neos 2.3

02 Dec 14:35
Compare
Choose a tag to compare
1.0.0

TASK: udpate REDADME