Changelog
18.0.0
FEAT
: remove outline
from Viewer
modules (#2135)FEAT
: make Canvas
a focusable element (bpmn-io/diagram-js#662)FEAT
: implicit keyboard binding (bpmn-io/diagram-js#662)FEAT
: integrate with global search
(#2235)FIX
: prevent crash during label adjustment (#2239)FIX
: keep existing loop characteristics when toggling through the replace menu (#2251)FIX
: prevent covering multi selection with black box in Viewer
(#2135)FIX
: generate types for main entry (986e2bb
)FIX
: correct handling of group name with whitespace only (#2231)DEPS
: update to bpmn-moddle@9
(#2114)DEPS
: update to diagram-js@15.1.0
DEPS
: update to diagram-js-direct-editing@3.2.0
Node >= 20
Canvas
is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with new focus
and restoreFocus
APIs.keyboard.bind
and keyboard.bindTo
now result with a descriptive console error and have no effect.Changelog
17.10.0
CHORE
: correct various type hints (#https://github.com/bpmn-io/bpmn-js/issues/2228)FIX
: pasting compensation activity without boundary event (#2070)FIX
: lane resize constraints for se and nw direction (#2209)FIX
: auto place elements vertically in sub-processes (#2127)FIX
: hide lane label during direct editingDEPS
: update to diagram-js@14.9.0