This repository was archived by the owner on Feb 12, 2025. It is now read-only.
forked from bpmn-io/bpmn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This ensures we validate in strict mode and do not ignore certain issues.
…nc. vertical lanes
* simplify implementation * take location into account when sorting
Improves various aspects of the built-in search. Closes bpmn-io#2189
fix(search): correct various minor issues
TimKurtz01
approved these changes
Jan 15, 2025
Ensures that the canvas is first in the focus / accessibility hierarchy of the browser.
Ensures that the canvas is first in the focus / accessibility hierarchy of the browser.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Siehe Changelog: https://github.com/bpmn-io/bpmn-js/blob/develop/CHANGELOG.md
18.1.2
FIX
: canvasautoFocus
must explicitly be enabled (bpmn-io/diagram-js#956)FIX
: properly integratezoomscroll
with canvas focus (bpmn-io/diagram-js#956)FIX
: properly integratemovecanvas
with canvas focus (bpmn-io/diagram-js#956)18.1.1
FIX
: adjust search to prioritize start of word and exact matches (bpmn-io/diagram-js#953)FIX
: ignore whitespace when searching (bpmn-io/diagram-js#954)18.1.0
FIX
: clear selection when opening search pad (bpmn-io/diagram-js#947)FIX
: correct dangling selection after search pad interaction (bpmn-io/diagram-js#947)DEPS
: update to[email protected]
18.0.0
FEAT
: removeoutline
fromViewer
modules (#2135)FEAT
: makeCanvas
a focusable element (bpmn-io/diagram-js#662)FEAT
: implicit keyboard binding (bpmn-io/diagram-js#662)FEAT
: integrate with globalsearch
(#2235)FEAT
: integratepopup-menu
withsearch
(bpmn-io/diagram-js#932)FEAT
: recognize modernsearch
tokens insearch-pad
(bpmn-io/diagram-js#932)FIX
: correctly handle duplicate entries and whitespace insearch
(bpmn-io/diagram-js#932)FIX
: findsearch
terms across all keys (bpmn-io/diagram-js#932)FIX
:search
always returns tokens for matched items (bpmn-io/diagram-js#932)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 inViewer
(#2135)FIX
: generate types for main entry (986e2bb
)FIX
: correct handling of group name with whitespace only (#2231)DEPS
: update tobpmn-moddle@9
(#2114)DEPS
: update to[email protected]
DEPS
: update to[email protected]
Breaking Changes
Node >= 20
Canvas
is now a focusable element and provides better support for native browser behaviors. Focus can be controlled with newfocus
andrestoreFocus
APIs (bpmn-io/diagram-js#662).keyboard.bind
andkeyboard.bindTo
now result with a descriptive console error and have no effect (bpmn-io/diagram-js#662).17.11.1
FIX
: handle searching elements without labels (#2232, #2234)17.11.0
FEAT
: align search styles with other popups (#2187)FEAT
: prioritize start of tokens in search results (#2187)FIX
: do not commit viewport changes onESC
(#2189, #2187)DEPS
: update to[email protected]
17.10.0
CHORE
: correct various type hints (#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[email protected]
17.9.2
FIX
: keep direction when collapsing pools (#2208)