Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update dmn-js dependencies #4622

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`

## 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
Loading