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
ROU-4266 - Created a new component called OverflowMenu, under the Navigation category. This is a clickable element that displays hidden actions, settings, or secondary options. Use this pattern to show additional options when there is a space constraint (e.g. in toolbars or other places where a group of actions is required).
Created a new client action called OverflowMenuClose to allow closing an OverflowMenu with a given identifier.Created a new client action called OverflowMenuOpen to allow closing an OverflowMenu with a given identifier.
ROU-4391 - Created two new client actions called OverflowMenuEnable and OverflowMenuDisable to allow enabling or disabling the OverflowMenu component.
ROU-4250 - The Video component was converted to the new architecture. Now, the Video component has an Initialized event to run actions when the component is initialized and has a StateChanged event to return the reproduction state of the video (Unstarted, Playing, Paused & Ended).
ROU-3280 - Created the new client actions VideoPlay and VideoPause, to play or pause a given video in runtime.
Created the new client action VideoGetState, to return the state of the video (Unstarted, Playing, Paused or Ended).
ROU-4410 - Created a new client action called VideoJumpToTime to jump to a specific time of a Video component of a given video in runtime.
ROU-4440 - Created a new client action called ShowPassword (the previous one was deprecated) so that we can apply it to a specific input element on a screen.
Now, a new optional input parameter called WidgetId will be available so that we can specify the input element to which we will toggle the password visibility.
Fixed Issues and Improvements:
ROU-4231 - Fixed an issue that caused the Tabs indicator not to adapt its width correctly, after changing the browser or system zoom.
This occurred when using the Tabs UI Pattern and the zoom level was different than 100%.
ROU-4327 - Fixed an issue that caused the OrientationChange event not to be added on Mobile Apps. This occurred when navigating to another screen.ROU-4348 - Fixed an accessibility issue that caused the screen reader to not read the Progress Bar and Progress Circle contents.
ROU-4364/RPM-4016 - Improved the Accordion and AccordionItem accessibility:
Now, interactive elements (buttons, links, inputs, etc.) placed inside the Accordion Header are not focusable using the keyboard or announced by screen readers when the AccordionItem is collapsed. This aims to mitigate an accessibility issue regarding nested interactive elements.
Now, the Accordion Content is not focusable using the Tab key, since it is not a focusable element. Interactive elements placed in the Accordion Content remain focusable via the Tab key when the Accordion is expanded.
Now, the Accordion and AccordionItem are not structured as a tablist and fit the best structure followed by accessibility standards.
ROU-4366/RPM-4016 - Improved accessibility on the RangeSlider and RangeSliderInterval components.
Now, the screen readers will be able to properly read the content and, the sliders are now correctly unreachable with the keyboard when disabled.
ROU-4392 - Improved the AnimatedLabel TypeScript typification.
This was having an impact when the data bound was already loaded and it was removed programmatically making the component not to be updated. Thank you João Franco for the contribution.
ROU-4412 - Fixed an issue that caused the DropdownServerSide component to not close properly when clicking on the overlay.
This occurred on Phone devices when opening the DropdownServerSide component.
ROU-4420 - Fixed an issue that caused the AnimatedLabel component to not show the text on top when having an input filled in or when focused. This occurred when the AnimatedLabel component was placed inside a list.
ROU-4422 - Fixed an issue that caused the Carousel component not to adapt its width correctly, after a window resize.
This occurred when using the Carousel component inside the LayoutBaseSection block.
ROU-4443 - Fixed an issue that caused the DropdownSearch component to show all options as pre-selected.This occurred when passing a list with a single empty option, on the StartingSelection parameter.
ROU-4446 - Fixed an issue that caused the Tooltip component to not close when clicking outside of it.
This occurred when the Tooltip was being used inside a Notification component and with the optional configuration InteractToClose set as “True”.
ROU-4462 - Improved the Sidebar and Notification focus behavior to follow the best accessibility guidelines.
Now, when these components close, the focus returns to the previously focused element if any, otherwise, the focus is set to the first focusable element in the page.
ROU-4482 - Fixed an issue that caused all the time-related components to not display the platform input widget in Service Studio.
This occurred in design-time only and there was no impact on runtime.
ROU-4490 - Now, Dropdown Search and Dropdown Tags will be using the latest version of their library provider (VirtualSelect v1.0.40).
RPM-4279 - Fixed an issue that caused the Dropdown Search and Dropdown Tags components to have a focus when entering a screen.
This occurred when the Dropdown Search and Dropdown Tags components had StartingOptions being set.
ROU-4493/RPM-4263 - Fixed an issue that caused the DatePicker component to not set the correct InitialDate when MinDate or MaxDate was equal to the InitialDate.
ROU-4500 - Fixed an issue that caused the AccordionItem component not to return the AccordionItemId when the OnToggle event was triggered.
ROU-4505 - Now, Chinese (zh-Hant + zh-Hans), French (fr-FR) and Korean (ko-KR) are available in Multilingual Locales.
The following locales were also translated/reviewed - Arabic (ar), Chinese (zh-CN), German (de-DE), Spanish (es), Japanese (ja-JP), Dutch (nl) and Portuguese (pt + pt-BR).