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

Prepare 5.18 #4009

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

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

## 5.18.0

### General

* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`

### BPMN

* `FEAT`: remove selection outline from connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826))
* `FEAT`: position context pad according to last waypoint for connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826))
* `FEAT`: support `isActive` condition ([bpmn-js-element-templates#19](https://github.com/bpmn-io/bpmn-js-element-templates/issues/19))
* `FEAT`: add conditional `correlationKey` rendering ([bpmn-js-element-templates#19](https://github.com/bpmn-io/bpmn-js-element-templates/issues/19))
* `FEAT`: support receive and send task message templating ([bpmn-io/bpmn-js-element-templates#30](https://github.com/bpmn-io/bpmn-js-element-templates/pull/30))
* `FIX`: prevent access of non-existing connection bounds ([diagram-js#824](https://github.com/bpmn-io/diagram-js/pull/824))
* `FIX`: disallow subscription binding for `bpmn:SendTask`
* `FIX`: correct selection outline size for end event ([bpmn-js#2026](https://github.com/bpmn-io/bpmn-js/pull/2026))
* `FIX`: remove unneeded `camunda-cloud` rules ([camunda-bpmn-js#325](https://github.com/camunda/camunda-bpmn-js/pull/325))
* `FIX`: remove unused `typescript` prod dependency ([camunda-bpmn-js#326](https://github.com/camunda/camunda-bpmn-js/pull/326))
* `FIX`: keep custom value on element templates update when the condition was changed ([bpmn-js-element-templates#32](https://github.com/bpmn-io/bpmn-js-element-templates/issues/32))

## DMN

* `FEAT`: remove selection outline from connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826))
* `FEAT`: position context pad according to last waypoint for connections ([diagram-js#826](https://github.com/bpmn-io/diagram-js/pull/826))
* `FEAT`: provide element ID in variable suggestions ([camunda-dmn-js#83](https://github.com/camunda/camunda-dmn-js/issues/83))
* `FEAT`: support documentation fields ([dmn-js-properties-panel#62](https://github.com/bpmn-io/dmn-js-properties-panel/issues/62))
* `FIX`: prevent access of non-existing connection bounds ([diagram-js#824](https://github.com/bpmn-io/diagram-js/pull/824))

## 5.17.0

Expand Down
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"bpmn-js-properties-panel": "^5.6.1",
"bpmn-js-tracking": "^0.3.3",
"bpmn-moddle": "^8.0.1",
"camunda-bpmn-js": "^3.9.0",
"camunda-bpmn-js": "^3.10.2",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.5.0",
Expand All @@ -42,11 +42,11 @@
"cmmn-js-properties-panel": "^0.9.0",
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^12.7.3",
"diagram-js": "^12.8.1",
"diagram-js-direct-editing": "^2.0.0",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^14.7.0",
"dmn-js-properties-panel": "^3.1.0",
"dmn-js": "^14.7.1",
"dmn-js-properties-panel": "^3.2.1",
"drag-tabs": "^2.3.0",
"events": "^3.0.0",
"formik": "^2.0.4",
Expand Down
Loading