Skip to content

Commit

Permalink
chore: prepare v3.6.0
Browse files Browse the repository at this point in the history
deps: update to `[email protected]`

deps: update to `@bpmn-io/[email protected]`

deps: update to `[email protected]`
  • Loading branch information
barmac committed Oct 19, 2023
1 parent 9cf1cce commit 95e4caa
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 159 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,28 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 3.6.0

* `DEPS`: update to `[email protected]`
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `[email protected]`

### Key Changes in Element Templates

* `FEAT`: add `zeebe:subscription` in single command ([bpmn-io/bpmn-js-element-templates#21](https://github.com/bpmn-io/bpmn-js-element-templates/issues/21))
* `FEAT`: support `camunda:executionListener` with `implementationType` ([bpmn-io/bpmn-js-element-templates#13](https://github.com/bpmn-io/bpmn-js-element-templates/issues/13))
* `FIX`: clean up empty `zeebe:subscription` ([bpmn-io/bpmn-js-element-templates#21](https://github.com/bpmn-io/bpmn-js-element-templates/issues/21))
* `FIX`: set `$parent` property when creating non-primitive properties ([bpmn-io/bpmn-js-element-templates#22](https://github.com/bpmn-io/bpmn-js-element-templates/pull/22))

### Key Changes in Properties Panel

* `FEAT`: support Camunda 8 form reference ([bpmn-io/bpmn-js-properties-panel#978](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/978), [bpmn-io/bpmn-js-properties-panel#949](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/949))
* `FEAT`: allow `PopupContainer` to be a CSS selector ([bpmn-io/properties-panel#291](https://github.com/bpmn-io/properties-panel/issues/291))
* `FEAT`: improve suggestion of local variables ([bpmn-io/bpmn-js-properties-panel#984](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/984))
* `FIX`: add error style to popup editor opened fields ([bpmn-io/properties-panel#298](https://github.com/bpmn-io/properties-panel/pull/298))
* `FIX`: allow value `0` in FEEL number fields ([bpmn-io/properties-panel#297](https://github.com/bpmn-io/properties-panel/pull/297))
* `FIX`: keep undo/redo stack when editing Camunda input/output properties ([bpmn-io/bpmn-js-properties-panel#983](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/983))

## 3.5.0

* `DEPS`: update to `[email protected]`
Expand Down
Loading

0 comments on commit 95e4caa

Please sign in to comment.