You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.