Skip to content

Commit

Permalink
deps: update to bpmn-js-properties-panel@5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 22, 2024
1 parent a3cacb0 commit 6ce7438
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ ___Note:__ Yet to be released changes appear here._

* `DEPS`: update to `bpmn-js@17.9.2`
* `DEPS`: update to `diagram-js@14.9.0`
* `DEPS`: update to `bpmn-js-properties-panel@5.22.0`
* `DEPS`: update to `zeebe-bpmn-moddle@1.5.1`

### Key Changes in Properties Panel

* `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))

## 4.17.0

Expand All @@ -18,7 +25,7 @@ ___Note:__ Yet to be released changes appear here._

### Key Changes in Properties Panel

* `FEAT`: make text area auto resize by default ([bpmn-io/properties-panel#377](https://github.com/bpmn-io/properties-panel/pull/377))
* `FEAT`: make text area auto resize by default ([bpmn-io/properties-panel#377](https://github.com/bpmn-io/properties-panel/pull/377), [bpmn-io/bpmn-js-properties-panel#713](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/713))

### Key Changes in Element Templates

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"diagram-js-origin": "^1.4.0",
"inherits-browser": "^0.1.0",
"min-dash": "^4.2.1",
"zeebe-bpmn-moddle": "^1.4.0"
"zeebe-bpmn-moddle": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.24.9",
Expand All @@ -83,7 +83,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^7.0.0",
"bio-dts": "^0.11.0",
"bpmn-js-properties-panel": "^5.20.0",
"bpmn-js-properties-panel": "^5.22.0",
"chai": "^4.4.1",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
Expand Down

0 comments on commit 6ce7438

Please sign in to comment.