Skip to content

Commit

Permalink
deps: update to camunda-bpmn-js@5.2.0
Browse files Browse the repository at this point in the history
Closes #4182
Closes #4122
Closes #3439
Closes #4658
  • Loading branch information
nikku committed Nov 20, 2024
1 parent 0eb28f0 commit 98a64b8
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 46 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ ___Note:__ Yet to be released changes appear here._
* `FEAT`: support task listeners ([bpmn-io/bpmn-js-properties-panel#1088](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1088))
* `FIX`: prevent long element name from shrinking icon ([#4505](https://github.com/camunda/camunda-modeler/issues/4505))
* `FIX`: correct default extension used when saving Camunda 8 BPMN diagrams ([#4661](https://github.com/camunda/camunda-modeler/issues/4661))
* `FIX`: prioritize exact matches in search ([#4122](https://github.com/camunda/camunda-modeler/issues/4122))
* `FIX`: prioritize start of word in search ([#3439](https://github.com/camunda/camunda-modeler/issues/3439))
* `FIX`: correctly handle duplicate entries and whitespace in `search` ([bpmn-io/diagram-js#932](https://github.com/bpmn-io/diagram-js/pull/932))
* `FIX`: find `search` terms across all keys ([bpmn-io/diagram-js#932](https://github.com/bpmn-io/diagram-js/pull/932), [#4182](https://github.com/camunda/camunda-modeler/issues/4182))
* `FIX`: correct dangling selection after search pad interaction ([bpmn-io/diagram-js#947](https://github.com/bpmn-io/diagram-js/pull/947))
* `FIX`: create new user task form only if user task form referenced ([camunda/camunda-bpmn-js-behaviors#85](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/85), [#4658](https://github.com/camunda/camunda-modeler/issues/4658))

### DMN

Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"@ibm/plex": "^6.4.1",
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^18.0.0",
"bpmn-js": "^18.1.0",
"bpmn-js-element-templates": "^2.2.1",
"bpmn-js-properties-panel": "^5.28.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^5.0.0",
"camunda-bpmn-js": "^5.2.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^3.0.0",
Expand Down
96 changes: 52 additions & 44 deletions package-lock.json

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

0 comments on commit 98a64b8

Please sign in to comment.