Skip to content

Commit

Permalink
deps: update modeling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and LiZhi committed Apr 4, 2023
1 parent fef84af commit c58b04c
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 160 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,37 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

* `DEPS`: update to `camunda-bpmn-js@1.2.0`
* `DEPS`: update to `bpmn-js-properties-panel@1.16.0`
* `DEPS`: update to `camunda-bpmn-js@1.3.0`
* `DEPS`: update to `bpmn-js@11.3.0`
* `DEPS`: update to `bpmn-js-properties-panel@1.17.1`
* `DEPS`: update to `@camunda/linting@0.14.0`
* `DEPS`: update to `camunda-dmn-js@0.9.0`
* `DEPS`: update to `dmn-js@14.1.0`

### Key changes in Properties Panel

* `FEAT`: Camunda 8 template properties can have `language` property ([bpmn-js-properties-panel#869](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/869))
* `FEAT`: Camunda 8 template properties of type `Text` are resizable text areas ([bpmn-js-properties-panel#870](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/870))
* `FIX`: serialize templated properties in stable order ([bpmn-io/bpmn-js-properties-panel#838](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/838))
* `FIX`: do not sort IO mappings alphabetically ([bpmn-io/bpmn-js-properties-panel#845](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/845), [bpmn-io/bpmn-js-properties-panel#843](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/843))

### Key changes in BPMN

* `FEAT`: feature `service` and `user` tasks more prominently in replace menu ([#1836](https://github.com/bpmn-io/bpmn-js/pull/1836))
* `FEAT`: hide rare items initially from create/append menus ([#1836](https://github.com/bpmn-io/bpmn-js/pull/1836))
* `FEAT`: retrieve instantiation modules with context ([#1835](https://github.com/bpmn-io/bpmn-js/pull/1835))
* `FEAT`: append menu available via context pad ([#1802](https://github.com/bpmn-io/bpmn-js/pull/1802), [#1809](https://github.com/bpmn-io/bpmn-js/pull/1809), [#1815](https://github.com/bpmn-io/bpmn-js/pull/1815), [#1818](https://github.com/bpmn-io/bpmn-js/pull/1818), [#1831](https://github.com/bpmn-io/bpmn-js/pull/1831))
* `FEAT`: create menu available via palette ([#1811](https://github.com/bpmn-io/bpmn-js/pull/1811), [#1809](https://github.com/bpmn-io/bpmn-js/pull/1809), [#1817](https://github.com/bpmn-io/bpmn-js/pull/1817))
* `FEAT`: simplify connection-multi icon ([#1822](https://github.com/bpmn-io/bpmn-js/pull/1822))
* `FEAT`: join paths `round` by default ([1827](https://github.com/bpmn-io/bpmn-js/pull/1827))
* `FEAT`: improved BPMN symbol rendering ([#1830](https://github.com/bpmn-io/bpmn-js/pull/1830))
* `FEAT`: round connection corners ([#1828](https://github.com/bpmn-io/bpmn-js/pull/1828))
* `FEAT`: validate error code as FEEL expression ([#3319](https://github.com/camunda/camunda-modeler/issues/3319))

### Key changes in DMN

* `FEAT`: set decision table header as title

## 5.7.0

### General
Expand Down
16 changes: 8 additions & 8 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@bpmn-io/dmn-migrate": "^0.4.3",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^0.12.1",
"@bpmn-io/properties-panel": "^1.1.1",
"@bpmn-io/properties-panel": "^1.3.1",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.3.0",
Expand All @@ -25,24 +25,24 @@
"@codemirror/view": "^6.7.1",
"@ibm/plex": "^6.0.0",
"@sentry/browser": "^6.3.6",
"bpmn-js": "^11.1.1",
"bpmn-js-properties-panel": "^1.16.0",
"bpmn-moddle": "^8.0.0",
"camunda-bpmn-js": "^1.2.0",
"bpmn-js": "^11.3.0",
"bpmn-js-properties-panel": "^1.17.1",
"bpmn-moddle": "^8.0.1",
"camunda-bpmn-js": "^1.3.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^0.8.1",
"camunda-dmn-js": "^0.9.0",
"camunda-dmn-moddle": "^1.2.0",
"canvg-browser": "^1.0.0",
"classnames": "^2.2.6",
"cmmn-js": "^0.20.0",
"cmmn-js-properties-panel": "^0.9.0",
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^11.4.4",
"diagram-js": "^11.9.0",
"diagram-js-direct-editing": "^2.0.0",
"diagram-js-origin": "^1.3.3",
"dmn-js": "^14.0.2",
"dmn-js": "^14.1.0",
"dmn-js-properties-panel": "^1.3.1",
"drag-tabs": "^2.3.0",
"events": "^3.0.0",
Expand Down
Loading

0 comments on commit c58b04c

Please sign in to comment.