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

feat(version-info): update to v5.20.0 #4101

Merged
merged 2 commits into from
Feb 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
10 changes: 5 additions & 5 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ export function ReleaseInfo(props) {
<ul className="dashed">
<li>
<h4>New form fields</h4>
The form editor now supports dynamic lists and tables. This allows you to work with static and dynamic lists of data in complex forms.
The form editor now supports an HTML component that allows you to embed simple custom widgets.
</li>
<li>
<h4>Simplified compensation modeling</h4>
The BPMN editor ships with improved compensation handling. Turn any activity into a compensation activity by connecting it to a compensation boundary event.
<h4>Improved FEEL editing</h4>
We improved various aspects of FEEL editing, including more helpful FEEL validation errors.
</li>
<li>
<h4>FEEL editor improvements</h4>
The FEEL editor now offers better contextual autocompletion.
<h4>Recently opened files</h4>
The app remembers which files you worked on and allows you to reopen those you closed recently.
</li>
<li>
<h4>Bug fixes and more</h4>
Expand Down
Loading