Skip to content

Commit

Permalink
chore: add v5.28.0 release info
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 23, 2024
1 parent 357f7ec commit 12da7f3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,9 @@ export function ReleaseInfo(props) {
return (
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>New variable overview</h4>
Get an overview of the variables used in your process through the new <i>Variables</i> tab in the bottom panel.
</li>
<li>
<h4>Support for new Camunda 8 features</h4>
Edit new Camunda 8 properties such as the new <i>Version tag</i> and the new user task <i>Priority</i>.
</li>
<li>
<h4>Camunda 8 Connectors enabled by default</h4>
You can now use pre-built Camunda 8 Connectors by default. To learn how to configure this feature, check out the <a href="https://docs.camunda.io/docs/components/modeler/desktop-modeler/use-connectors/">connectors documentation</a>.
Enjoy code completion for built-in FEEL functions that ship with Camunda 8.6.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down

0 comments on commit 12da7f3

Please sign in to comment.