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 BPMN deps #4094

Merged
merged 8 commits into from
Feb 5, 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
39 changes: 36 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,52 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

## General
## 5.20.0

### General

* `FEAT`: allow users to re-open recently used files ([#3917](https://github.com/camunda/camunda-modeler/issues/3917))
* `FEAT`: confirm on unsaved files before reload ([#3886](https://github.com/camunda/camunda-modeler/issues/3886), [#3240](https://github.com/camunda/camunda-modeler/issues/3240))
* `FEAT`: rework report feedback widget ([#4086](https://github.com/camunda/camunda-modeler/issues/4086))
* `FEAT`: improve resizer and popup editor toggle interaction ([#3895](https://github.com/camunda/camunda-modeler/issues/3895))
* `FIX`: correct user forum link ([#4085](https://github.com/camunda/camunda-modeler/issues/4085))
* `CHORE`: track popup editor usage ([#4004](https://github.com/camunda/camunda-modeler/issues/4004))
* `DEPS`: update to `@bpmn-io/form-js@1.7.0`
* `DEPS`: update to `@camunda/form-linting@0.15.0`
* `DEPS`: update to `@camunda/form-playground@0.13.0`
* `DEPS`: update to `bpmn-js@16.4.0`
nikku marked this conversation as resolved.
Show resolved Hide resolved
* `DEPS`: update to `bpmn-js-properties-panel@5.11.1`
* `DEPS`: update to `@bpmn-io/properties-panel@3.18.1`
* `DEPS`: update to `camunda-bpmn-js-behaviors@1.2.3`
* `DEPS`: update to `bpmn-js-element-templates@1.13.1`

## Forms
### BPMN

* `FEAT`: allow text annotations to overlap with the borders of subprocesses and pools ([bpmn-io/bpmn-js#2049](https://github.com/bpmn-io/bpmn-js/issues/2049), [#4035](https://github.com/camunda/camunda-modeler/issues/4035))
* `FEAT`: improve Camunda 7 variable events tooltip ([#1016](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1016))
* `FEAT`: make FEEL error more forgiving ([#3991](https://github.com/camunda/camunda-modeler/issues/3991))
* `FEAT`: display element template icon found in XML ([bpmn-io/bpmn-js-properties-panel#1011](https://github.com/bpmn-io/bpmn-js-properties-panel/issues/1011))
* `FEAT`: align zeebe input propagation label and tooltip ([bpmn-io/bpmn-js-properties-panel@`5d8bd68`](https://github.com/bpmn-io/bpmn-js-properties-panel/commit/5d8bd6846efcbbc7c67322df5a6c6fe28d63fb9b), [#4051](https://github.com/camunda/camunda-modeler/issues/4051))
* `FEAT`: allow tooltip re-usability ([bpmn-io/properties-panel#321](https://github.com/bpmn-io/properties-panel/pull/321))
* `FEAT`: word wrap FEEL expressions, textarea style ([bpmn-io/properties-panel#319](https://github.com/bpmn-io/properties-panel/pull/319))
* `FEAT`: always show documentation field ([bpmn-io/bpmn-js-element-templates#50](https://github.com/bpmn-io/bpmn-js-element-templates/pull/50), [#4037](https://github.com/camunda/camunda-modeler/issues/4037))
* `FEAT`: validate Camunda 7 text area and select ([bpmn-io/bpmn-js-element-templates#55](https://github.com/bpmn-io/bpmn-js-element-templates/issues/55))
* `FEAT`: ensure Camunda 8 user tasks have a form definition ([#151](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/151))
* `FIX`: support core replace in compensation behavior ([bpmn-io/bpmn-js#2073](https://github.com/bpmn-io/bpmn-js/issues/2073), [#4070](https://github.com/camunda/camunda-modeler/issues/4070))
* `FIX`: attach popup editor toggle to the top ([bpmn-io/bpmn-js-properties-panel@`e6681f7`](https://github.com/bpmn-io/properties-panel/commit/e6681f74ad6268c8f533a721351bdeea376dac26))
* `FIX`: close popup editor when properties panel gets detached ([bpmn-io/bpmn-js-properties-panel@`7defc52`](https://github.com/bpmn-io/properties-panel/commit/7defc525400c62f253651cda589fe2f5058518a6))
* `FIX`: close popup editor when source component gets unmounted ([bpmn-io/bpmn-js-properties-panel@`1fa3330`](https://github.com/bpmn-io/properties-panel/commit/1fa3330ebdcbc7c0ac405a49eb510817fc3aa71c))
* `FIX`: correct re-validation of entries when validator changes ([bpmn-io/bpmn-js-properties-panel@`e93e986`](https://github.com/bpmn-io/properties-panel/commit/e93e986573d32adc361c64a1bc53cf1e38454715), [#3070](https://github.com/camunda/camunda-modeler/issues/3070))
* `FIX`: drop unnecessary variable propagation behavior ([camunda/camunda-bpmn-js-behaviors#57](https://github.com/camunda/camunda-bpmn-js-behaviors/pull/57))
* `FIX`: prevent infinite loop when suggesting variables ([bpmn-io/variable-resolver#23](https://github.com/bpmn-io/variable-resolver/pull/23))
* `FIX`: show scrollbars in popup editor ([bpmn-io/properties-panel#319](https://github.com/bpmn-io/properties-panel/pull/319))

### Forms

* `FEAT`: implement HTML component and cleanup Text component ([bpmn-io/form-js#999](https://github.com/bpmn-io/form-js/pull/999))
* `FIX`: resize textarea on input changes ([bpmn-io/form-js#1011](https://github.com/bpmn-io/form-js/issues/1011))
* `FIX`: prevent demo data from being created on edited tables ([bpmn-io/form-js#1005](https://github.com/bpmn-io/form-js/pull/1005))


## 5.19.0

### General
Expand Down
44 changes: 22 additions & 22 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"@bpmn-io/dmn-migrate": "^0.4.3",
"@bpmn-io/extract-process-variables": "^0.8.0",
"@bpmn-io/form-js": "^1.7.0",
"@bpmn-io/properties-panel": "^3.15.0",
"@bpmn-io/properties-panel": "^3.18.1",
"@bpmn-io/replace-ids": "^0.2.0",
"@camunda/execution-platform": "^0.3.2",
"@camunda/form-linting": "^0.15.0",
"@camunda/form-playground": "^0.13.0",
"@camunda/linting": "^3.12.0",
"@camunda/linting": "^3.15.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
Expand All @@ -26,12 +26,12 @@
"@ibm/plex": "^6.0.0",
"@sentry/browser": "^7.82.0",
"@sentry/integrations": "^7.82.0",
"bpmn-js": "^16.3.1",
"bpmn-js-element-templates": "^1.10.0",
"bpmn-js-properties-panel": "^5.7.0",
"bpmn-js": "^16.5.0",
"bpmn-js-element-templates": "^1.13.1",
"bpmn-js-properties-panel": "^5.11.1",
"bpmn-js-tracking": "^0.4.0",
"bpmn-moddle": "^8.1.0",
"camunda-bpmn-js": "^3.12.1",
"camunda-bpmn-js": "^3.13.0",
"camunda-bpmn-moddle": "^7.0.1",
"camunda-cmmn-moddle": "^1.0.0",
"camunda-dmn-js": "^1.8.0",
Expand All @@ -43,9 +43,9 @@
"codemirror": "^6.0.1",
"debug": "^4.1.1",
"diagram-js": "^13.4.0",
"diagram-js-direct-editing": "^2.1.1",
"diagram-js-direct-editing": "^2.1.2",
"diagram-js-origin": "^1.4.0",
"dmn-js": "^15.0.0",
"dmn-js": "^15.1.0",
"dmn-js-properties-panel": "^3.2.1",
"drag-tabs": "^2.3.0",
"events": "^3.0.0",
Expand All @@ -69,18 +69,18 @@
},
"homepage": ".",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@sentry/webpack-plugin": "^2.10.2",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@sentry/webpack-plugin": "^2.11.0",
"babel-loader": "^9.0.0",
"babel-plugin-istanbul": "^6.0.0",
"bpmnlint-loader": "^0.1.6",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chai": "^4.2.0",
"copy-webpack-plugin": "^12.0.0",
"chai": "^4.4.1",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.0",
"css-loader": "^6.8.1",
"css-loader": "^6.10.0",
"del-cli": "^5.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
Expand All @@ -90,20 +90,20 @@
"karma-env-preprocessor": "^0.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"karma-webpack": "^5.0.0",
"karma-webpack": "^5.0.1",
"less": "^4.0.0",
"less-loader": "^12.0.0",
"less-loader": "^12.2.0",
"license-webpack-plugin": "^2.1.1",
"mocha": "^10.0.0",
"mocha": "^10.2.0",
"mocha-test-container-support": "0.2.0",
"npm-run-all2": "^6.0.0",
"puppeteer": "^21.3.8",
"puppeteer": "^21.11.0",
"react-svg-loader": "^3.0.3",
"react-test-renderer": "^16.8.6",
"sinon": "^17.0.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"style-loader": "^3.3.4",
"webpack": "^5.90.1",
"webpack-cli": "^5.0.0"
},
"scripts": {
Expand Down
Loading
Loading