Skip to content

Commit

Permalink
deps: update modeling deps
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Dec 13, 2024
1 parent 0b41b0d commit be08b4f
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 64 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,33 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 5.4.0

* `DEPS`: update to `@bpmn-io/variable-resolver@1.3.1`
* `DEPS`: update to `bpmn-js-properties-panel@5.30.0`
* `DEPS`: update to `camunda-bpmn-js-behaviors@1.9.0`

### Key Changes in Properties Panel

* `FEAT`: rename task listener event types ([bpmn-io/bpmn-js-properties-panel#1098](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1098))
* `FIX`: parse script task result as FEEL context ([bpmn-io/variable-resolver#41](https://github.com/bpmn-io/variable-resolver/pull/41))

## 5.3.0

* `DEPS`: update to `bpmn-js-element-templates@2.4.0`
* `DEPS`: update to `bpmn-js-properties-panel@5.29.0`x
* `DEPS`: update to `bpmn-js-properties-panel@5.29.0`
* `DEPS`: update to `camunda-bpmn-js-behaviors@1.8.0`

### Key Changes in Modeling

* `FEAT`: support element templates runtime compatibility ([bpmn-io/bpmn-js-element-templates#132](https://github.com/bpmn-io/bpmn-js-element-templates/pull/132))
* `FEAT`: make "Zeebe user task" the default implementation of user task ([camunda/camunda-bpmn-js-behaviors#86](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/86))

### Key Changes in Properties Panel

* `FEAT`: rename "Zeebe user task" to "Camunda user task" ([bpmn-io/bpmn-js-properties-panel#1097](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1097))
* `FEAT`: make "Camunda user task" the default implementation of user task ([camunda/camunda-bpmn-js-behaviors#86](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/86))
* `FIX`: move template selector right below documentation group ([bpmn-io/bpmn-js-element-templates#130](https://github.com/bpmn-io/bpmn-js-element-templates/pull/130))

### Key Changes in Element Templates

* `FEAT`: support element templates runtime compatibility ([bpmn-io/bpmn-js-element-templates#132](https://github.com/bpmn-io/bpmn-js-element-templates/pull/132))

## 5.2.2

* `DEPS`: update to `@bpmn-io/properties-panel@3.25.1`
Expand Down
119 changes: 64 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@
"@bpmn-io/element-template-icon-renderer": "^0.5.2",
"@bpmn-io/form-variable-provider": "^1.3.0",
"@bpmn-io/properties-panel": "^3.25.1",
"@bpmn-io/variable-resolver": "^1.3.0",
"@bpmn-io/variable-resolver": "^1.3.1",
"@camunda/example-data-properties-provider": "^1.2.1",
"bpmn-js": "^18.1.1",
"bpmn-js-color-picker": "^0.7.1",
"bpmn-js-create-append-anything": "^0.5.2",
"bpmn-js-element-templates": "^2.4.0",
"bpmn-js-executable-fix": "^0.2.1",
"camunda-bpmn-js-behaviors": "^1.8.0",
"camunda-bpmn-js-behaviors": "^1.9.0",
"camunda-bpmn-moddle": "^7.0.1",
"diagram-js": "^15.2.3",
"diagram-js-grid": "^1.1.0",
Expand All @@ -83,7 +83,7 @@
"babel-loader": "^9.2.1",
"babel-plugin-istanbul": "^7.0.0",
"bio-dts": "^0.11.0",
"bpmn-js-properties-panel": "^5.29.0",
"bpmn-js-properties-panel": "^5.30.0",
"chai": "^4.5.0",
"cross-env": "^7.0.3",
"del-cli": "^6.0.0",
Expand Down

0 comments on commit be08b4f

Please sign in to comment.