Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 1.99 KB

Changelog

All notable changes to bpmn-js-create-append-anything are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

1.0.0

  • FEAT: source element template keywords during search (#50)
  • DEPS: depend on diagram-js>=15.3.0 (#50)

Breaking Changes

  • Require diagram-js>=15.3.0 as a peer dependency (#50)

0.6.0

  • FEAT: add ad-hoc subprocess entry (#47)

0.5.2

  • FIX: correct expanded subprocess icon (#33)

0.5.1

  • FIX: use rule to decide whether to show context pad entry for appending (#27)

0.5.0

  • FEAT: update labels to be sentence case (#17)
  • CHORE: update dependencies

0.4.0

  • FEAT: move "Call Activity" to "Sub Processes" group in options menu (#14)

0.3.0

  • FEAT: base BPMN element entry removes element template instead of unlinking it (#11)

Breaking Changes

  • UnlinkTemplatesModule has been renamed to RemoveTemplatesModule. If importing the module directly, update your import accordingly.

0.2.1

  • FIX: apply icon hover colors (#10)

0.2.0

  • FEAT: load palette and context pad icons as html (#7)

0.1.0

Initial release