Release of version 2.19.1 (2024-06-11)
What's New
- ROU-10768 - Now, Range Slider and Range Slider Interval components will be using the latest version of their library provider (noUISlider v15.7.2).
Fixed Issues and Improvements
- ROU-4248 - Fixed an issue where validation messages were incorrectly positioned when the IsRTL setting was enabled.
- ROU-4825 - Improved the parameters change mechanism to prevent multiple redraws when using all the components relying on a provider library - Carousel, DatePicker, DatePickerRange, DropdownSearch, DropdownTags, TimePicker, MonthPicker, RangeSlider and RangeSliderInterval.
- ROU-10687 - Fixed an issue that caused the DropdownServerSide component not to apply the invalid styles. This occurred when the invalid status was set using the DropdownServerSideNotValid client action.
Improved the application of A11Y outline styles, ensuring that focus on the options list content is more consistent and visible. - ROU-10751 / RPM-4988 - Fixed an issue that caused the Tabs' content to be hidden in design time (ServiceStudio).
This occurred due to a CSS selector not considering the exception for the preview styling inside ServiceStudio. - ROU-10753 - Fixed an issue that caused the DropdownSearch and DropdownTags component's content to be blurry.
This occurred when zoom-in or zoom-out was used on different zoom levels and Chromium-based browsers.
Others:
- A new JavaScript API has been added, to allow changing the clickable area in accordion items between the whole header (current behavior) and the icon only.
This update was inspired by a pull request submitted by @ElevenMou 🚀 and curated in #949:
OutSystems.OSUI.Patterns.AccordionItemAPI.ToggleClickableZone("ACCORDIONITEMID", true);