All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- new
ModelingService
to handle frequently used modeling actions (i.e. export to SVG/XML, etc.) - app: new toolbar actions: Undo/Redo, Zoom
- ng-dmn: support for DMN diagrams
- ng-cmmn: support for CMMN diagrams
- ng-bpmn:
autoOpenMinimap
property to automatically open the Minimap (requiresshowMinimap
to betrue
) - ng-bpmn: add custom diagram exporter metadata
- ng-bpmn: keyboard support,
hotkeys
property to enable default keyboard combinations (see component README for more details) - ng-bpmn:
changed
event to track diagram changes and access the XML content (debounced) - app: Improved demo application, using Angular Material components
- ng-bpmn: make
url
a required input property - ng-bpmn: embedded styles, remove the need to copy style assets
- ng-bpmn: Minimap support
- ng-bpmn: Saving diagrams as XML and SVG
- initial component release