Skip to content

Commit

Permalink
deps: update to @bpmn-io/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 26, 2024
1 parent d05848f commit ac07cb4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 87 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ___Note:__ Yet to be released changes appear here._
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: upddate to `@bpmn-io/[email protected]`

### General

Expand All @@ -24,6 +25,14 @@ ___Note:__ Yet to be released changes appear here._
* `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))

### Key Changes in Forms

* `FEAT`: support specifying version tag ([#4463](https://github.com/camunda/camunda-modeler/issues/4463))
* `FIX`: correct various minor FEEL evaluation issues
* `FIX`: disallow drop when no formfield is found ([bpmn-io/form-js#1219](https://github.com/bpmn-io/form-js/pull/1219))
* `FIX`: ensure dynamic lists submit collapsed values ([bpmn-io/form-js#1230](https://github.com/bpmn-io/form-js/issues/1230))
* `FIX`: ensure dates are parsed timezone agnostically ([bpmn-io/form-js#1234](https://github.com/bpmn-io/form-js/pull/1234))

## 5.26.0

### General
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@bpmn-io/align-to-origin": "^0.7.0",
"@bpmn-io/dmn-migrate": "^0.5.0",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.9.0",
"@bpmn-io/form-js": "^1.10.0",
"@bpmn-io/properties-panel": "^3.23.0",
"@bpmn-io/replace-ids": "^0.2.0",
"@bpmn-io/variable-outline": "1.0.0",
Expand Down
174 changes: 88 additions & 86 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 ac07cb4

Please sign in to comment.