-
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.20.0 #4067
Comments
Found during integration testing: #4100 |
Found to not be fixed (yet): #3070. |
Found during integration testing: #4105 |
Critical regression: Properties panel crashes when file is closed with open FEEL popup editor #4112 |
Variable suggestions don't work in literal expression anymore: bpmn-io/dmn-js#785 |
https://github.com/camunda/camunda-docs-modeler-screenshots/issues/78 blocks generation of screenshots. |
We're back! 🚋 |
Created follow up release issue. Assigned @marstamm as the next release commander. |
What's inside?
v5.19.0...develop, release milestone
General
FEAT
: allow users to re-open recently used files (#3917)FEAT
: confirm on unsaved files before reload (#3886, #3240)FEAT
: rework report feedback widget (#4086)FEAT
: improve resizer and popup editor toggle interaction (#3895)FIX
: correct user forum link (#4085)BPMN
FEAT
: allow text annotations to overlap with the borders of subprocesses and pools (bpmn-io/bpmn-js#2049, #4035)FEAT
: improve Camunda 7 variable events tooltip (#1016)FEAT
: make FEEL error more forgiving (#3991)FEAT
: display element template icon found in XML (bpmn-io/bpmn-js-properties-panel#1011)FEAT
: align zeebe input propagation label and tooltip (bpmn-io/bpmn-js-properties-panel@5d8bd68
, #4051)FEAT
: word wrap FEEL expressions, textarea style (bpmn-io/properties-panel#319)FEAT
: always show documentation field (bpmn-io/bpmn-js-element-templates#50, #4037)FEAT
: validate Camunda 7 text area and select (bpmn-io/bpmn-js-element-templates#55)FEAT
: ensure Camunda 8 user tasks have a form definition (camunda/bpmnlint-plugin-camunda-compat#151)FIX
: support core replace in compensation behavior (bpmn-io/bpmn-js#2073, #4070)FIX
: correct re-validation of entries when validator changes (bpmn-io/bpmn-js-properties-panel@e93e986
, #3070)FIX
: prevent infinite loop when suggesting variables (bpmn-io/variable-resolver#23)FIX
: show scrollbars in popup editor (bpmn-io/properties-panel#319)Forms
FEAT
: implement HTML component and cleanup Text component (bpmn-io/form-js#999)FIX
: resize textarea on input changes (bpmn-io/form-js#1011)FIX
: prevent demo data from being created on edited tables (bpmn-io/form-js#1005)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: