Skip to content

Commit

Permalink
deps: update *properties-panel
Browse files Browse the repository at this point in the history
Overhauls FEEL popup menu (adding life-cycle events, but also other goodies). Minor fixes.
  • Loading branch information
nikku committed Sep 27, 2023
1 parent 11e553e commit 6aa37c5
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 47 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ All notable changes to [camunda-bpmn-js](https://github.com/camunda/camunda-bpmn

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

## 3.4.0

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

### Key Changes in Properties Panel

* `FEAT`: improve FEEL popup lifecycle events ([bpmn-io/properties-panel#294](https://github.com/bpmn-io/properties-panel/pull/294))
* `FEAT`: add drag trap to popup component ([bpmn-io/properties-panel#289](https://github.com/bpmn-io/properties-panel/issues/289))
* `FEAT`: allow listen to `feelPopup.dragstart`, `feelPopup.dragover` and `feelPopup.dragend` events ([bpmn-io/properties-panel#299](https://github.com/bpmn-io/properties-panel/pull/292))
* `FEAT`: allow listen to `feelPopup.opened` and `feelPopup.closed` events ([bpmn-io/bpmn-js-properties-panel#974](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/974))
* `FEAT`: provide `feelPopup` module to interact with FEEL popup ([bpmn-io/bpmn-js-properties-panel#974](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/974))
* `FEAT`: prioritize externally provided errors ([bpmn-io/properties-panel@`375838b7`](https://github.com/bpmn-io/properties-panel/commit/375838b7c82b559a579792a46479592efcd5f500))
* `FEAT`: specify FEEL popup container via `propertiesPanel.feelPopupContainer` ([bpmn-io/properties-panel#970](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/970))
* `FIX`: correct FEEL popup editor closing during auto-suggest ([bpmn-io/properties-panel#279](https://github.com/bpmn-io/properties-panel/issues/279))
* `FIX`: contain keyboard events within the FEEL popup editor ([bpmn-io/properties-panel@`a8dd384`](https://github.com/bpmn-io/properties-panel/commit/a8dd384ad625adb03272a9bc2e25fc4aab7bb284))

## 3.3.1

Expand Down
74 changes: 30 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"@bpmn-io/element-template-chooser": "^1.0.0",
"@bpmn-io/element-template-icon-renderer": "^0.5.1",
"@bpmn-io/form-variable-provider": "^1.1.0",
"@bpmn-io/properties-panel": "^3.4.0",
"@bpmn-io/variable-resolver": "^1.1.0",
"@bpmn-io/properties-panel": "^3.8.0",
"@bpmn-io/variable-resolver": "^1.2.0",
"@camunda/example-data-properties-provider": "^1.2.0",
"bpmn-js": "^14.0.0",
"bpmn-js-color-picker": "^0.6.1",
Expand All @@ -83,7 +83,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
"bio-dts": "^0.8.1",
"bpmn-js-properties-panel": "^5.2.0",
"bpmn-js-properties-panel": "^5.5.0",
"chai": "^4.3.8",
"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
Expand Down

0 comments on commit 6aa37c5

Please sign in to comment.