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.
The key has expired.
Fixed Issues and Improvements
ROU-1628 - The phone value of the SetDeviceBreakpoints client action previously had a wrong default value of 700px.
This would cause that when using the action, but not setting any new value on the Phone parameter, it would change the phone limit size to 700px, instead of the Platform’s default of 767px.
Please note, that if you were already using this client action without setting any value Phone value, the phone breakpoint will now change to the new 767px as the maximum screen width.
ROU-4629 - Fixed an issue that caused the DatePicker component not to work properly when changing the date format in the Service Center. This occurred when a date that was being applied on a platform’s input date, didn’t match the DatePicker component date and, the date format was different between the one set in the Service Center and in the DatePicker itself.
ROU-4644 - Fixed an issue that caused the TimePicker and DatePicker components to return an undefined console error.
This occurred when the user used the Tab or Arrow Down keys to navigate from the picker’s input when in edit mode.
ROU-4649 - Fixed an issue that caused the TabsHeader component to be reached when disabled.
This occurred when the TabsHeader component was disabled and the end user used the keyboard arrow’s navigation to change tabs.
ROU-4654 - Fixed an issue that caused the client action FocusFirstInvalidInput to never focus on the first invalid input.
This occurred when validating a Form and calling the action FocusFirstInvalidInput to validate if there was any invalid input where the first invalid input was never focused.
ROU-4658 - Improved deployment performance by optimizing static entities.
Now, all non-translated static entities were set to have Use Translations = No.
This update is intended to optimize performance and mitigate the limitations on the previous asset version for the Oracle databases, where the customer needed to ensure they are in at least Oracle 12.2. No adverse side effects are anticipated.
ROU-4663 - Changed the description of the parameter StartingSelection for both DropdownSearch and DropdownTags components to better reflect the fact that now it reacts to the OnParametersChange event.