You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inform QA about the release and its details so they can prepare for testing
get in touch with the team (PM, UX and Engineering side), to clarify what topics will be included in the Release and their priority. Use this information to start preparing a concept for the blog post (see below) and release info (see below)
(optional) if possible, already create feature branch to update Release Info following our guidelines
To be done after code freeze to prepare and test the release.
make sure changes in upstream libraries are merged and released
What's inside?
Highlights
New variable overview
Support for new Camunda 8 features
Version tag
Priority
Camunda 8 Connectors enabled by default
General
FEAT
: automatically download Camunda connectors by default (#4302)BPMN
FEAT
: add variable outline tab (#4459)FEAT
: support maintenance of Camunda 8Version tag
(#4462, #4461, #4460, #4453, #4480)FEAT
: support maintenance of Camunda 8 user taskPriority
(bpmn-io/bpmn-js-properties-panel#1072)FEAT
: do not apply*length
andpattern
validation to FEEL expressions (bpmn-io/bpmn-js-element-templates#115)FIX
: rename task definition type label (bpmn-io/bpmn-js-properties-panel#1070)FIX
: allow to add annotation to pool via new context pad (#4451)DMN
FEAT
: support maintenance of Camunda 8Version tag
(#4463)FIX
: provide business knowledge model and input data names in variable suggestions (camunda/camunda-dmn-js#117)FIX
: prevent flashing edit button when adding new decision table column (#4388)Forms
FEAT
: support maintenance of Camunda 8Version tag
(#4463)See v5.26.0...develop for list of all changes.
Release Checklist
To be done before the code freeze.
To be done after code freeze to prepare and test the release.
bpmn-js
,dmn-js
,*-properties-panel
,*-moddle
,camunda-bpmn-js
,form-js
, ...rm -rf node_modules && npm i && npm run all
works)develop
is up to date withmain
:git checkout main && git pull && git checkout develop && git merge main
npm audit
develop
. Assign to PM, UX and Engineering for reviewCHANGELOG
git checkout main && git merge develop
npm run release:rc -- [preminor|premajor|prerelease]
), cf. release schemaTo be done to build the release after release testing completed.
npm run release
), cf. release schemaTo be done once the release is built.
To be done as a post-release activity.
To be done once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: