-
Notifications
You must be signed in to change notification settings - Fork 484
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to #4691
- Loading branch information
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,42 +6,50 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda- | |
|
||
___Note:__ Yet to be released changes appear here._ | ||
|
||
## 5.30.0 | ||
|
||
### General | ||
|
||
* `FEAT`: show update button if update available ([#4606](https://github.com/camunda/camunda-modeler/pull/4606)) | ||
* `FEAT`: make bottom panel toggleable via keyboard ([#4516](https://github.com/camunda/camunda-modeler/issues/4516)) | ||
* `FEAT`: trigger core editor keyboard shortcuts on canvas focus only ([#4620](https://github.com/camunda/camunda-modeler/pull/4620)) | ||
* `FEAT`: integrate implicit keyboard binding into BPMN and DMN editors ([#4620](https://github.com/camunda/camunda-modeler/pull/4620)) | ||
* `FEAT`: expose `canvasFocus` state to menu actions ([#4620](https://github.com/camunda/camunda-modeler/pull/4620)) | ||
* `FEAT`: adjust bottom panel resize for better UX ([#4093](https://github.com/camunda/camunda-modeler/issues/4093)) | ||
* `FIX`: display status bar items in correct order ([#4714](https://github.com/camunda/camunda-modeler/pull/4714)) | ||
* `FIX`: handle multi-file deployment correctly in Camunda 7 ([#4694](https://github.com/camunda/camunda-modeler/issues/4694)) | ||
* `CHORE`: remove reset properties panel menu item ([#4516](https://github.com/camunda/camunda-modeler/issues/4516)) | ||
* `DEPS`: update to `[email protected]` ([#4609](https://github.com/camunda/camunda-modeler/pull/4609)) | ||
* `DEPS`: update to `@bpmn-io/[email protected]` | ||
* `DEPS`: update to `@bpmn-io/[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 `@bpmn-io/[email protected]` | ||
* `DEPS`: update to `@bpmn-io/[email protected]` | ||
* `DEPS`: update to `@camunda/[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]` | ||
* `DEPS`: update to `@camunda/[email protected].0` | ||
* `DEPS`: update to `[email protected].0` | ||
|
||
### BPMN | ||
|
||
* `FEAT`: support user task listeners in Camunda 8 ([#4590](https://github.com/camunda/camunda-modeler/issues/4590)) | ||
* `FEAT`: make variables tab accessible via the application footer ([#4516](https://github.com/camunda/camunda-modeler/issues/4516)) | ||
* `FEAT`: support task listeners ([bpmn-io/bpmn-js-properties-panel#1088](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1088)) | ||
* `FIX`: prevent long element name from shrinking icon ([#4505](https://github.com/camunda/camunda-modeler/issues/4505)) | ||
* `FEAT`: display exact matches on top of search ([#3439](https://github.com/camunda/camunda-modeler/issues/3439), [#4122](https://github.com/camunda/camunda-modeler/issues/4122)) | ||
* `FIX`: correct default extension used when saving Camunda 8 BPMN diagrams ([#4661](https://github.com/camunda/camunda-modeler/issues/4661)) | ||
* `FIX`: correctly handle duplicate entries and whitespace in `search` ([bpmn-io/diagram-js#932](https://github.com/bpmn-io/diagram-js/pull/932)) | ||
* `FIX`: find `search` terms across all keys ([bpmn-io/diagram-js#932](https://github.com/bpmn-io/diagram-js/pull/932), [#4182](https://github.com/camunda/camunda-modeler/issues/4182)) | ||
* `FIX`: correct dangling selection after search pad interaction ([bpmn-io/diagram-js#947](https://github.com/bpmn-io/diagram-js/pull/947)) | ||
* `FIX`: create new user task form only if user task form referenced ([camunda/camunda-bpmn-js-behaviors#85](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/85), [#4658](https://github.com/camunda/camunda-modeler/issues/4658)) | ||
* `FIX`: keep multi-instance characteristics on type change ([#4310](https://github.com/camunda/camunda-modeler/issues/4310)) | ||
|
||
### DMN | ||
|
||
* `FIX`: correct changing literal expression name from properties panel ([#4684](https://github.com/camunda/camunda-modeler/issues/4684)) | ||
* `FIX`: update formal parameters suggestions on change ([#4544](https://github.com/camunda/camunda-modeler/issues/4544)) | ||
|
||
## 5.29.0 | ||
|
||
|