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.
Fixed Issues and Improvements
ROU-11001 / RPM-5153 - To improve security and protect against XSS vulnerabilities, a new parameter, SanitizeInputValues, has been added to the Grid block's optional configurations.
This parameter allows developers to control whether data should be sanitized to prevent HTML injection, particularly in column blocks like the ActionColumn, ImageColumn, and ContextMenu.
The default value for SanitizeInputValues is set to True, ensuring that HTML content is automatically sanitized out of the box, prioritizing security.
ROU-11034 - Fixed an issue where an error was being thrown in the console when clicking a cell in an autogenerated Grid that uses JSON serialization.
ROU-11162 - Fixed an issue where the Grid filter's dropdown values were misaligned, and the Grid content along with pagination appeared in bold.
This occurred when the Grid block was placed inside a Popup widget.