Skip to content

Commit

Permalink
Merge branch 'develop' into RPA-spike
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Sep 26, 2024
2 parents eaeca6d + a59ee30 commit 34610a0
Show file tree
Hide file tree
Showing 17 changed files with 4,740 additions and 1,951 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/COMMENT_DEVELOP_FIX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fi
- name: Create comment
if: ${{ env.FIX_COMMITS_PRESENT == 'true' }}
uses: peter-evans/create-or-update-comment@2830915767dd95c84b29b83d41562b01c53be401
uses: peter-evans/create-or-update-comment@b91ff48c6f29dc258316a8b76d3dd6b8c6ffff1c
with:
issue-number: ${{ github.event.number }}
body: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/NIGHTLY.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: npm run build -- --win

- name: Upload artifact to Camunda Download Center
uses: camunda/infra-global-github-actions/download-center-upload@9d551d98109ae0fed168affe67579cd6a36b2028
uses: camunda/infra-global-github-actions/download-center-upload@4abb3068208d888986b4eba719d7b364a91cb178
with:
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }}
env: 'prod'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUBLISH_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
secrets: |
secret/data/common/jenkins/downloads-camunda-cloud_google_sa_key DOWNLOAD_CENTER_GCLOUD_KEY_BYTES | GCP_CREDENTIALS_NAME;
- name: Upload artifacts to Camunda Download Center
uses: camunda/infra-global-github-actions/download-center-upload@9d551d98109ae0fed168affe67579cd6a36b2028
uses: camunda/infra-global-github-actions/download-center-upload@4abb3068208d888986b4eba719d7b364a91cb178
with:
gcp_credentials: ${{ steps.secrets.outputs.GCP_CREDENTIALS_NAME }}
env: 'prod'
Expand Down
36 changes: 29 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,45 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-

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

## 5.27.0

* `DEPS`: update to `bpmn-js@17.9.2`
* `DEPS`: update to `bpmn-js-properties-panel@5.22.0`
* `DEPS`: update to `bpmn-js-properties-panel@5.23.0`
* `DEPS`: update to `bpmn-js-element-templates@2.2.0`
* `DEPS`: update to `diagram-js@14.9.0`
* `DEPS`: update to `zeebe-bpmn-moddle@1.5.1`
* `DEPS`: update to `camunda-bpmn-js@4.18.0`
* `DEPS`: update to `@camunda/linting@3.25.0`
* `DEPS`: update to `dmn-js@16.7.0`
* `DEPS`: update to `dmn-js-properties-panel@3.5.2`
* `DEPS`: update to `camunda-dmn-js@2.9.0`
* `DEPS`: update to `zeebe-bpmn-moddle@1.6.0`
* `DEPS`: update to `camunda-bpmn-js@4.19.0`
* `DEPS`: update to `@camunda/linting@3.26.1`
* `DEPS`: update to `@bpmn-io/variable-outline@1.0.2`
* `DEPS`: update to `@bpmn-io/form-js@1.10.0`
* `DEPS`: update to `electron@31.4.0`

### General

* `FEAT`: automatically download Camunda connectors ([#4302](https://github.com/camunda/camunda-modeler/issues/4302))
* `FEAT`: automatically download Camunda connectors by default ([#4302](https://github.com/camunda/camunda-modeler/issues/4302))

### Key Changes in Properties Panel
### BPMN

* `FEAT`: add variable outline tab ([#4459](https://github.com/camunda/camunda-modeler/pull/4459))
* `FEAT`: support maintenance of Camunda 8 `Version tag` ([#4462](https://github.com/camunda/camunda-modeler/issues/4462), [#4461](https://github.com/camunda/camunda-modeler/issues/4461), [#4460](https://github.com/camunda/camunda-modeler/issues/4460), [#4453](https://github.com/camunda/camunda-modeler/issues/4453), [#4480](https://github.com/camunda/camunda-modeler/issues/4480))
* `FEAT`: support maintenance of Camunda 8 user task `Priority` ([bpmn-io/bpmn-js-properties-panel#1072](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1072))
* `FEAT`: do not apply `*length` and `pattern` validation to FEEL expressions ([bpmn-io/bpmn-js-element-templates#115](https://github.com/bpmn-io/bpmn-js-element-templates/pull/115))
* `FEAT`: support maintaining `zeebe:priorityDefinition:priority` for user task ([bpmn-io/bpmn-js-properties-panel#1072](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1072))
* `FIX`: rename task definition type label ([bpmn-io/bpmn-js-properties-panel#1070](https://github.com/bpmn-io/bpmn-js-properties-panel/pull/1070))
* `FIX`: allow to add annotation to pool via new context pad ([#4451](https://github.com/camunda/camunda-modeler/issues/4451))

### DMN

* `FEAT`: support maintenance of Camunda 8 `Version tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4454))
* `FEAT`: support keyboard navigation in decision table context menu ([bpmn-io/dmn-js#848](https://github.com/bpmn-io/dmn-js/issues/848))
* `FIX`: provide business knowledge model and input data names in variable suggestions ([camunda/camunda-dmn-js#117](https://github.com/camunda/camunda-dmn-js/issues/117))
* `FIX`: prevent flashing edit button when adding new decision table column ([#4388](https://github.com/camunda/camunda-modeler/issues/4388))

### Forms

* `FEAT`: support maintenance of Camunda 8 `Version tag` ([#4463](https://github.com/camunda/camunda-modeler/issues/4463))

## 5.26.0

Expand Down
Loading

0 comments on commit 34610a0

Please sign in to comment.