> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flowx.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FlowX.AI 4.7.9 Release Notes

> Latest features, improvements, and bug fixes in our newest release

## What's new?

✅ Vulnerability fixes and security improvements\
✅ Support for dynamic keys in [**Link component**](../../../../4.7.x/docs/building-blocks/ui-designer/ui-component-types/typography#link) 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.

<Frame>
  ![](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/5.x/link_url.png)
</Frame>

### 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.

<Frame>
  ![](https://s3.eu-west-1.amazonaws.com/docx.flowx.ai/5.x/enable_row_select.png)
</Frame>

## Bug fixes

<AccordionGroup>
  <Accordion id="core-3634" title="[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.
  </Accordion>

  <Accordion id="core-3621" title="[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.
  </Accordion>

  <Accordion id="rpt-3629" title="[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.
  </Accordion>

  <Accordion id="rpt-3502" title="[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.
  </Accordion>

  <Accordion id="rpt-2247" title="[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.
  </Accordion>
</AccordionGroup>
