Skip to content

Commit

Permalink
deps: update to [email protected]
Browse files Browse the repository at this point in the history
fix(search): correct various minor issues
  • Loading branch information
nikku committed Nov 21, 2024
1 parent 1c63c28 commit 72996b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen

___Note:__ Yet to be released changes appear here._

* `FIX`: adjust search to prioritize start of word and exact matches ([bpmn-io/diagram-js#953](https://github.com/bpmn-io/diagram-js/pull/953))
* `FIX`: ignore whitespace when searching ([bpmn-io/diagram-js#954](https://github.com/bpmn-io/diagram-js/pull/954))

## 18.1.0

* `FIX`: clear selection when opening search pad ([bpmn-io/diagram-js#947](https://github.com/bpmn-io/diagram-js/pull/947))
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
},
"dependencies": {
"bpmn-moddle": "^9.0.1",
"diagram-js": "^15.2.2",
"diagram-js": "^15.2.3",
"diagram-js-direct-editing": "^3.2.0",
"ids": "^1.0.5",
"inherits-browser": "^0.1.0",
Expand Down

0 comments on commit 72996b3

Please sign in to comment.