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-3278 - Now, we can use new flexbox utility classes in our applications. All these utility classes can be checked in the cheat sheet.
ROU-3301 - Created a new client action called DatePickerDisableDays that allows disabling days in the DatePicker and DatePickerRange patterns.
ROU-3347 - Now, is possible to group options in DropdownSearch and DropdownTags by assigning the GroupName property on the options list. This will cause a soft-breaking change since the input structure is a new non-mandatory field so is just a matter of opening the module and refreshing references.
ROU-3353 - Created new client actions for the TimePicker component - TimePickerOpen, TimePickerClose and TimePickerClear.
ROU-3381 - Created a new client action called DatePickerDisableWeekDays that allows disabling weekdays in the DatePicker and DatePickerRange.
ROU-3630 - Now, is possible to add descriptions to the dropdown options in DropdownSearch and DropdownTags by assigning the Description property on the options list. This will cause a soft-breaking change since the input structure is a new non-mandatory field so is just a matter of opening the module and refreshing references.
Now, our UI Framework has a new CSS variable available: --font-size-label: 11px
ROU-3732 / RPM-2988 - Created a new client action called DropdownSetValue to set values dynamically in the DropdownSearch and DropdownTags.
ROU-3736 - Created new client actions for the MonthPicker component - MonthPickerOpen, MonthPickerClose and MonthPickerClear.
ROU-3737 - Created a new client action called TimePickerToggleNativeBehavior to enable/disable the native behaviour of the TimePicker.
ROU-3753 - Created a new client action called TimePickerUpdateTime to allow the update of the selected time shown in a given TimePicker.
Now, the InitialDate parameter on the DatePicker component as well as the InitialStartDate and InitialEndDate from DatePickerRange, react to parameter change in runtime. However, using the respective client action to update these values is still the recommended way to use the pattern.
Fixed Issues and Improvements:
ROU-2710 - Fixed an issue on OutSystems UI layouts that was adding multiple 'click' events to the body.
ROU-3345 - Updated flatpickr library to version 4.6.13
ROU-3648 - Fixed an issue on DatePicker and DatePickerRange, that was causing a flickering on Safari when updating options in runtime.
ROU-3705 - Fixed an issue that was causing the DatePickerRange input to appear empty when just one of the dates were null.
ROU-3711 - Now, the Tabs active indicator correctly updates its size when any TabsHeaderItem changes its size in runtime.
ROU-3751 - Now, the StartingValue parameter on RangeSlider as well as the StartingValueFrom and StartingValueTo from RangeSliderInterval, react to parameter change in runtime. However, using the respective client action to update these values is still the recommended way to use the pattern.
ROU-3754 - Fixed an issue on DatePicker time input that was causing the text to get cut.
ROU-3768 - Fixed an issue on ProgressBar and ProgressCircle that was not applying properly the color when we passed and hexadecimal or RGB colour code.
ROU-3802 - Fixed an issue on the Sidebar that was not working properly within Tabs.
ROU-3811 - Now, on desktop, DatePicker and DatePickerRange will follow the input when scrolling the screen.
ROU-3821 - Fixed an issue on the DatePicker and DatePickerRange where the validation style was not being applied as expected when invalid after submitting a form.
ROU-3830 / RPM-3140 - Fixed an issue on the FloatingActions OnDestroy method, that was causing the pattern not to appear, after a screen navigation.
ROU-3831 - Fixed a visibility issue on DropdownSearch and DropdownTags when used inside a BottomSheet in mobile devices.
ROU-3856 / RPM-3178 - Fixed an issue on DropdownSearch and DropdownTags when changing the IsDisabled parameter on the first load and an issue on the window resize while the port is not desktop.