5.13.0 - 30.01.2025
What's New
- Update UUI packages JS target from
ES6
toES2021
PickerInputBaseProps
interface was moved from@epam/uui-components
to@epam/uui-core
package- [MainMenuAvatar]: added
RawProps
prop - [DropdownMenuBody]: added
maxHeight
prop - [FiltersPanel]: added
minCharsToSearch
andrenderFooter
props for picker filter configuration
What's Fixed
- [useForm]: reset
serverValidationState
by valid form save action - [PickerInput]: show 'N selected' instead of '+N' tag if
maxItems=0
- [DropdownContainer]: autofocus first active element on dropdown open
- [PickerInput/FiltersPickerInput]: always show picker footer if picker has some selection
- [DropdownMenuButton]: fixed cropping of icons located to the right of the text
- [PresetsPanel]: added scroll to
More
dropdown - [NotificationCard]: changed size of actions from '36' to '30'
- [CountIndicator]: text size increased from
8px
to10px
for 12 size - [MainMenuButton]: removed unnecessary
role
andaria-haspopup
attributes (#2733) - [MainMenuButton]: added
aria-current
attribute with valuepage
for active links (#2734) - [DataTableRow]: fixed
ref
prop - [PickerInput]: fixed toggler selected value styles in case of single mode,
searchPosition !== input
andminCharsToSearch > 0
and for case withreadonly=true
andsearchPosition !== input