Skip to content

Commit

Permalink
deps: update to camunda-bpmn-js@4.1.1
Browse files Browse the repository at this point in the history
deps: update to `bpmn-js-element-templates@1.14.0`

  Closes #4037
  Closes #3622

deps: update to `bpmn-js@17.0.2`

deps: update to `diagram-js@14.1.0`
  • Loading branch information
nikku committed Feb 23, 2024
1 parent 432d586 commit 6a78de4
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 126 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,32 @@ ___Note:__ Yet to be released changes appear here._

### General

* `FEAT`: improve `camunda:historyTimeToLive` error reporting ([#4062](https://github.com/camunda/camunda-modeler/issues/4062))
* `FEAT`: do not provide `camunda:historyTimeToLive` default value ([#4150](https://github.com/camunda/camunda-modeler/pull/4150))
* `DEPS`: update to `bpmnlint-plugin-camunda-compat@2.16.0`
* `DEPS`: update to `bpmn-js-properties-panel@5.11.2`
* `DEPS`: update to `@camunda/linting@3.16.0`
* `DEPS`: update to `@bpmn-io/form-js@1.7.1`
* `DEPS`: update to `@camunda/linting@3.16.0`
* `DEPS`: update to `bpmn-js@17.0.2`
* `DEPS`: update to `bpmn-js-element-templates@1.14.0`
* `DEPS`: update to `bpmn-js-properties-panel@5.11.2`
* `DEPS`: update to `bpmnlint-plugin-camunda-compat@2.16.0`
* `DEPS`: update to `camunda-bpmn-js@4.1.0`
* `DEPS`: update to `diagram-js@14.1.0`
* `DEPS`: update to `electron@29.0.0`

### BPMN

* `FEAT`: improve `retries` tooltip ([#4148](https://github.com/camunda/camunda-modeler/issues/4148))
* `FEAT`: always display `documentation` field in Camunda 7 diagrams ([bpmn-io/bpmn-js-element-templates#67](https://github.com/bpmn-io/bpmn-js-element-templates/pull/67), [#4037](https://github.com/camunda/camunda-modeler/issues/4037))
* `FEAT`: always display `multi-instance` group in Camunda 7 diagrams ([bpmn-io/bpmn-js-element-templates#68](https://github.com/bpmn-io/bpmn-js-element-templates/pull/68))
* `FEAT`: allow `Boolean` and `Number` types in Camunda 8 diagrams ([bpmn-io/bpmn-js-element-templates#64](https://github.com/bpmn-io/bpmn-js-element-templates/pull/64), [#3622](https://github.com/camunda/camunda-modeler/issues/3622))
* `FEAT`: improve `camunda:historyTimeToLive` error reporting ([#4062](https://github.com/camunda/camunda-modeler/issues/4062))
* `FEAT`: do not provide `camunda:historyTimeToLive` default value ([#4150](https://github.com/camunda/camunda-modeler/pull/4150))
* `FEAT`: improve `camunda:historyTimeToLive` tooltip
* `FIX`: hide output mappings unsupported for terminate end event ([#4096](https://github.com/camunda/camunda-modeler/issues/4096))
* `FIX`: apply all chained conditional properties ([bpmn-js-element-templates#49](https://github.com/bpmn-io/bpmn-js-element-templates/issues/49))
* `FIX`: adjust FEEL parsing to accept certain broken expressions ([camunda-modeler#4073](https://github.com/camunda/camunda-modeler/issues/4073))

### DMN

* `FEAT`: improve `camunda:historyTimeToLive` tooltip

### Linting

Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@ibm/plex": "^6.0.0",
"@sentry/browser": "^7.82.0",
"@sentry/integrations": "^7.82.0",
"bpmn-js": "^17.0.0",
"bpmn-js-element-templates": "^1.13.2",
"bpmn-js": "^17.0.2",
"bpmn-js-element-templates": "^1.14.0",
"bpmn-js-properties-panel": "^5.11.2",
"bpmn-js-tracking": "^0.4.0",
"bpmn-moddle": "^8.1.0",
"camunda-bpmn-js": "^3.13.0",
"camunda-bpmn-js": "^4.1.1",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.8.0",
Expand Down
Loading

0 comments on commit 6a78de4

Please sign in to comment.