Skip to content

Commit

Permalink
deps: update to camunda-dmn-js@2.8.1
Browse files Browse the repository at this point in the history
Closes #4454
Closes #4388
  • Loading branch information
nikku committed Aug 29, 2024
1 parent 4c7339e commit 1d496a0
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 46 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ ___Note:__ Yet to be released changes appear here._
* `DEPS`: update to `bpmn-js-element-templates@2.2.0`
* `DEPS`: update to `camunda-bpmn-js-behaviors@1.6.1`
* `DEPS`: update to `diagram-js@14.9.0`
* `DEPS`: update to `dmn-js@16.6.2`
* `DEPS`: update to `dmn-js-properties-panel@3.5.2`
* `DEPS`: update to `camunda-dmn-js@2.8.1`
* `DEPS`: update to `zeebe-bpmn-moddle@1.6.0`
* `DEPS`: update to `camunda-bpmn-js@4.18.0`
* `DEPS`: update to `@camunda/linting@3.25.0`
Expand All @@ -29,6 +32,12 @@ ___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))

### DMN

* `FEAT`: support maintaining of Camunda 8 `Version Tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4454))
* `FIX`: provide BKM and Input Data name in variable suggestions ([camunda/camunda-dmn-js#117](https://github.com/camunda/camunda-dmn-js/issues/117))
* `FIX`: correct flashing edit button when adding new decision table column ([#4388](https://github.com/camunda/camunda-modeler/issues/4388))

### Forms

* `FEAT`: support maintaining of `Version Tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4463))
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"camunda-bpmn-js": "^4.19.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.7.0",
"camunda-dmn-js": "^2.8.1",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.2",
"classnames": "^2.5.1",
Expand All @@ -47,8 +47,8 @@
"diagram-js": "^14.8.0",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.6.1",
"dmn-js-properties-panel": "^3.4.1",
"dmn-js": "^16.6.2",
"dmn-js-properties-panel": "^3.5.2",
"dmn-js-shared": "^16.6.1",
"drag-tabs": "^2.3.1",
"events": "^3.0.0",
Expand Down
91 changes: 48 additions & 43 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 1d496a0

Please sign in to comment.