diagram-js
Advanced tools
Changelog
15.2.0
FIX
: clear selection when opening search pad (#https://github.com/bpmn-io/diagram-js/pull/947)FIX
: correct dangling selection after search pad interaction (#https://github.com/bpmn-io/diagram-js/pull/947)CHORE
: simplify search pad pre-selection behavior (#https://github.com/bpmn-io/diagram-js/pull/947)Changelog
15.1.0
FEAT
: integrate popup-menu
with search
(#932)FEAT
: recognize modern search
tokens in search-pad
(#932)FEAT
: improve search
types (#932)FIX
: correctly handle duplicate entries and whitespace in search
(#932)FIX
: find search
terms across all keys (#932)FIX
: search
always returns tokens for matched items (#932)Changelog
15.0.0
FEAT
: make canvas browser selectable (#659)FEAT
: make keyboard binding implicit (#661)FEAT
: make multi-selection outline an outline concern (#944)Keyboard
binding target can no longer be chosen. Configure keyboard binding via the keyboard.bind
configuration and rely on keybindings to work if the canvas has browser focus. (#661)Canvas
is now a focusable component, that is recognized accordingly by the browser, with all benefits for UX and interaction. Components that pull focus from the Canvas
during modeling must ensure to restore the focus (if intended), via Canvas#restoreFocus
. (#661)selection
feature does not provide visual outline by default anymore. Use the outline
feature to re-enable it. (#944)