-
Notifications
You must be signed in to change notification settings - Fork 485
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.19.0 #4027
Comments
36 tasks
philippfromme
changed the title
Release camunda-modeler v5.19.0
Release Camunda Modeler v5.19.0
Jan 2, 2024
This was referenced Jan 15, 2024
philippfromme
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Jan 15, 2024
Created follow up release issue. Assigned @nikku as the next release commander. |
nikku
pushed a commit
to camunda/camunda-docs-static
that referenced
this issue
Jan 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's inside?
BPMN
FEAT
: simplify compensation modeling (bpmn-io/bpmn-js#2038)FEAT
: render vertical pools and lanes (#2024)FEAT
: sentence case titles and labels (#2023)FEAT
: allow non-searchable entries in popup menu (#835)FEAT
: be able to templatezeebe:calledElement
(bpmn-io/bpmn-js-element-templates#37)FEAT
: allow collapsed subprocess in 8.4 (#4020)FEAT
: capitalizeCamunda Form
(bpmn-io/bpmn-js-properties-panel#1005)FEAT
: improve FEEL popup editor icon (bpmn-io/properties-panel#310)FEAT
: add contextual keyword completion in FEEL editorFIX
: correct parsing of nested lists in FEEL editorFIX
: correct parsing of incompleteQuantifiedExpression
in FEEL editorFIX
: only allow legalName
start characters in FEEL editorDMN
FEAT
: make drilldown buttons navigable via keyboard (bpmn-io/dmn-js#778)Forms
FEAT
: add dynamic list component (#796)FEAT
: add table component (#888)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 withmaster
:git checkout master && git pull && git checkout develop && git merge master
npm audit
develop
. Assign to PM, UX and Engineering for reviewCHANGELOG
git checkout master && 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: