3.1.0 - support for referenced diagrams
Pre-release
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 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 ❤️