Skip to content

Release of version 2.17.0 (2024-09-30)

Choose a tag to compare

@UiComponentsBot UiComponentsBot released this 25 Sep 14:18
· 67 commits to dev since this release
d220f84

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.