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

Bump properties panel #4392

Merged
merged 2 commits into from
Jun 21, 2024
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
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,30 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

## 5.25.0

### General

* `CHORE`: add accessible names to the XML/JSON editors ([#4370](https://github.com/camunda/camunda-modeler/issues/4370))
* `CHORE`: set window title via HTML ([#4376](https://github.com/camunda/camunda-modeler/issues/4376))
* `CHORE`: add accessible names to all inputs ([#4367](https://github.com/camunda/camunda-modeler/issues/4367))
* `CHORE`: make privacy policy link sufficiently distinguishable ([#4369](https://github.com/camunda/camunda-modeler/issues/4369))
* `DEPS`: update to `@bpmn-io/[email protected]`
* `DEPS`: update to `@bpmn-io/properties-panel@3.21.0`
* `DEPS`: update to `@bpmn-io/properties-panel@3.22.0`
* `DEPS`: update to `@camunda/[email protected]`
* `DEPS`: update to `@camunda/[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 `[email protected]`
* `DEPS`: update to `[email protected]`
* `DEPS`: update to `[email protected]`

### BPMN

* `FIX`: do not render properties panel entry with outdated component ([#4382](https://github.com/camunda/camunda-modeler/issues/4382), [bpmn-io/properties-panel#369](https://github.com/bpmn-io/properties-panel/pull/369))
* `FIX`: do not show boundary event menu for compensation activities ([#4348](https://github.com/camunda/camunda-modeler/issues/4348))
* `FIX`: allow deployment after initial save was cancled ([#4370](https://github.com/camunda/camunda-modeler/issues/4370))
* `FIX`: do not suggest root elements in search ([bpmn-js#2143](https://github.com/bpmn-io/bpmn-js/issues/2143))
Expand Down
12 changes: 6 additions & 6 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.5.0",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.9.0",
"@bpmn-io/properties-panel": "^3.21.0",
"@bpmn-io/properties-panel": "^3.22.0",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.16.0",
Expand All @@ -23,19 +23,19 @@
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.0",
"@codemirror/view": "^6.28.1",
"@ibm/plex": "^6.4.0",
"@sentry/browser": "^8.0.0",
"@sentry/integrations": "^7.108.0",
"bpmn-js": "^17.8.2",
"bpmn-js-element-templates": "^1.16.0",
"bpmn-js-properties-panel": "^5.17.1",
"bpmn-js-properties-panel": "^5.18.0",
"bpmn-js-tracking": "^0.6.0",
"bpmn-moddle": "^9.0.1",
"camunda-bpmn-js": "^4.11.0",
"camunda-bpmn-js": "^4.12.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^2.5.0",
"camunda-dmn-js": "^2.6.0",
"camunda-dmn-moddle": "^1.3.0",
"canvg": "^4.0.2",
"classnames": "^2.5.1",
Expand All @@ -47,7 +47,7 @@
"diagram-js-direct-editing": "^3.0.1",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^16.4.0",
"dmn-js-properties-panel": "^3.3.2",
"dmn-js-properties-panel": "^3.4.0",
"dmn-js-shared": "^16.5.0",
"drag-tabs": "^2.3.1",
"events": "^3.0.0",
Expand Down
Loading