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

Bump BPMN and DMN modeling deps #4641

Merged
merged 5 commits into from
Oct 29, 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
33 changes: 26 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,49 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

___Note:__ Yet to be released changes appear here._

## 5.29.0

### General

* `FEAT`: support Camunda 8.7 and 7.23 ([#4610](https://github.com/camunda/camunda-modeler/issues/4610))
* `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 `bpmn-js-properties-panel@5.25.0`
* `DEPS`: update to `bpmn-js-element-templates@2.3.0`
* `DEPS`: update to `@camunda/improved-canvas@1.7.5`
* `DEPS`: update to `@camunda/linting@3.28.0`
* `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`
* `DEPS`: update to `camunda-dmn-js@2.10.1`
* `DEPS`: update to `camunda-bpmn-js@4.20.2`
* `DEPS`: update to `diagram-js@14.11.3`

### BPMN

* `FEAT`: add Camunda 8.7 and 7.23 linter configurations ([camunda/bpmnlint-plugin-camunda-compat#176](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/176))
* `FEAT`: lint user tasks to be implemented as Zeebe user tasks starting with Camunda 8.7 ([camunda/bpmnlint-plugin-camunda-compat#179](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/179))
* `FIX`: lint message end events for task definition ([camunda/bpmnlint-plugin-camunda-compat#180](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/180))
* `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`: search result highlight ([#4538](https://github.com/camunda/camunda-modeler/issues/4538))
* `FIX`: do not change zoom when search openes ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931))

### DMN

* `FIX`: display parameterless functions suggestion correctly ([bpmn-io/dmn-js#898](https://github.com/bpmn-io/dmn-js/issues/898))
* `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))

### Forms

- `FEAT`: implement `filepicker` component ([bpmn-io/form-js#1264](https://github.com/bpmn-io/form-js/pull/1264))
- `FIX`: align drag preview/sticker properly ([bpmn-io/form-js#1267](https://github.com/bpmn-io/form-js/pull/1267))
- `FIX`: adjust the am/pm time placeholder to `hh:mm --` ([bpmn-io/form-js#1289](https://github.com/bpmn-io/form-js/pull/1289))
- `FIX`: do not create a simple label in datetime components ([bpmn-io/form-js#1292](https://github.com/bpmn-io/form-js/pull/1292))

## 5.28.0

Expand Down
10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.11.1",
"bpmn-js-element-templates": "^2.2.1",
"bpmn-js-properties-panel": "^5.24.0",
"bpmn-js-element-templates": "^2.3.0",
"bpmn-js-properties-panel": "^5.25.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.20.0",
"camunda-bpmn-js": "^4.20.2",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.10.0",
"camunda-dmn-js": "^2.10.1",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.2",
"classnames": "^2.5.1",
"cmmn-js": "^0.20.0",
"cmmn-js-properties-panel": "^0.9.0",
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^14.11.1",
"diagram-js": "^14.11.3",
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.8.1",
Expand Down
Loading