-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
98350ee
commit c2fa9a5
Showing
1 changed file
with
35 additions
and
1 deletion.
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,7 +6,41 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda- | |
|
||
___Note:__ Yet to be released changes appear here._ | ||
|
||
* `DEPS`: update to `[email protected]` and `[email protected]` | ||
## 5.7.0 | ||
|
||
### General | ||
|
||
* `FEAT`: add replace menu shortcut <kbd>R</kbd> ([#3364](https://github.com/camunda/camunda-modeler/pull/3364)) | ||
* `FEAT`: add support for nested variables to FEEL editor autocompletion ([#34](https://github.com/bpmn-io/feel-editor/pull/34)) | ||
|
||
### BPMN | ||
|
||
* `FEAT`: add color picker ([#221](https://github.com/camunda/camunda-bpmn-js/pull/221)) | ||
* `FEAT`: add support for applying and unlinking element templates through replace menu ([#207](https://github.com/camunda/camunda-bpmn-js/pull/207), [#219](https://github.com/camunda/camunda-bpmn-js/pull/219)) | ||
* `FEAT`: add support for implementation as FEEL expression to script task ([#3321](https://github.com/camunda/camunda-modeler/issues/3321)) | ||
* `FEAT`: add support for error code as FEEL expression ([#837](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/837)) | ||
* `DEPS`: update to `[email protected]` | ||
* `DEPS`: update to `[email protected]` | ||
* `DEPS`: update to `[email protected]` | ||
|
||
### DMN | ||
|
||
* `DEPS`: update to `[email protected]` | ||
* `DEPS`: update to `[email protected]` | ||
|
||
### Forms | ||
|
||
* `FEAT`: add support for conditional rendering of form fields ([#403](https://github.com/bpmn-io/form-js/pull/403)) | ||
* `FEAT`: add text area form field ([#283](https://github.com/bpmn-io/form-js/issues/283)) | ||
* `FEAT`: add image form field ([#385](https://github.com/bpmn-io/form-js/pull/385)) | ||
* `FEAT`: add datetime form field ([#377](https://github.com/bpmn-io/form-js/pull/377)) | ||
* `FEAT`: add support for FEEL to text field form fields ([#447](https://github.com/bpmn-io/form-js/pull/447)) | ||
* `FEAT`: add support for prefix and suffix to text field and number form fields ([#460](https://github.com/bpmn-io/form-js/pull/460)) | ||
* `FEAT`: add support for decimal numbers to number form field ([#421](https://github.com/bpmn-io/form-js/pull/421)) | ||
* `FEAT`: add `email` and `phone` validation type to text field form fields ([#414](https://github.com/bpmn-io/form-js/pull/414)) | ||
* `FEAT`: validate form input JSON in validate view ([#386](https://github.com/bpmn-io/form-js/pull/386)) | ||
* `DEPS`: update to `@bpmn-io/[email protected]` | ||
* `DEPS`: update to `@camunda/[email protected]` | ||
|
||
## 5.6.0 | ||
|
||
|