-
Notifications
You must be signed in to change notification settings - Fork 495
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.32.0 #4787
Comments
38 tasks
philippfromme
added a commit
to camunda/camunda-docs
that referenced
this issue
Feb 10, 2025
10 tasks
philippfromme
added a commit
to camunda/camunda-docs-static
that referenced
this issue
Feb 10, 2025
philippfromme
added a commit
to camunda/camunda-docs-manual
that referenced
this issue
Feb 10, 2025
philippfromme
added a commit
to camunda/camunda-docs-manual
that referenced
this issue
Feb 10, 2025
akeller
pushed a commit
to camunda/camunda-docs
that referenced
this issue
Feb 10, 2025
* docs(desktop-modeler): update screenshots to v5.32 Related to camunda/camunda-modeler#4787 * docs(desktop-modeler): update screenshots to v5.32 (versioned docs)
Created follow up release issue. Assigned @jarekdanielak as the next release commander. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's inside?
Key Changes in Modeling
FEAT
: support ad-hoc subprocesses in replace menu (bpmn-js#2276)FEAT
: support ad-hoc subprocesses in create/append anything menu (bpmn-js-create-append-anything#47)FEAT
: support Active elements properties for ad-hoc subprocesses (bpmn-js-properties-panel#1105)FEAT
: suggest latest Camunda FEEL built-ins (bpmn-io/feel-editor#65)FIX
: take scope into account when resolving variables (bpmn-io/variable-resolver#43)Key Changes in Element Templates
FEAT
: support binding typezeebe:linkedResource
(bpmn-js-element-templates#137)FIX
: requirefeel
to beoptional
orstatic
forBoolean
andNumber
inputs and outputs (camunda/element-templates-json-schema#156)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|prepatch]
), 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: