-
Notifications
You must be signed in to change notification settings - Fork 481
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
Release camunda-modeler v5.28.0 #4521
Comments
IMO "lint first item access" is a general feature as it's shared among all editors. So it does not belong to BPMN only. |
Release candidate available for testing here. |
Minor bump: We had to re-build the RC, due to a blocking issue discovered in pre-release testing / modeler integration. |
All release activities executed. Closing this issue. ✔️ |
Created follow up release issue. Assigned @marstamm as the next release commander. |
What's inside?
Changelog,
v5.27.0...develop
, milestoned tasks.FEAT
: Use new built-in Camunda 8.6 functions (I can use the new built-in functions from Camunda 8.6 #4500)FEAT
: Remove alpha tag from now stable engine profiles (Remove alpha tag from latest engine profile #4522)FEAT
: Diagram search rework (Search improvements bpmn-io/diagram-js#913, Diagram search should only commit navigation changes onENTER
bpmn-io/bpmn-js#2189)FIX
: Correctboolean
type input elements in element template (Boolean type input elements throw output errors #4517)FIX
: Lane label obscures during direct editing (Lane Label Obscures Text During Editing #4477)FIX
: Version Tag binding bug fixes (Version tag binding input loses focus #4513,Version tag
linting broken #4519)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 review (chore: add v5.28.0 release info #4540)CHANGELOG
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.
The text was updated successfully, but these errors were encountered: