Skip to content

Commit

Permalink
chore(ReleaseInfo): update to v5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Jun 19, 2024
1 parent e72327d commit 32debda
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,12 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Properties panel quality of life improvements</h4>
We removed automatic (magic) sorting from all properties panels. Additional minor improvements ensure that implementing Camunda 7 and 8 is simpler than ever.
<h4>Enhanced Form Component Documentation</h4>
We've added convenient documentation links directly within the properties panel for Form components. This allows you to quickly find information about the functions and configurations when you need it.
</li>
<li>
<h4>More robust BPMN diagram import</h4>
Various improvements ensure that the modeler can import even what is (accidentally) broken.
</li>
<li>
<h4>New modeling experience inside</h4>
You can now enable our reworked context pad via <a href="https://docs.camunda.io/docs/next/components/modeler/desktop-modeler/flags/#enable-new-context-pad" target="_blank" rel="noopener">a feature toggle</a>.
<h4>Improved Accessibility</h4>
Our commitment to making the Modeler more accessible is ongoing. This release features enhanced keyboard navigation, screen-reader friendly labels, and better visual cues for links to assist users with impairments.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down

0 comments on commit 32debda

Please sign in to comment.