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

deps: update BPMN modeling libraries #4468

Merged
merged 2 commits into from
Aug 22, 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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,24 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@camunda/[email protected]`

### General

* `FEAT`: automatically download Camunda connectors ([#4302](https://github.com/camunda/camunda-modeler/issues/4302))

### Key Changes in Properties Panel

* `FEAT`: do not apply `*length` and `pattern` validation to FEEL expressions ([bpmn-io/bpmn-js-element-templates#115](https://github.com/bpmn-io/bpmn-js-element-templates/pull/115))
* `FEAT`: support maintaining `zeebe:priorityDefinition:priority` for user task ([bpmn-io/bpmn-js-properties-panel#1072](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1072))
* `FIX`: rename task definition type label ([bpmn-io/bpmn-js-properties-panel#1070](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1070))

## 5.26.0

### General
Expand Down
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@camunda/form-linting": "^0.16.0",
"@camunda/form-playground": "^0.15.0",
"@camunda/improved-canvas": "^1.7.1",
"@camunda/linting": "^3.24.0",
"@camunda/linting": "^3.25.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
Expand All @@ -29,10 +29,10 @@
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.9.1",
"bpmn-js-element-templates": "^2.1.0",
"bpmn-js-properties-panel": "^5.21.0",
"bpmn-js-properties-panel": "^5.22.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.17.0",
"camunda-bpmn-js": "^4.18.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.7.0",
Expand Down Expand Up @@ -67,7 +67,7 @@
"semver-compare": "^1.0.0",
"sourcemapped-stacktrace": "^1.1.11",
"ua-parser-js": "^1.0.37",
"zeebe-bpmn-moddle": "^1.2.0"
"zeebe-bpmn-moddle": "^1.5.1"
},
"homepage": ".",
"devDependencies": {
Expand Down
Loading