Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

45 lines (28 loc) · 1.26 KB

Changelog

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.

[Unreleased]

Added

  • new ModelingService to handle frequently used modeling actions (i.e. export to SVG/XML, etc.)
  • app: new toolbar actions: Undo/Redo, Zoom

Changed

[0.0.3] - 2023-05-13

Added

  • ng-dmn: support for DMN diagrams
  • ng-cmmn: support for CMMN diagrams
  • ng-bpmn: autoOpenMinimap property to automatically open the Minimap (requires showMinimap to be true)
  • 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

Changed

  • ng-bpmn: make url a required input property
  • ng-bpmn: embedded styles, remove the need to copy style assets

[0.0.2] - 2023-05-09

Added

  • ng-bpmn: Minimap support
  • ng-bpmn: Saving diagrams as XML and SVG

[0.0.1] - 2023-05-08

Added

  • initial component release