Skip to content

Commit

Permalink
chore: update release info to v5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 24, 2025
1 parent 9a4753b commit b9d3da3
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,8 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>Element template runtime versions</h4>
We now check element templates compatibility with your runtime version for templates that provide <a href="https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/defining-templates/?utm_source=modeler&utm_medium=referral#template-compatibility">compatibility information</a>.
</li>
<li>
<h4>“Zeebe user task” renamed to “Camunda user task”</h4>
Camunda user tasks are now the preferred implementation for all user tasks.
</li>
<li>
<h4>Enhanced FEEL support</h4>
Easily access script task result expressions with the help of context key suggestions.
</li>
<li>
<h4>Document preview component in Forms</h4>
Model and preview uploaded documents with the new <a href="https://docs.camunda.io/docs/next/components/modeler/forms/form-element-library/forms-element-library-document-preview/?utm_source=modeler&utm_medium=referral">document preview component</a>.
<h4>Support for upcoming Camunda 8 features</h4>
You can now model an Ad-hoc subprocess and define its active elements. <a href="https://docs.camunda.io/docs/next/components/modeler/bpmn/ad-hoc/?utm_source=modeler&utm_medium=referral">Learn more.</a>
</li>
</ul>
</div>
Expand Down

0 comments on commit b9d3da3

Please sign in to comment.