Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump BPMN modeling dependencies #4324

Merged
merged 2 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,27 @@ ___Note:__ Yet to be released changes appear here._

### General

* `FIX`: prevent crash on start ([#4299](https://github.com/camunda/camunda-modeler/issues/4299))
* `DEPS`: update to `electron@30.0.6`
* `DEPS`: update to `@camunda/linting@3.20.0`
* `FIX`: prevent crash on start ([#4299](https://github.com/camunda/camunda-modeler/issues/4299))
* `DEPS`: update to `bpmn-js@17.8.1`
* `DEPS`: update to `bpmn-js-properties-panel@5.17.1`
* `DEPS`: update to `@bpmn-io/properties-panel@3.19.0`
* `DEPS`: update to `camunda-bpmn-js@4.9.0`
* `DEPS`: update to `diagram-js@14.7.1`

### BPMN

* `FEAT`: warn about missing bpmnDi ([#4277](https://github.com/camunda/camunda-modeler/issues/4277))
* `FEAT`: add hint for the process ID field in Camunda 7 ([bpmn-io/bpmn-js-properties-panel#1038](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/1038))
* `FEAT`: drop alphabetic sorting of list entries in Camunda 7 properties panel ([bpmn-io/bpmn-js-properties-panel##1047](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1047))
* `FEAT`: keep global elements when deleting last participant ([bpmn-io/bpmn-js#2175](https://github.com/bpmn-io/bpmn-js/pull/2175))
* `FIX`: correct call activity outline ([bpmn-io/bpmn-js#2167](https://github.com/bpmn-io/bpmn-js/issues/2167))
* `FIX`: gracefully handle missing `BPMNDiagram#plane` ([bpmn-io/bpmn-js#2172](https://github.com/bpmn-io/bpmn-js/pull/2172), [bpmn-io/bpmn-js#2171](https://github.com/bpmn-io/bpmn-js/pull/2171), [#4315](https://github.com/camunda/camunda-modeler/issues/4315))
* `FIX`: allow undo after deleting last participants and data store ([bpmn-io/bpmn-js#1676](https://github.com/bpmn-io/bpmn-js/issues/1676))
* `FIX`: gracefully handle missing process DI in drilldown ([bpmn-io/bpmn-js#2180](https://github.com/bpmn-io/bpmn-js/pull/2180))
* `FIX`: correct duplicate `Process Name` in Camunda 7 properties panel ([bpmn-io/bpmn-js-properties-panel#1055](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1055), [#4317](https://github.com/camunda/camunda-modeler/issues/4317))
* `FIX`: be able to color element markers via CSS ([#4307](https://github.com/camunda/camunda-modeler/issues/4307))

## 5.23.0

Expand Down
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bpmn-io/dmn-migrate": "^0.5.0",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.8.6",
"@bpmn-io/properties-panel": "^3.18.2",
"@bpmn-io/properties-panel": "^3.19.0",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.16.0",
Expand All @@ -26,12 +26,12 @@
"@ibm/plex": "^6.4.0",
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.6.4",
"bpmn-js": "^17.8.1",
"bpmn-js-element-templates": "^1.15.3",
"bpmn-js-properties-panel": "^5.16.0",
"bpmn-js-properties-panel": "^5.17.1",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.6.3",
"camunda-bpmn-js": "^4.9.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.3.3",
Expand All @@ -42,7 +42,7 @@
"cmmn-js-properties-panel": "^0.9.0",
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^14.5.4",
"diagram-js": "^14.7.1",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.3.2",
Expand Down
Loading