Skip to content
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

feat: update release info to v5.31.0 #4763

Merged
merged 2 commits into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,20 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Support for task listeners in Camunda 8</h4>
Define user task listeners in your Camunda 8.7 diagrams, with helpful guidance provided every step of the way.
<h4>Element template runtime versions</h4>
Define runtime compatibility for your element templates to promote safe use across different Camunda versions.
</li>
<li>
<h4>Enhanced Variables panel</h4>
Quickly access the Variables panel from the application footer or toggle it using a keyboard shortcut.
<h4>Zeebe user task is now Camunda user task</h4>
Implement user tasks as Camunda user tasks to ensure full compatibility.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider what we ship here:

  • There is a clear path forward (Zeebe -> Camunda) user task first
  • We now support you in the transition

I think this is not clearly reflected with the current phrase.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another try:

<h4>Migration to Camunda user tasks</h4>
Implement user tasks managed by Camunda with guidance on the way.

</li>
<li>
<h4>Improved on-canvas search</h4>
Locate elements and details more efficiently within BPMN diagrams, thanks to upgraded search and filtering capabilities.
<h4>Improved Camunda 8 editor intelligence</h4>
Editor intelligence now picks data provided by script tasks.
</li>
<li>
<h4>Document preview component in Forms</h4>
Model and view uploaded documents in a new preview component.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down
Loading