From b1d7ab211e941b5cfa5edb3d0e1239a58843187c Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 29 Oct 2024 09:52:42 +0100 Subject: [PATCH 1/5] deps: update to bpmn-js-element-templates@2.3.0 --- CHANGELOG.md | 1 + client/package.json | 2 +- package-lock.json | 37 +++++++++++-------------------------- 3 files changed, 13 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf695b936..f559b1bb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ___Note:__ Yet to be released changes appear here._ * `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545)) * `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550)) * `DEPS`: update to Electron 32 ([#4483](https://github.com/camunda/camunda-modeler/issues/4483)) +* `DEPS`: update to `bpmn-js-element-templates@2.3.0` * `DEPS`: update to `@camunda/improved-canvas@1.7.5` * `DEPS`: update to `@camunda/linting@3.28.0` * `DEPS`: update to `dmn-js@16.8.1` diff --git a/client/package.json b/client/package.json index b96b665cfb..e9fc43348f 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "@sentry/browser": "^8.0.0", "@sentry/integrations": "^7.108.0", "bpmn-js": "^17.11.1", - "bpmn-js-element-templates": "^2.2.1", + "bpmn-js-element-templates": "^2.3.0", "bpmn-js-properties-panel": "^5.24.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", diff --git a/package-lock.json b/package-lock.json index 0158fe7334..f9794e2e6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -114,7 +114,7 @@ "@sentry/browser": "^8.0.0", "@sentry/integrations": "^7.108.0", "bpmn-js": "^17.11.1", - "bpmn-js-element-templates": "^2.2.1", + "bpmn-js-element-templates": "^2.3.0", "bpmn-js-properties-panel": "^5.24.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", @@ -11182,12 +11182,13 @@ } }, "node_modules/bpmn-js-element-templates": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bpmn-js-element-templates/-/bpmn-js-element-templates-2.2.1.tgz", - "integrity": "sha512-+koVjuO56o5ADU5bXFxFnr/0UVC8/McXGUWbYP5owVlSFbt9Fa8ypwg3jnvr/pllyFtC8OpIyAyUsiuBBWbFWg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/bpmn-js-element-templates/-/bpmn-js-element-templates-2.3.0.tgz", + "integrity": "sha512-ZtTPMG5bwPxPGkmrVwWxrPBBCDWRFrJnEMhqBsPEfoE4V5NWeLzlFLhBQzfCOo50Q2VEEJSNv5Okpe/TIy0cvw==", + "license": "MIT", "dependencies": { "@bpmn-io/element-templates-validator": "^2.1.0", - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "bpmnlint": "^10.3.0", "classnames": "^2.3.1", "ids": "^1.0.0", @@ -11208,14 +11209,6 @@ "diagram-js": ">= 11.9" } }, - "node_modules/bpmn-js-element-templates/node_modules/@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", - "dependencies": { - "min-dash": "^4.0.0" - } - }, "node_modules/bpmn-js-element-templates/node_modules/component-event": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/component-event/-/component-event-0.2.1.tgz", @@ -40288,12 +40281,12 @@ } }, "bpmn-js-element-templates": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/bpmn-js-element-templates/-/bpmn-js-element-templates-2.2.1.tgz", - "integrity": "sha512-+koVjuO56o5ADU5bXFxFnr/0UVC8/McXGUWbYP5owVlSFbt9Fa8ypwg3jnvr/pllyFtC8OpIyAyUsiuBBWbFWg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/bpmn-js-element-templates/-/bpmn-js-element-templates-2.3.0.tgz", + "integrity": "sha512-ZtTPMG5bwPxPGkmrVwWxrPBBCDWRFrJnEMhqBsPEfoE4V5NWeLzlFLhBQzfCOo50Q2VEEJSNv5Okpe/TIy0cvw==", "requires": { "@bpmn-io/element-templates-validator": "^2.1.0", - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "bpmnlint": "^10.3.0", "classnames": "^2.3.1", "ids": "^1.0.0", @@ -40304,14 +40297,6 @@ "uuid": "^10.0.0" }, "dependencies": { - "@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", - "requires": { - "min-dash": "^4.0.0" - } - }, "component-event": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/component-event/-/component-event-0.2.1.tgz", @@ -41028,7 +41013,7 @@ "babel-loader": "^9.2.1", "babel-plugin-istanbul": "^7.0.0", "bpmn-js": "^17.11.1", - "bpmn-js-element-templates": "^2.2.1", + "bpmn-js-element-templates": "^2.3.0", "bpmn-js-properties-panel": "^5.24.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", From e31a65b718113890d0151178c3c706b554285186 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 29 Oct 2024 10:05:14 +0100 Subject: [PATCH 2/5] deps: update to bpmn-js-properties-panel@5.25.0 --- CHANGELOG.md | 1 + client/package.json | 2 +- package-lock.json | 47 +++++++++++++++++++++++---------------------- 3 files changed, 26 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f559b1bb9f..9dede148fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ___Note:__ Yet to be released changes appear here._ * `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545)) * `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550)) * `DEPS`: update to Electron 32 ([#4483](https://github.com/camunda/camunda-modeler/issues/4483)) +* `DEPS`: update to `bpmn-js-properties-panel@5.25.0` * `DEPS`: update to `bpmn-js-element-templates@2.3.0` * `DEPS`: update to `@camunda/improved-canvas@1.7.5` * `DEPS`: update to `@camunda/linting@3.28.0` diff --git a/client/package.json b/client/package.json index e9fc43348f..1c532e7050 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "@sentry/integrations": "^7.108.0", "bpmn-js": "^17.11.1", "bpmn-js-element-templates": "^2.3.0", - "bpmn-js-properties-panel": "^5.24.0", + "bpmn-js-properties-panel": "^5.25.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", "camunda-bpmn-js": "^4.20.0", diff --git a/package-lock.json b/package-lock.json index f9794e2e6c..7e89942d1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -115,7 +115,7 @@ "@sentry/integrations": "^7.108.0", "bpmn-js": "^17.11.1", "bpmn-js-element-templates": "^2.3.0", - "bpmn-js-properties-panel": "^5.24.0", + "bpmn-js-properties-panel": "^5.25.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", "camunda-bpmn-js": "^4.20.0", @@ -11250,11 +11250,12 @@ } }, "node_modules/bpmn-js-properties-panel": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-5.24.0.tgz", - "integrity": "sha512-OPowufOEa6SVDzdtikgP5zfjFLIKvlkJbtx4mJewdFjmZnqR1pYwoLElqHPd3V7KEM5b71b3iia8lapZoXlRFw==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-5.25.0.tgz", + "integrity": "sha512-3Z0CsraFPc02UIzDIOBL8d4Mnl4Nn2e9g6v4LBGSWqf0bzj97vyzKnblTHjbqYCTL9TZNeUX1EtId+r6TMAoMA==", + "license": "MIT", "dependencies": { - "@bpmn-io/extract-process-variables": "^0.9.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "array-move": "^4.0.0", "ids": "^1.0.5", "min-dash": "^4.2.1", @@ -11270,12 +11271,15 @@ "diagram-js": ">= 11.9" } }, - "node_modules/bpmn-js-properties-panel/node_modules/@bpmn-io/extract-process-variables": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.9.0.tgz", - "integrity": "sha512-32h64pyToe8ss6+jAsRiFFpOTOm+QS+3vqRvzhRjkXbT8Qie7X/uYYrp980eBSgW/otAUrsMmlU10IBZ7dpfGQ==", - "dependencies": { - "min-dash": "^4.0.0" + "node_modules/bpmn-js-properties-panel/node_modules/array-move": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/array-move/-/array-move-4.0.0.tgz", + "integrity": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/bpmn-js-properties-panel/node_modules/component-event": { @@ -40331,24 +40335,21 @@ "requires": {} }, "bpmn-js-properties-panel": { - "version": "5.24.0", - "resolved": "https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-5.24.0.tgz", - "integrity": "sha512-OPowufOEa6SVDzdtikgP5zfjFLIKvlkJbtx4mJewdFjmZnqR1pYwoLElqHPd3V7KEM5b71b3iia8lapZoXlRFw==", + "version": "5.25.0", + "resolved": "https://registry.npmjs.org/bpmn-js-properties-panel/-/bpmn-js-properties-panel-5.25.0.tgz", + "integrity": "sha512-3Z0CsraFPc02UIzDIOBL8d4Mnl4Nn2e9g6v4LBGSWqf0bzj97vyzKnblTHjbqYCTL9TZNeUX1EtId+r6TMAoMA==", "requires": { - "@bpmn-io/extract-process-variables": "^0.9.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "array-move": "^4.0.0", "ids": "^1.0.5", "min-dash": "^4.2.1", "min-dom": "^4.2.1" }, "dependencies": { - "@bpmn-io/extract-process-variables": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.9.0.tgz", - "integrity": "sha512-32h64pyToe8ss6+jAsRiFFpOTOm+QS+3vqRvzhRjkXbT8Qie7X/uYYrp980eBSgW/otAUrsMmlU10IBZ7dpfGQ==", - "requires": { - "min-dash": "^4.0.0" - } + "array-move": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/array-move/-/array-move-4.0.0.tgz", + "integrity": "sha512-+RY54S8OuVvg94THpneQvFRmqWdAHeqtMzgMW6JNurHxe8rsS07cHQdfGkXnTUXiBcyZ0j3SiDIxxj0RPiqCkQ==" }, "component-event": { "version": "0.2.1", @@ -41014,7 +41015,7 @@ "babel-plugin-istanbul": "^7.0.0", "bpmn-js": "^17.11.1", "bpmn-js-element-templates": "^2.3.0", - "bpmn-js-properties-panel": "^5.24.0", + "bpmn-js-properties-panel": "^5.25.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", "bpmnlint-loader": "^0.1.6", From 7d9f0bbe43417fe169b802e8529d86c7db9b69e2 Mon Sep 17 00:00:00 2001 From: Jarek Danielak Date: Tue, 29 Oct 2024 10:27:51 +0100 Subject: [PATCH 3/5] deps: update modeling dependencies deps: update to diagram-js@14.11.3 Closes #4538 deps: update to camunda-dmn-js@2.10.1 deps: update to camunda-bpmn-js@4.20.2 --- CHANGELOG.md | 6 ++- client/package.json | 6 +-- package-lock.json | 96 +++++++++++++++++++-------------------------- 3 files changed, 48 insertions(+), 60 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dede148fb..8f235e2b3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ___Note:__ Yet to be released changes appear here._ * `FIX`: variable name changes when element name\label changes ([bpmn-io/dmn-js#863](https://github.com/bpmn-io/dmn-js/issues/863)) * `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545)) * `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550)) +* `FIX`: search result highlight ([#4538](https://github.com/camunda/camunda-modeler/issues/4538)) +* `FIX`: do not change zoom when search openes ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931)) * `DEPS`: update to Electron 32 ([#4483](https://github.com/camunda/camunda-modeler/issues/4483)) * `DEPS`: update to `bpmn-js-properties-panel@5.25.0` * `DEPS`: update to `bpmn-js-element-templates@2.3.0` @@ -25,7 +27,9 @@ ___Note:__ Yet to be released changes appear here._ * `DEPS`: update to `@camunda/linting@3.28.0` * `DEPS`: update to `dmn-js@16.8.1` * `DEPS`: update to `dmn-js-shared@16.8.0` -* `DEPS`: update to `camunda-dmn-js@2.10.0` +* `DEPS`: update to `camunda-dmn-js@2.10.1` +* `DEPS`: update to `camunda-bpmn-js@4.20.2` +* `DEPS`: update to `diagram-js@14.11.3` ### BPMN diff --git a/client/package.json b/client/package.json index 1c532e7050..09cab55c32 100644 --- a/client/package.json +++ b/client/package.json @@ -33,10 +33,10 @@ "bpmn-js-properties-panel": "^5.25.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", - "camunda-bpmn-js": "^4.20.0", + "camunda-bpmn-js": "^4.20.2", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", - "camunda-dmn-js": "^2.10.0", + "camunda-dmn-js": "^2.10.1", "camunda-dmn-moddle": "^1.3.0", "canvg": "^4.0.2", "classnames": "^2.5.1", @@ -44,7 +44,7 @@ "cmmn-js-properties-panel": "^0.9.0", "codemirror": "^6.0.1", "debug": "^4.1.1", - "diagram-js": "^14.11.1", + "diagram-js": "^14.11.3", "diagram-js-direct-editing": "^3.0.1", "diagram-js-origin": "^1.4.0", "dmn-js": "^16.8.1", diff --git a/package-lock.json b/package-lock.json index 7e89942d1f..9dbc8944ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -118,10 +118,10 @@ "bpmn-js-properties-panel": "^5.25.0", "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", - "camunda-bpmn-js": "^4.20.0", + "camunda-bpmn-js": "^4.20.2", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", - "camunda-dmn-js": "^2.10.0", + "camunda-dmn-js": "^2.10.1", "camunda-dmn-moddle": "^1.3.0", "canvg": "^4.0.2", "classnames": "^2.5.1", @@ -129,7 +129,7 @@ "cmmn-js-properties-panel": "^0.9.0", "codemirror": "^6.0.1", "debug": "^4.1.1", - "diagram-js": "^14.11.1", + "diagram-js": "^14.11.3", "diagram-js-direct-editing": "^3.0.1", "diagram-js-origin": "^1.4.0", "dmn-js": "^16.8.1", @@ -2977,11 +2977,11 @@ } }, "node_modules/@bpmn-io/variable-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.2.2.tgz", - "integrity": "sha512-n03hk0mAQ/dnhSgz7ZzwYnKKuwGwlVcaD+bHucEz6ic8ntmBgvSVCNavLV7lQn4y3FMYDpw+siFZ6ubz1BCByg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.0.tgz", + "integrity": "sha512-LzvIP3RPbMAE1sdSojSfEIsw1cXdB8oATB5P6+QFQpGihIIeuAy6twgfjd2gpntO/TxCMmXNAQM4NR899TJavQ==", "dependencies": { - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "@lezer/common": "^1.2.1", "lezer-feel": "^1.2.4", "min-dash": "^4.2.1" @@ -2990,18 +2990,10 @@ "bpmn-js": "*" } }, - "node_modules/@bpmn-io/variable-resolver/node_modules/@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", - "dependencies": { - "min-dash": "^4.0.0" - } - }, "node_modules/@bpmn-io/variable-resolver/node_modules/min-dash": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/min-dash/-/min-dash-4.2.1.tgz", - "integrity": "sha512-to+unsToePnm7cUeR9TrMzFlETHd/UXmU+ELTRfWZj5XGT41KF6X3L233o3E/GdEs3sk2Tbw/lOLD1avmWkg8A==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/min-dash/-/min-dash-4.2.2.tgz", + "integrity": "sha512-qbhSYUxk6mBaF096B3JOQSumXbKWHenmT97cSpdNzgkWwGjhjhE/KZODCoDNhI2I4C9Cb6R/Q13S4BYkUSXoXQ==" }, "node_modules/@camunda/element-templates-json-schema": { "version": "0.18.0", @@ -12034,25 +12026,25 @@ } }, "node_modules/camunda-bpmn-js": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-4.20.0.tgz", - "integrity": "sha512-kL/Y014KFf7c0ynV9GNEOTovRuJivbBsNKpyhuV7tNGjc7I7E4wpKMNldI2P/ExGV0UWp647vWUsZnF0HLnziA==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-4.20.2.tgz", + "integrity": "sha512-+41PbojGC9Ncl49r8XOSwcOCm36LxnjbYdpa9QB2DWrktyFXRgIBtL3gx1rhvKvt9Sf4YxH+EY3deVwhf5Gi8w==", "dependencies": { "@bpmn-io/align-to-origin": "^0.7.0", "@bpmn-io/element-template-chooser": "^1.0.0", "@bpmn-io/element-template-icon-renderer": "^0.5.2", "@bpmn-io/form-variable-provider": "^1.3.0", "@bpmn-io/properties-panel": "^3.24.1", - "@bpmn-io/variable-resolver": "^1.2.2", + "@bpmn-io/variable-resolver": "^1.3.0", "@camunda/example-data-properties-provider": "^1.2.1", "bpmn-js": "^17.11.1", "bpmn-js-color-picker": "^0.7.1", "bpmn-js-create-append-anything": "^0.5.2", - "bpmn-js-element-templates": "^2.2.1", + "bpmn-js-element-templates": "^2.3.0", "bpmn-js-executable-fix": "^0.2.1", "camunda-bpmn-js-behaviors": "^1.6.1", "camunda-bpmn-moddle": "^7.0.1", - "diagram-js": "^14.11.0", + "diagram-js": "^14.11.3", "diagram-js-grid": "^1.0.0", "diagram-js-minimap": "^5.1.0", "diagram-js-origin": "^1.4.0", @@ -12097,13 +12089,13 @@ "license": "MIT" }, "node_modules/camunda-dmn-js": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/camunda-dmn-js/-/camunda-dmn-js-2.10.0.tgz", - "integrity": "sha512-9UufZP+zwqZpRf1IO6Ce07qIaOWjop39gbG4Cy6I8nhY5lTO1J7vzjv4cqh4/fx6/V7Qn7mX0cC5dSANwcMdvA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/camunda-dmn-js/-/camunda-dmn-js-2.10.1.tgz", + "integrity": "sha512-RyM/xVPQn8EetvUZkjSOqDPOjitUMlC/TMe+D1SLfGj/sUTXg0WhAssp3znhFtcrUmxF8Nn2uloxGEbPIQ9dBA==", "dependencies": { "@bpmn-io/align-to-origin": "^0.7.0", "camunda-dmn-moddle": "^1.3.0", - "diagram-js": "^14.9.0", + "diagram-js": "^14.11.3", "diagram-js-grid": "^1.0.0", "diagram-js-origin": "^1.3.4", "dmn-js": "^16.8.1", @@ -34163,28 +34155,20 @@ } }, "@bpmn-io/variable-resolver": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.2.2.tgz", - "integrity": "sha512-n03hk0mAQ/dnhSgz7ZzwYnKKuwGwlVcaD+bHucEz6ic8ntmBgvSVCNavLV7lQn4y3FMYDpw+siFZ6ubz1BCByg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@bpmn-io/variable-resolver/-/variable-resolver-1.3.0.tgz", + "integrity": "sha512-LzvIP3RPbMAE1sdSojSfEIsw1cXdB8oATB5P6+QFQpGihIIeuAy6twgfjd2gpntO/TxCMmXNAQM4NR899TJavQ==", "requires": { - "@bpmn-io/extract-process-variables": "^0.8.0", + "@bpmn-io/extract-process-variables": "^1.0.0", "@lezer/common": "^1.2.1", "lezer-feel": "^1.2.4", "min-dash": "^4.2.1" }, "dependencies": { - "@bpmn-io/extract-process-variables": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@bpmn-io/extract-process-variables/-/extract-process-variables-0.8.0.tgz", - "integrity": "sha512-yAS7ZYX+D56K+luC36u96eRMLb4VHcPUwTUqMZ/Z/Je2gou2DJLRbuBTHAB4jjKt4wFCHSG4B8Y+TrBciEYf4w==", - "requires": { - "min-dash": "^4.0.0" - } - }, "min-dash": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/min-dash/-/min-dash-4.2.1.tgz", - "integrity": "sha512-to+unsToePnm7cUeR9TrMzFlETHd/UXmU+ELTRfWZj5XGT41KF6X3L233o3E/GdEs3sk2Tbw/lOLD1avmWkg8A==" + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/min-dash/-/min-dash-4.2.2.tgz", + "integrity": "sha512-qbhSYUxk6mBaF096B3JOQSumXbKWHenmT97cSpdNzgkWwGjhjhE/KZODCoDNhI2I4C9Cb6R/Q13S4BYkUSXoXQ==" } } }, @@ -40855,25 +40839,25 @@ } }, "camunda-bpmn-js": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-4.20.0.tgz", - "integrity": "sha512-kL/Y014KFf7c0ynV9GNEOTovRuJivbBsNKpyhuV7tNGjc7I7E4wpKMNldI2P/ExGV0UWp647vWUsZnF0HLnziA==", + "version": "4.20.2", + "resolved": "https://registry.npmjs.org/camunda-bpmn-js/-/camunda-bpmn-js-4.20.2.tgz", + "integrity": "sha512-+41PbojGC9Ncl49r8XOSwcOCm36LxnjbYdpa9QB2DWrktyFXRgIBtL3gx1rhvKvt9Sf4YxH+EY3deVwhf5Gi8w==", "requires": { "@bpmn-io/align-to-origin": "^0.7.0", "@bpmn-io/element-template-chooser": "^1.0.0", "@bpmn-io/element-template-icon-renderer": "^0.5.2", "@bpmn-io/form-variable-provider": "^1.3.0", "@bpmn-io/properties-panel": "^3.24.1", - "@bpmn-io/variable-resolver": "^1.2.2", + "@bpmn-io/variable-resolver": "^1.3.0", "@camunda/example-data-properties-provider": "^1.2.1", "bpmn-js": "^17.11.1", "bpmn-js-color-picker": "^0.7.1", "bpmn-js-create-append-anything": "^0.5.2", - "bpmn-js-element-templates": "^2.2.1", + "bpmn-js-element-templates": "^2.3.0", "bpmn-js-executable-fix": "^0.2.1", "camunda-bpmn-js-behaviors": "^1.6.1", "camunda-bpmn-moddle": "^7.0.1", - "diagram-js": "^14.11.0", + "diagram-js": "^14.11.3", "diagram-js-grid": "^1.0.0", "diagram-js-minimap": "^5.1.0", "diagram-js-origin": "^1.4.0", @@ -40912,13 +40896,13 @@ "version": "1.0.0" }, "camunda-dmn-js": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/camunda-dmn-js/-/camunda-dmn-js-2.10.0.tgz", - "integrity": "sha512-9UufZP+zwqZpRf1IO6Ce07qIaOWjop39gbG4Cy6I8nhY5lTO1J7vzjv4cqh4/fx6/V7Qn7mX0cC5dSANwcMdvA==", + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/camunda-dmn-js/-/camunda-dmn-js-2.10.1.tgz", + "integrity": "sha512-RyM/xVPQn8EetvUZkjSOqDPOjitUMlC/TMe+D1SLfGj/sUTXg0WhAssp3znhFtcrUmxF8Nn2uloxGEbPIQ9dBA==", "requires": { "@bpmn-io/align-to-origin": "^0.7.0", "camunda-dmn-moddle": "^1.3.0", - "diagram-js": "^14.9.0", + "diagram-js": "^14.11.3", "diagram-js-grid": "^1.0.0", "diagram-js-origin": "^1.3.4", "dmn-js": "^16.8.1", @@ -41019,10 +41003,10 @@ "bpmn-js-tracking": "^0.6.0", "bpmn-moddle": "^9.0.1", "bpmnlint-loader": "^0.1.6", - "camunda-bpmn-js": "^4.20.0", + "camunda-bpmn-js": "^4.20.2", "camunda-bpmn-moddle": "^7.0.1", "camunda-cmmn-moddle": "^1.0.0", - "camunda-dmn-js": "^2.10.0", + "camunda-dmn-js": "^2.10.1", "camunda-dmn-moddle": "^1.3.0", "canvg": "^4.0.2", "case-sensitive-paths-webpack-plugin": "^2.1.2", @@ -41036,7 +41020,7 @@ "css-loader": "^7.1.2", "debug": "^4.1.1", "del-cli": "^6.0.0", - "diagram-js": "^14.11.1", + "diagram-js": "^14.11.3", "diagram-js-direct-editing": "^3.0.1", "diagram-js-origin": "^1.4.0", "dmn-js": "^16.8.1", From 4a732eb85c1fd833a7e184a8bcccf31a2093bbe2 Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 29 Oct 2024 10:57:48 +0100 Subject: [PATCH 4/5] chore(CHANGELOG): update to v5.29.0 chore(CHANGELOG): add forms changes --- CHANGELOG.md | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f235e2b3e..ef48f07a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,20 +6,14 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda- ___Note:__ Yet to be released changes appear here._ +## 5.29.0 + ### General * `FEAT`: populate empty tab values from available create options ([#4575](https://github.com/camunda/camunda-modeler/pull/4575)) * `FEAT`: allow plug-ins to contribute custom file types ([#4568](https://github.com/camunda/camunda-modeler/pull/4568)) * `FEAT`: support Camunda 8 FEEL built-ins ([bpmn-io/feel-editor#62](https://github.com/bpmn-io/feel-editor/pull/62)) -* `FIX`: correct broken styles after loading variable outline ([#4555](https://github.com/camunda/camunda-modeler/issues/4555)) -* `FIX`: show lint errors for FEEL expressions used in BPMN processes ([camunda/bpmnlint-plugin-camunda-compat#175](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/175)) -* `FIX`: display parameterless functions suggestion correctly ([bpmn-io/dmn-js#898](https://github.com/bpmn-io/dmn-js/issues/898)) * `FIX`: improve validation of `first-item` FEEL rule ([bpmn-io/dmn-js#894](https://github.com/bpmn-io/dmn-js/issues/894)) -* `FIX`: variable name changes when element name\label changes ([bpmn-io/dmn-js#863](https://github.com/bpmn-io/dmn-js/issues/863)) -* `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545)) -* `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550)) -* `FIX`: search result highlight ([#4538](https://github.com/camunda/camunda-modeler/issues/4538)) -* `FIX`: do not change zoom when search openes ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931)) * `DEPS`: update to Electron 32 ([#4483](https://github.com/camunda/camunda-modeler/issues/4483)) * `DEPS`: update to `bpmn-js-properties-panel@5.25.0` * `DEPS`: update to `bpmn-js-element-templates@2.3.0` @@ -36,6 +30,24 @@ ___Note:__ Yet to be released changes appear here._ * `FEAT`: add Camunda 8.7 and 7.23 linter configurations ([camunda/bpmnlint-plugin-camunda-compat#176](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/176)) * `FEAT`: lint user tasks to be implemented as Zeebe user tasks starting with Camunda 8.7 ([camunda/bpmnlint-plugin-camunda-compat#179](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/179)) * `FIX`: lint message end events for task definition ([camunda/bpmnlint-plugin-camunda-compat#180](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/180)) +* `FIX`: correct broken styles after loading variable outline ([#4555](https://github.com/camunda/camunda-modeler/issues/4555)) +* `FIX`: show lint errors for FEEL expressions used in BPMN processes ([camunda/bpmnlint-plugin-camunda-compat#175](https://github.com/camunda/bpmnlint-plugin-camunda-compat/pull/175)) +* `FIX`: search result highlight ([#4538](https://github.com/camunda/camunda-modeler/issues/4538)) +* `FIX`: do not change zoom when search openes ([bpmn-io/diagram-js#931](https://github.com/bpmn-io/diagram-js/pull/931)) + +### DMN + +* `FIX`: display parameterless functions suggestion correctly ([bpmn-io/dmn-js#898](https://github.com/bpmn-io/dmn-js/issues/898)) +* `FIX`: variable name changes when element name/label changes ([bpmn-io/dmn-js#863](https://github.com/bpmn-io/dmn-js/issues/863)) +* `FIX`: make literal expression editor hitbox bigger in BKM ([#4545](https://github.com/camunda/camunda-modeler/issues/4545)) +* `FIX`: make literal expression variables table styles explicit ([#4550](https://github.com/camunda/camunda-modeler/issues/4550)) + +### Forms + +- `FEAT`: implement `filepicker` component ([bpmn-io/form-js#1264](https://github.com/bpmn-io/form-js/pull/1264)) +- `FIX`: align drag preview/sticker properly ([bpmn-io/form-js#1267](https://github.com/bpmn-io/form-js/pull/1267)) +- `FIX`: adjust the am/pm time placeholder to `hh:mm --` ([bpmn-io/form-js#1289](https://github.com/bpmn-io/form-js/pull/1289)) +- `FIX`: do not create a simple label in datetime components ([bpmn-io/form-js#1292](https://github.com/bpmn-io/form-js/pull/1292)) ## 5.28.0 From 3ceb6f4d648948bff5e03731fb4e226dadc206ad Mon Sep 17 00:00:00 2001 From: Nico Rehwaldt Date: Tue, 29 Oct 2024 11:00:31 +0100 Subject: [PATCH 5/5] chore(CHANGELOG): link 8.7 and 7.23 support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef48f07a89..5ff3751608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ ___Note:__ Yet to be released changes appear here._ ### General +* `FEAT`: support Camunda 8.7 and 7.23 ([#4610](https://github.com/camunda/camunda-modeler/issues/4610)) * `FEAT`: populate empty tab values from available create options ([#4575](https://github.com/camunda/camunda-modeler/pull/4575)) * `FEAT`: allow plug-ins to contribute custom file types ([#4568](https://github.com/camunda/camunda-modeler/pull/4568)) * `FEAT`: support Camunda 8 FEEL built-ins ([bpmn-io/feel-editor#62](https://github.com/bpmn-io/feel-editor/pull/62))