Skip to content

Commit 614152b

Browse files
committed
feat: update release info to v5.31.0
Related to #4753
1 parent 60d1287 commit 614152b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

client/src/plugins/version-info/ReleaseInfo.js

+10-6
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ export function ReleaseInfo(props) {
4444
<div className={ css.ReleaseInfo }>
4545
<ul className="dashed">
4646
<li>
47-
<h4>Support for task listeners in Camunda 8</h4>
48-
Define user task listeners in your Camunda 8.7 diagrams, with helpful guidance provided every step of the way.
47+
<h4>Element template runtime versions</h4>
48+
Define the runtime version for each element template to ensure compatibility with the Camunda runtime.
4949
</li>
5050
<li>
51-
<h4>Enhanced Variables panel</h4>
52-
Quickly access the Variables panel from the application footer or toggle it using a keyboard shortcut.
51+
<h4>Zeebe user task is now Camunda user task</h4>
52+
Implement user tasks as Camunda user tasks to ensure full compatibility.
5353
</li>
5454
<li>
55-
<h4>Improved on-canvas search</h4>
56-
Locate elements and details more efficiently within BPMN diagrams, thanks to upgraded search and filtering capabilities.
55+
<h4>Improved FEEL support</h4>
56+
Access script task result expression easily thanks to context keys suggestions.
57+
</li>
58+
<li>
59+
<h4>Document preview component in Forms</h4>
60+
Model and view uploaded documents in a new preview component.
5761
</li>
5862
<li>
5963
<h4>Bug fixes and more</h4>

0 commit comments

Comments
 (0)