Skip to content

Commit

Permalink
deps(client): update to camunda-bpmn-js@4.5.1
Browse files Browse the repository at this point in the history
closes #4220
  • Loading branch information
marstamm committed Apr 22, 2024
1 parent 4e88c98 commit f5264b4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

### General

* `DEPS`: update to `bpmn-js-element-templates@1.15.1`
* `DEPS`: update to `camunda-bpmn-js@4.5.1`

### BPMN

* `FIX`: prevent infinite loop when applying conditional template ([bpmn-io/bpmn-js-element-templates#78](https://github.com/bpmn-io/bpmn-js-element-templates/issues/78))
* `FIX`: preserve valid user input when changing element template ([bpmn-io/bpmn-js-element-templates#86](https://github.com/bpmn-io/bpmn-js-element-templates/pull/86), [#4249](https://github.com/camunda/camunda-modeler/issues/4249))
* `FIX`: mark non-object JSON as invalid example data ([example-data-properties-provider#17](https://github.com/camunda/example-data-properties-provider/pull/17))

## 5.22.0

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bpmn-js-properties-panel": "^5.14.0",
"bpmn-js-tracking": "^0.5.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.5.0",
"camunda-bpmn-js": "^4.5.1",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.1.0",
Expand Down
32 changes: 16 additions & 16 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 f5264b4

Please sign in to comment.