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

chore: update release info to v5.30 #4713

Merged
merged 2 commits into from
Nov 22, 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
12 changes: 8 additions & 4 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,16 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>New form components</h4>
Attach files to your Camunda 8.7 forms and get guidance as you upgrade.
<h4>Support for task listeners in Camunda 8</h4>
Define user task listeners in your Camunda 8.7 diagrams, and get guidance along way.
</li>
<li>
<h4>Support for new Camunda versions</h4>
Model diagrams for upcoming 8.7 and 7.23 versions.
<h4>Improved variables panel</h4>
Access the variables panel easily from the application footer or toggle it through a keyboard shortcut.
</li>
<li>
<h4>Improved on canvas search</h4>
Find more things inside a BPMN diagram, using improved search and filter functionality.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down