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(ReleaseInfo): prepare 5.21.0 #4175

Merged
merged 2 commits into from
Mar 6, 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: 4 additions & 8 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
@@ -44,16 +44,12 @@ export function ReleaseInfo(props) {
<div className={ css.ReleaseInfo }>
<ul className="dashed">
<li>
<h4>New form fields</h4>
The form editor now supports an HTML component that allows you to embed simple custom widgets.
<h4>Improved History Time to Live Configuration</h4>
For Camunda 7 diagrams, the History Time to Live (HTTL) is no longer automatically set, preventing accidental overrides of globally configured HTTL settings. Learn more about configuring HTTL options in <a href="https://docs.camunda.io/docs/next/components/modeler/reference/modeling-guidance/rules/history-time-to-live/">our documentation</a>.
</li>
<li>
<h4>Improved FEEL editing</h4>
We improved various aspects of FEEL editing, including more helpful FEEL validation errors.
</li>
<li>
<h4>Recently opened files</h4>
The app remembers which files you worked on and allows you to reopen those you closed recently.
<h4>Support for Upcoming Camunda 8.5 Features</h4>
With this release, we introduce OAuth scope for Camunda 8 Self Managed Authentication, enabling support for all OAuth providers. Additionally, we introduce the ability to configure Zeebe User Tasks.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff 👍

</li>
<li>
<h4>Bug fixes and more</h4>
Loading