Releases: camunda/camunda-bpmn-js
Releases · camunda/camunda-bpmn-js
v5.0.0
Changes
DEPS
: update tobpmn-js@18.0.0
DEPS
: update todiagram-js@15.2.0
DEPS
: update todiagram-js-grid@1.1.0
DEPS
: update todiagram-js-minimap@5.2.0
DEPS
: update tomin-dash@4.2.2
DEPS
: update tozeebe-bpmn-moddle@1.6.1
DEPS
: update to@bpmn-io/properties-panel@3.25.0
DEPS
: update tobpmn-js-properties-panel@5.26.0
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 diagram-js@14.11.3 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
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 tobpmn-js-properties-panel@5.19.0
DEPS
: update tobpmn-js-element-templates@2.0.0
DEPS
: update tobpmn-js-create-append-anything@0.5.2
v4.14.0
- feat: support Zeebe execution listeners (bpmn-io/bpmn-js-properties-panel#1048)
- deps: update to
bpmn-js-properties-panel@5.19.0
- deps: update to
zeebe-bpmn-moddle@1.2.0
- deps: update to
camunda-bpmn-js-behaviors@1.4.0
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/properties-panel@3.22.3
- deps: update to
bpmn-js-properties-panel@5.18.1
v4.12.1
4.12.1
DEPS
: update tobpmn-js@17.9.1
DEPS
: update todiagram-js@14.8.0
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