Skip to main content

What’s new?

✅ Vulnerability fixes and security improvements
✅ Support for dynamic keys in Link component URL property across all platforms
✅ Added property on View for enabling or disabling row selection in tasks table
You can now use dynamic keys in the Link component’s URL property across all platforms (Web, iOS, and Android). This enhancement allows you to dynamically construct URLs using process data, enabling more flexible navigation patterns in your applications.

Task Manager rowSelection property on view

A new “Enable row selection” property has been added to Task Manager views, enabling you to control row selection behavior in task tables.

Bug fixes

Fixed an issue where merging branches that contain multiple past merge commits would fail with an error. The merge conflict resolution now properly handles complex merge histories when adding values to enumerations or making other configuration changes.
Resolved an issue where the CMS enumerations Kafka endpoint only returned content from the local project and not from library dependencies. The endpoint now correctly retrieves enumeration content from both the current project and all dependency libraries.
Fixed localization issue in Task Manager where table content wasn’t respecting the current language setting. Task Manager tables now properly use the selected language for all displayed content.
Resolved an issue where setting a modal’s height to “fixed” would not apply correctly in Angular and React renderers. Fixed height configuration now works as expected for modal components.
Fixed styling issue where fixed-height containers incorrectly used overflow-y: scroll instead of overflow-y: auto. Containers now only show scrollbars when content exceeds the container height.
I