Skip to content

Commit

Permalink
deps: update to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Oct 29, 2024
1 parent c308a56 commit 4bcb10d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ All notable changes to [camunda-dmn-js](https://github.com/camunda/camunda-dmn-j

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

## 2.10.1

* `DEPS`: update to `[email protected]`

### Key Changes in Modeling

* `FEAT`: add `search` utility
* `FEAT`: sort popup entry search results semantically ([bpmn-io/diagram-js#916](https://github.com/bpmn-io/diagram-js/pull/916))
* `FEAT`: align search styling with other popups ([bpmn-io/diagram-js#913](https://github.com/bpmn-io/diagram-js/pull/913))
* `FIX`: only commit search viewport changes on `ENTER` ([bpmn-io/diagram-js#913](https://github.com/bpmn-io/diagram-js/pull/913))
* `FIX`: restore search result highlight ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931))
* `FIX`: correct search result highlight not being removed ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931))
* `FIX`: do not change zoom when search openes ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931))

## 2.10.0

* `DEPS`: update to `[email protected]`
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 @@ -47,7 +47,7 @@
"dependencies": {
"@bpmn-io/align-to-origin": "^0.7.0",
"camunda-dmn-moddle": "^1.3.0",
"diagram-js": "^14.9.0",
"diagram-js": "^14.11.3",
"diagram-js-grid": "^1.0.0",
"diagram-js-origin": "^1.3.4",
"dmn-js": "^16.8.1",
Expand Down

0 comments on commit 4bcb10d

Please sign in to comment.