> ## 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.10 Release Notes

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

## What's new?

✅ Updated Spring Boot to the latest release for enhanced security and performance\
✅ Updated Java libraries to fix vulnerabilities across all images\
✅ Selectors support for substitution tags across all platforms (Web, iOS, Android)\
✅ System substitution tags on all task management texts\
✅ CMS - Added system substitution tags with migration script support

### Security and Platform Updates

This release includes critical security updates to ensure your FlowX.AI platform remains secure and up-to-date:

* **Spring Boot Update**: Updated to the latest release on the 4.7.x LTS branch
* **Java Libraries Update**: Updated Java libraries to fix vulnerabilities across all LTS 4.7.x images

### Selectors Support for Substitution Tags

You can now use selectors with substitution tags when the source type is process data across all platforms (Web, iOS, and Android). This enhancement provides more flexibility in displaying dynamic content from your process data in selector components.

**Available on:**

* Angular Web Renderer
* React Web Renderer
* iOS Renderer

### System Substitution Tags for Task Management

Task management now includes comprehensive system substitution tags support:

* **Backend CMS**: Added system substitution tags with a migration script to help you transition existing content
* **Web Renderers**: System substitution tags are now available on all task management texts across Angular and React renderers
* This allows for more dynamic and flexible task management configurations

## Bug fixes

<AccordionGroup>
  <Accordion id="core-3783" title="[Designer] Error when copying/pasting nodes with misconfiguration">
    Fixed an issue where attempting to copy and paste nodes with misconfigurations, or importing an app version/build with misconfigured nodes, would result in an error. The system now handles misconfigured nodes gracefully during these operations.

    **Issue**: Error when trying to copy and paste nodes with misconfiguration or import an app version/build with nodes with misconfigurations
  </Accordion>

  <Accordion id="rpt-3888" title="[React] Card not expandable after finishing subprocess">
    Resolved an issue where cards would not be expandable after finishing a subprocess that was started from the card in the React renderer.

    **Issue**: \[React] Card not expandable after finishing subprocess started from it
  </Accordion>

  <Accordion id="rpt-3887" title="[Angular] Card not expandable after finishing subprocess">
    Resolved an issue where cards would not be expandable after finishing a subprocess that was started from the card in the Angular renderer.

    **Issue**: \[Angular] Card not expandable after finishing subprocess started from it
  </Accordion>

  <Accordion id="rpt-3886" title="[React] Card collapse behavior with modal navigation">
    Fixed an issue where cards would collapse inappropriately when the next navigation area is a modal in the React renderer. Cards now maintain their expanded state correctly in these scenarios.

    **Issue**: \[React] Card shouldn't collapse when next nav area is modal
  </Accordion>

  <Accordion id="rpt-3885" title="[Angular] Card collapse behavior with modal navigation">
    Fixed an issue where cards would collapse inappropriately when the next navigation area is a modal in the Angular renderer. Cards now maintain their expanded state correctly in these scenarios.

    **Issue**: \[Angular] Card shouldn't collapse when next nav area is modal
  </Accordion>

  <Accordion id="rpt-3808" title="[Backend] Task Manager - System substitution tags not displayed in column names">
    Fixed an issue where system substitution tags were not being displayed in the `columns.displayName` property of the Task Manager backend.

    **Issue**: \[BE] Task manager | System substitutionTags are not displayed in columns.displayName
  </Accordion>

  <Accordion id="rpt-3799" title="[Web Renderers] Task Manager - Substitution tags value override">
    Resolved an issue where system substitution tags values were incorrectly overriding custom substitution tags when the value was not null in both React and Angular renderers.

    **Issue**: \[React]\[Angular] Task manager | System subTags values override de custom subTags when value is not null
  </Accordion>

  <Accordion id="rpt-3669" title="[Task Manager] Missing localization for Russian and Uzbek in table view">
    Fixed localization support in Task Manager table view for Russian and Uzbek languages, ensuring proper display of translated content.

    **Issue**: \[Task manager localisation] Table view - Missing localisation support for Russian and Uzbek
  </Accordion>

  <Accordion id="rpt-3668" title="[Task Manager] View search field placeholder not localized">
    Resolved an issue where the view search field placeholder in Task Manager was not being localized for any language. The placeholder now properly supports all configured languages.

    **Issue**: \[Task manager localisation] View search field placeholder not localised for any language
  </Accordion>
</AccordionGroup>
