Skip to content

Commit

Permalink
deps: update dmn-js dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak authored and philippfromme committed Oct 24, 2024
1 parent 17812b1 commit 8cfa5f5
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 126 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ ___Note:__ Yet to be released changes appear here._

* `FEAT`: populate empty tab values from available create options ([#4575](https://github.com/camunda/camunda-modeler/pull/4575))
* `FEAT`: allow plug-ins to contribute custom file types ([#4568](https://github.com/camunda/camunda-modeler/pull/4568))
* `FEAT`: support Camunda 8 FEEL built-ins ([bpmn-io/feel-editor#62](https://github.com/bpmn-io/feel-editor/pull/62))
* `FIX`: correct broken styles after loading variable outline ([#4555](https://github.com/camunda/camunda-modeler/issues/4555))
* `FIX`: show lint errors for FEEL expressions used in BPMN processes ([camunda/bpmnlint-plugin-camunda-compat#175](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/175))
* `FIX`: display parameterless functions suggestion correctly ([bpmn-io/dmn-js#898](https://github.com/bpmn-io/dmn-js/issues/898))
* `FIX`: improve validation of `first-item` FEEL rule ([bpmn-io/dmn-js#894](https://github.com/bpmn-io/dmn-js/issues/894))
* `FIX`: variable name changes when element name\label changes ([bpmn-io/dmn-js#863](https://github.com/bpmn-io/dmn-js/issues/863))
* `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545))
* `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550))
* `DEPS`: update to Electron 32 ([#4483](https://github.com/camunda/camunda-modeler/issues/4483))
* `DEPS`: update to `@camunda/improved-canvas@1.7.5`
* `DEPS`: update to `@camunda/linting@3.27.2`
* `DEPS`: update to `dmn-js@16.8.1`
* `DEPS`: update to `dmn-js-shared@16.8.0`
* `DEPS`: update to `camunda-dmn-js@2.10.0`

## 5.28.0

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.20.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.9.1",
"camunda-dmn-js": "^2.10.0",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.2",
"classnames": "^2.5.1",
Expand All @@ -47,9 +47,9 @@
"diagram-js": "^14.11.1",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.7.1",
"dmn-js": "^16.8.1",
"dmn-js-properties-panel": "^3.5.2",
"dmn-js-shared": "^16.7.1",
"dmn-js-shared": "^16.8.0",
"drag-tabs": "^2.3.1",
"events": "^3.0.0",
"formik": "2.0.4",
Expand Down
Loading

0 comments on commit 8cfa5f5

Please sign in to comment.