Skip to content

Commit

Permalink
deps: update modeling deps
Browse files Browse the repository at this point in the history
Closes #4335
Closes #4383
Closes #4394
  • Loading branch information
barmac committed Jul 17, 2024
1 parent c17a183 commit 2974bc7
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 53 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ ___Note:__ Yet to be released changes appear here._

### General

* `DEPS`: update to `camunda-bpmn-js@4.12.1`
* `DEPS`: update to `bpmn-js@17.9.1`
* `DEPS`: update to `diagram-js@14.8.0`
* `DEPS`: update to `@camunda/linting@3.22.0`

### BPMN

* `FEAT`: support converging inclusive gateway ([#3613](https://github.com/camunda/camunda-modeler/issues/3613))
* `FIX`: improve performance of deselecting multiple elements ([#4335](https://github.com/camunda/camunda-modeler/issues/4335))
* `FIX`: show delete action for labels ([bpmn-io/bpmn-js#2163](https://github.com/bpmn-io/bpmn-js/issues/2163))
* `FIX`: remove incorrect attribute in replace menu ([#4383](https://github.com/camunda/camunda-modeler/issues/4383))
* `FIX`: add accessible label to drill down button ([#4394](https://github.com/camunda/camunda-modeler/issues/4394))
* `FIX`: improve `no-loop` performance ([camunda/bpmnlint-plugin-camunda-compat#165](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/165))

## 5.25.0
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"@ibm/plex": "^6.4.0",
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.8.2",
"bpmn-js": "^17.9.1",
"bpmn-js-element-templates": "^1.16.0",
"bpmn-js-properties-panel": "^5.18.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.12.0",
"camunda-bpmn-js": "^4.12.1",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.6.0",
Expand All @@ -43,7 +43,7 @@
"cmmn-js-properties-panel": "^0.9.0",
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^14.7.1",
"diagram-js": "^14.8.0",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.4.0",
Expand Down
107 changes: 57 additions & 50 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 2974bc7

Please sign in to comment.