-
Notifications
You must be signed in to change notification settings - Fork 491
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.8.0 #3395
Comments
Found: #3433 |
I exhausively tested deployment / connection to a zeebe cluster:
🟢 |
Found: #3435 |
Not a blocker, found: bpmn-io/form-js#539 |
Not a blocker: #3434 |
Not a blocker: #3436 |
Not a blocker: #3437 |
Not a blocker: #3438 |
A feature request but related to the release: #3439 |
Another feature request inspired by the release: #3440 |
[feature request] I guess this will be a good spring cleaning material: #3441 |
Regression: #3442 |
Not a blocker: #3443 |
[feature request] Another good spring cleaning issue: #3444 |
Confirmed: #1003 |
Not a big one: #3445 |
Found: #3446. |
[feature-request] #3447 |
Super small bug: #3448 |
[feature-request] #3449 |
Found: #3450 |
Found: #3451. |
Action required: Update screenshot generation utility to latest modeler release |
Action required: Update blog post publishing flow to latest version, provide internal release blog template. |
Found: bpmn-io/bpmn-js#1840 |
Found: bpmn-io/bpmn-js#1839 |
Found: bpmn-io/bpmn-js#1842. |
Created follow up release issue. Assigned @marstamm as the next release commander. |
What's inside?
v5.7.0...develop,
M61
,CHANGELOG
General
FIX
: correctly deploy to Zeebe when extension missing in deployment name (#3432)FIX
: correct reload shortcut (#3390)CHORE
: log potentially invalid custom SSL certificates (#3411, #3415)DEPS
: update to[email protected]
(#3431)BPMN
FEAT
: featureservice
anduser
tasks more prominently in replace menu (#1836)FEAT
: integrate create + append anything (#1802, #1809, #1815, #1818, #1831, #1811, #1809, #1817)FEAT
: simplify connection-multi icon (#1822, #2282)FEAT
: join pathsround
by default (1827)FEAT
: improved BPMN symbol rendering (#1830)FEAT
: round connection corners (#1828)FEAT
: supportFEEL
expressions in C8 error throw events (#3319)FEAT
: support C8 escalation events (#3318)FEAT
: improve editor support in C8 element templates for nonFEEL
languages (bpmn-io/bpmn-js-properties-panel#858)FEAT
: autoresizename
element in properties panel (bpmn-io/bpmn-js-properties-panel#705)FIX
: serialize C8 templated properties in stable order (bpmn-io/bpmn-js-properties-panel#838)FIX
: sort technical bindings in XML order (bpmn-io/bpmn-js-properties-panel#845, bpmn-io/bpmn-js-properties-panel#843, #3400)FIX
: allow deletion of C8 extension properties on participant (#3417)FIX
: allow C8 extension properties on all elements (#3365)FIX
: correctly reset error when settingMessage#correlationKey
(#3392)DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to[email protected]
DEPS
: update to@camunda/[email protected]
DMN
FEAT
: set decision table header as title (bpmn-io/dmn-js#719)DEPS
: update to[email protected]
DEPS
: update to[email protected]
Forms
FEAT
: add scalable palette component (bpmn-io/form-js#503)FEAT
: support searchable selects (bpmn-io/form-js#381)FIX
: correct various minor editing bugs (#3382, #3379, #3383, #3384, #3381, #3380, #3274)DEPS
: update to[email protected]
Release Checklist
To be done immediately after creating this issue.
@modeling-release-manager
)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
. Assign to PM, UX and Engineering for reviewCHANGELOG
develop
is up to date withmaster
:git checkout master && git pull && git checkout develop && git merge master
git checkout master && git merge develop
npm run release:rc -- --[prepatch|preminor|premajor]
), 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.
trigger mirroring of release to Camunda Download Center via Jenkins#top-blog-submission
for checkup and publishing ➡️ https://camunda.slack.com/archives/C03NMMN2R28/p1676030559379819To be done once release is publicly announced on release day.
live
)The text was updated successfully, but these errors were encountered: