Releases: camunda/camunda-bpmn-js
Releases · camunda/camunda-bpmn-js
v5.0.0
Changes
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to@bpmn-io/[email protected]
DEPS
: update to[email protected]
Key Changes in Modeling
FEAT
: removeoutline
fromViewer
modules (bpmn-io/bpmn-js#2135)FEAT
: makeCanvas
a focusable element (bpmn-io/diagram-js#662)FEAT
: implicit keyboard binding (bpmn-io/diagram-js#662)FIX
: prevent crash during label adjustment (bpmn-io/bpmn-js#2239)FIX
: keep existing loop characteristics when toggling through the replace menu (bpmn-io/bpmn-js#2251)FIX
: prevent covering multi selection with black box inViewer
(bpmn-io/bpmn-js#2135)FIX
: correct handling of group name with whitespace only (bpmn-io/bpmn-js#2231)
Key Changes in Properties Panel
FEAT
: add FEEL Copilot link to FEEL popup (#385)
Breaking Changes
- Require
Node >= 20
Canvas
is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with newfocus
andrestoreFocus
APIs.- Keyboard is now implicitly bound to canvas SVG element. Calls to
keyboard.bind
andkeyboard.bindTo
now result with a descriptive console error and have no effect.
v4.20.2
- deps: update to [email protected] 081f765
- chore: update dependency npm-run-all2 to v7 1dfc8ee
- chore: tune eslint config 9038123
- chore: update eslint config aefe16f
- chore: bump to eslint@9 / eslint* dependencies a61da82
- chore: update dependency del-cli to v6 a3f9aed
- chore: update dependency @rollup/plugin-commonjs to v28 c27d84c
v4.20.1
Full Changelog: v4.20.0...v4.20.1
v4.20.0
v4.18.0
Changes
- deps: bump to [email protected] e7b5e9b
- deps: update to [email protected] 6ce7438
- deps: update to [email protected] a3cacb0
Full Changelog: v4.17.0...v4.18.0
v4.17.0
v4.15.0
Changes
FIX
: safely remove message when changing template (bpmn-io/bpmn-js-element-templates#111)FIX
: remove existing event definition when applying template (bpmn-io/bpmn-js-element-templates#111)DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
v4.14.0
- feat: support Zeebe execution listeners (bpmn-io/bpmn-js-properties-panel#1048)
- deps: update to
[email protected]
- deps: update to
[email protected]
- deps: update to
[email protected]
v4.13.0
- feat: change Header value and Field Injection value fields to text areas
- fix: correctly resize text areas
- deps: update to
@bpmn-io/[email protected]
- deps: update to
[email protected]
v4.12.1
4.12.1
DEPS
: update to[email protected]
DEPS
: update to[email protected]
Key Changes in Modeling
FIX
: show delete action for labels (bpmn-io/bpmn-js#2163)FIX
: remove incorrect attribute in replace menu (bpmn-io/bpmn-js#2196)FIX
: add accessible label to drill down button (bpmn-io/bpmn-js#2194)
Full Changelog: v4.12.0...v4.12.1