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 Camunda Modeler 5.7 Release #3376

Merged
merged 5 commits into from
Jan 4, 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
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 10 additions & 10 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
"@bpmn-io/align-to-origin": "^0.7.0",
"@bpmn-io/dmn-migrate": "^0.4.3",
"@bpmn-io/extract-process-variables": "^0.6.0",
"@bpmn-io/form-js": "^0.10.0",
"@bpmn-io/properties-panel": "^1.0.1",
"@bpmn-io/form-js": "^0.10.1",
"@bpmn-io/properties-panel": "^1.1.1",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.1.2",
"@camunda/form-playground": "^0.3.0",
"@camunda/form-playground": "^0.3.1",
"@camunda/linting": "^0.12.0",
"@codemirror/commands": "^6.1.0",
"@codemirror/lang-json": "^6.0.0",
"@codemirror/lang-xml": "^6.0.0",
"@codemirror/search": "^6.1.0",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.2.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.1",
"@ibm/plex": "^6.0.0",
"@sentry/browser": "^6.3.6",
"bpmn-js": "^11.1.0",
"bpmn-js-properties-panel": "^1.12.0",
"bpmn-js-properties-panel": "^1.14.0",
"bpmn-moddle": "^8.0.0",
"camunda-bpmn-js": "^1.0.0",
"camunda-bpmn-moddle": "^7.0.1",
Expand Down
16 changes: 8 additions & 8 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Model all elements for Camunda 8</h4>
The BPMN editor now supports drawing all BPMN symbols while it also indicates which elements are not supported in the engine.
<h4>New form fields and more in the Form editor</h4>
The form editor now supports text area, datetime, and image form fields. Add conditions to form fields to control visibility.
</li>
<li>
<h4>Improved validation infrastructure</h4>
Editor now supports errors and warnings as problem types. Contribute your own validators with <a href="https://github.com/camunda/camunda-modeler-custom-linter-rules-plugin">linter plugins</a>.
<h4>New color picker in the BPMN editor</h4>
Color one or more elements using the new color picker that is accessible through the context menu.
</li>
<li>
<h4>New replace menu UI in the BPMN editor</h4>
Easily find the replacement element you are looking for with the search feature in the menu.
<h4>Element templates accessible through replace menu</h4>
Apply and unlink element templates directly through the replace menu. With an element selected, press <kbd>R</kbd> to open the replace menu.
</li>
<li>
<h4>Camunda 8.2 and 7.19 preview</h4>
Select the upcoming Camunda versions for preview of the new features. This includes support for link events in Camunda 8.
<h4>Extended support for using FEEL in Camunda 8 BPMN</h4>
FEEL expressions can be used for script task implementations and as error codes.
</li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions client/src/styles/_modeling.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import '~@camunda/form-playground/dist/assets/form-js.css';
@import '~@camunda/form-playground/dist/assets/form-js-editor.css';
@import '~@camunda/form-playground/dist/assets/camunda-form-playground.css';
@import '~@camunda/form-playground/dist/assets/flatpickr/light.css';
@import '~camunda-bpmn-js/dist/assets/diagram-js.css';
@import '~camunda-bpmn-js/dist/assets/bpmn-js.css';
@import '~camunda-bpmn-js/dist/assets/bpmn-font/css/bpmn-embedded.css';
Expand Down
Loading