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
Support for dynamic keys in Link component URL property
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
[Designer] Merge fails if one branch contains past merges
[Designer] Merge fails if one branch contains past merges
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.
[CMS] Enumerations retrieve content endpoint should return content from dependencies
[CMS] Enumerations retrieve content endpoint should return content from dependencies
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.
[Task Manager] Table doesn't use the current language
[Task Manager] Table doesn't use the current language
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.
[UI Designer][Angular][React] Modal fixed height is not applied
[UI Designer][Angular][React] Modal fixed height is not applied
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.
[UI Designer][Angular] Fixed container should use overflow-y auto instead of scroll
[UI Designer][Angular] Fixed container should use overflow-y auto instead of scroll
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.