Skip to content

Release of version 2.22.0 (2026-03-18)

Latest

Choose a tag to compare

@UiComponentsBot UiComponentsBot released this 16 Mar 16:42
· 31 commits to dev since this release
acab3b6

What's New

  • ROU-12498 - Updated Wijmo library to version 2025v2.1 Wijmo - Build 5.20252.44.
    This update introduces enhanced accessibility support to help your applications better comply with WCAG 2.1 AA standards.

Fixed Issues and Improvements

  • ROU-11908 / RPM-5806 - Fixed an issue that caused the DataGrid component to request language files multiple times.
    This occurred during the component's initialization and localization, resulting in redundant network requests.
    The fix ensures language assets are requested once and cached appropriately, reducing server load and improving page load performance.
    Fixed an issue that caused the DataGrid to incorrectly fallback to the 'es' locale.
    This occurred when loading the 'es-419' (Latin American Spanish) locale.
  • ROU-12261 / RPM-5811 - Improved the DataGrid CSV export to protect against CSV injection attacks. This update introduces a sanitization method that automatically escapes cell values that start with characters commonly used in spreadsheet formulas. By hooking this logic directly into the export process, the DataGrid ensures that exported data cannot be used to execute malicious code in external spreadsheet applications.
  • ROU-12538 / RPM-6484 - Improved the OutSystems DataGridUtils .NET extension with a comprehensive architectural refactor.
    This update introduces enhanced thread safety for cached reflection data and optimizes JSON serialization for object handling.
    Additionally, the extension has been updated to a newer target .NET Framework 4.7.2, ensuring better compatibility, security, and overall execution performance for data-heavy Grid operations.