Skip to content

Latest commit

 

History

History
395 lines (233 loc) · 13.2 KB

CHANGELOG.md

File metadata and controls

395 lines (233 loc) · 13.2 KB

Changelog

All notable changes to camunda-dmn-js are documented here. We use semantic versioning for releases.

Unreleased

Note: Yet to be released changes appear here.

3.1.0

Key Changes in Modeling

3.0.0

Key Changes in Modeling

Breaking Changes

  • Keyboard is now bound implicitly, and canvas is focusable. Using bindTo configuration or calling keyboard.bind API with node parameter specified now results in a console error and has no effect, cf. (bpmn-io/diagram-js#662).

2.10.2

Key Changes in Modeling

2.10.1

2.10.0

Key Changes in Modeling

2.9.1

2.9.0

2.8.1

2.8.0

2.7.1

  • FIX: provide BKM and Input Data name in variable suggestions (#117)

2.7.0

Key Changes in Modeling

Key Changes in Properties Panel

2.6.0

2.5.0

Key Changes in Modeling

Key Changes in Properties Panel

2.4.0

Key Changes in Modeling

2.3.3

2.3.2

2.3.1

  • FIX: correctly pass boxed expression extensions

2.3.0

Key Changes in Modeling

2.2.0

Key Changes in Modeling

2.1.0

2.0.0

Breaking Changes

  • Migrated to diagram-js@14 / bpmn-js@17 which removes touch interaction module, and dependency on unsupported hammerjs package. If you rely on touch interaction, you need to support touch interaction on your own.

1.8.0

Key Changes in Modeling

1.7.0

Key Changes in Modeling

  • FEAT: provide element ID in variable suggestions (#83)

1.6.0

Key Changes in Properties Panel

1.5.0

Key Changes in Modeling

  • FEAT: adjust selection outline to shapes (dmn-js#799)
  • FEAT: implement search in DRD (dmn-js#792)
  • FIX: make literal expression box grow with content (dmn-js#789)
  • FIX: add missing translations (dmn-js#793)

1.4.0

Key Changes in Modeling

  • FEAT: implement variable suggestions (dmn-js#785)

1.3.3

Key Changes in Modeling

  • FIX: make FEEL editor in literal expression save value (dmn-js#786)

1.3.2

Key Changes in Modeling

  • FIX: display literal expression autocomplete in correct position

1.3.1

1.3.0

Key Changes in Modeling

1.2.1

Key Changes in Modeling

  • FIX: display FEEL autocomplete in correct position
  • FIX: increase decision table cell editor line height

1.2.0

Key Changes in Modeling

1.1.0

  • DEPS: bump to dmn-js-properties-panel@3

1.0.0

  • DEPS: bump to dmn-js-properties-panel@2

Breaking Changes

  • Properties panel open state no longer handled within the panel.

0.10.1

Key Changes in Modeling

  • FIX: fix crashes when typeRef is not defined

0.10.0

0.9.0

Key Changes in Modeling

  • FEAT: set decision table header as title

0.8.1

0.8.0

  • DEPS: update to dmn-js@14
  • DEPS: update to @bpmn-io/properties-panel@1

Breaking Changes

0.7.0

0.6.1

  • CHORE: remove unused properties-panel peer dependency (#23)

0.6.0

0.5.0

0.4.1

0.4.0

0.3.0

  • FEAT: add overview (#2)
  • DEPS: update dependencies

0.2.3

0.2.2

  • DEPS: peer depend on dmn-js

0.2.1

0.2.0

  • FEAT: move disableAdjustOrigin config to common/drd section

0.1.2

  • FIX: move dmn-js-properties-panel to peer dependencies

0.1.1

  • FIX: move inferno and @bpmn-io/properties-panel to peer dependencies

0.1.0

  • CHORE: first release 🎉