Skip to main content
This is a Long-Term Support (LTS) maintenance release focusing on accessibility compliance, AI Platform enhancements, customer issue resolution, and proactive quality improvements. Upgrades from 5.1.0 β†’ 5.1.1 are non-breaking and fully compatible.

Release Highlight

Quality Achievement: FlowX.AI 5.1.1 demonstrates our commitment to proactive quality improvement:
  • WCAG 2.1 Level AA compliance achieved across all web components
  • Proactive quality improvements identified through internal QA before reaching customers
  • Customer issues resolved with full business context
  • Zero breaking changes - fully compatible upgrade from 5.1.0
This release represents months of accessibility audits, automated testing, and quality assurance work to deliver exceptional software quality.

What’s new? πŸ†•
  • Highlights
  • Info
FlowX.AI 5.1.1 delivers comprehensive improvements across accessibility, stability, and platform reliability.β™Ώ WCAG 2.1 Compliance Achieved β€” Full accessibility support across all web components
🌍 Task Management Localization β€” Comprehensive multi-language support with 51 substitution tags
πŸ€– AI Platform Enhancements β€” Multi-agent system improvements and AI workflow stability
🎯 Customer Fixes β€” Critical issues resolved based on customer feedback
✨ Proactive Improvements β€” Issues identified through internal QA before reaching customers
πŸ”§ Platform Enhancements β€” SSE handling, audit logs, and infrastructure improvements

WCAG 2.1 compliance

WCAG 2.1 compliance

  • Overview
  • Key features
  • Supported components
  • Implementation details
FlowX.AI is now WCAG 2.1 Level AA compliantThis release delivers full accessibility support through 28 comprehensive improvements across Angular and React SDKs, making FlowX applications usable by everyone, including users with disabilities.

Business value

Government Compliance

Meet accessibility requirements for government and public sector applications

Healthcare Standards

Comply with healthcare industry accessibility regulations and standards

Financial Services

Satisfy financial sector requirements for inclusive digital experiences

Universal UX

Keyboard navigation and clear labels improve usability for all users, not just those with disabilities

What changed

  • All components now fully keyboard-accessible
  • Complete screen reader support with ARIA labels
  • Proper focus management across all interactions
  • Accessible error announcements and validation
  • Semantic HTML structure throughout

Customer fixes

Customer fixes

We prioritized and resolved customer-reported issues in this release, addressing critical functionality issues and workflow inefficiencies reported via Zendesk.
Problem:
When copying nodes with Kafka send actions, topic and message configurations were not preserved, forcing users to manually reconfigure all action parameters after paste operations.
Customer Impact:
  • Development velocity significantly reduced
  • Risk of configuration errors during manual re-entry
  • Frustration with repetitive configuration work
Resolution:
actionParamsMap now properly persists through copy/paste operations
Steps to reproduce (fixed):
  1. Create send message node with Kafka action
  2. Configure topic and message parameters
  3. Copy and paste the node
  4. All configurations now preserved correctly
Customer Benefit:
Faster workflow development with reduced configuration errors and improved developer experience.
Problem:
When deleting parent actions that had child actions with warnings, the warnings remained in the system as orphans. These orphaned warnings prevented process export/import operations and blocked build deployments.
Customer Impact:
  • Build pipelines blocked by stale warnings
  • Deployment delays requiring manual database cleanup
  • Process export/import operations failed
  • Development and testing workflows disrupted
Resolution:
Warnings now cascade-delete automatically when parent actions are removed
Steps to reproduce (fixed):
  1. Create action with subactions containing warnings
  2. Delete the parent action
  3. All child warnings now properly cleaned up
Customer Benefit:
Clean deployments without manual intervention, faster development cycles, no more blocked pipelines.
Problem:
Auto-generated default_application in new environments existed only in app_manager schema and could not be deleted through standard operations, returning validation errors.
Customer Impact:
  • Environment cleanup difficulties
  • Testing complications with unwanted default projects
  • Confusion about application lifecycle management
Resolution:
Added proper runtime validation for application deletion operations
Error (Fixed):
{
  "status": 400,
  "message": "error.validation.runtime.application.not_found",
  "title": "Runtime project not found."
}
Customer Benefit:
Clean environment management with predictable application lifecycle operations.

Proactive quality improvements

Proactive quality improvements

  • Overview
  • Angular SDK
  • React SDK
  • Designer & Backend
Issues identified and resolved proactively:

Quality process

Accessibility Audits

WCAG 2.1 compliance testing identified keyboard navigation and focus management improvements

Automated Testing

Continuous integration pipelines caught component behavior issues and rendering problems

Internal QA

Manual testing uncovered edge cases in form interactions and modal behaviors

Code Reviews

Peer reviews identified potential stability issues in backend processing and dependency management

Distribution by category

  • Keyboard Navigation: Fixes across Angular and React
  • Focus Management: Fixes for modals, forms, and interactive elements
  • Component Behavior: Fixes for proper state handling and rendering
  • Backend Stability: Fixes for processing and dependency management
Proactive Quality

Task management localization

Task management localization

  • Overview
  • Key features
  • What's localized
  • Implementation details
FlowX.AI 5.1.1 adds comprehensive localization support for Task Management, enabling multi-language task management interfaces through 51 system substitution tags. Table grid localization is automatic.
  • FlowX Substitution Tags (51 keys) - Custom Task Management elements, manually configured in CMS
  • Table Grid Localization - Data table components, automatically localized based on container app language
This feature enables complete Task Management localization for global deployments, meeting requirements for government, healthcare, and financial services applications requiring multi-language support.
Localization

AI Platform enhancements

AI Platform enhancements

  • Overview
  • Key improvements
  • Technical improvements
FlowX.AI 5.1.1 delivers significant improvements to the AI Platform, enhancing multi-agent collaboration, conversation management, and AI workflow stability. These enhancements ensure more reliable AI-assisted development workflows and better user experience.

Multi-Agent System

Enhanced agent communication and thread management for improved collaborative AI workflows

Conversation Stability

Improved conversation handling with better error propagation and session management

AI Developer Tools

Enhanced AI Developer capabilities with proper data model integration and expression generation

Document Intelligence

Multi-page document generation support and improved content handling
AI Platform

Platform enhancements

Platform enhancements

  • Infrastructure
  • Renderer Enhancements
  • Technical Improvements

SSE Disconnect Handling

Improved Server-Sent Events disconnect handling to reduce error log flooding when clients disconnect

Resource Overrides Audit

Implemented audit logs for library resource overrides to track configuration changes

Security Updates

Fixed high vulnerabilities in Designer 5.1.x and main branch
Platform Updates