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?
General
FEAT
: build for arm64 on MacOS (#4238)FEAT
: add basic auth for deployments to C8 self-managed (#4269)DEPS
: update to@bpmn-io/[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]
BPMN
FEAT
: remove background for embedded labels (bpmn-io/bpmn-js#2147)FEAT
: add tooltip forCalled decision
group (bpmn-io/bpmn-js-properties-panel#1039)FEAT
: make popup menu fully keyboard navigatable (bpmn-io/diagram-js#871)FEAT
: do not scale context pad and popup menu by default (bpmn-io/diagram-js#883)FEAT
: context pad position absolute instead of relative to element (bpmn-io/diagram-js#888)FIX
: prevent infinite loop when applying conditional template (bpmn-io/bpmn-js-element-templates#78)FIX
: preserve valid user input when changing element template (bpmn-io/bpmn-js-element-templates#86, #4249)FIX
: mark non-object JSON as invalid example data (example-data-properties-provider#17)FIX
: select participant when process ref lint error is selected (camunda/linting#104)DMN
FEAT
: context pad position absolute instead of relative to element (bpmn-io/diagram-js#888)FEAT
: do not scale context pad and popup menu by default (bpmn-io/diagram-js#883)FEAT
: add support for implementing BKM as literal expression (bpmn-io/dmn-js#704, bpmn-io/dmn-js#826)FEAT
: remove background for DRGElements (bpmn-io/dmn-js#855)FEAT
: allow to provide accessible names to form fields (bpmn-io/dmn-js#843)FIX
: add accessible names to multiple components (bpmn-io/dmn-js#843)FIX
: improve contrastFIX
: make table cells visible to screen readers (bpmn-io/dmn-js#821)Forms
FIX
: prevent expressions from recomputing more than once (bpmn-io/form-js#1154)Release Checklist
To be done immediately after creating this issue.
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 once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: