Skip to content

v5.13.0

Latest
Compare
Choose a tag to compare
@AlekseyManetov AlekseyManetov released this 30 Jan 15:17
· 5 commits to main since this release

5.13.0 - 30.01.2025

What's New

  • Update UUI packages JS target from ES6 to ES2021
  • PickerInputBaseProps interface was moved from @epam/uui-components to @epam/uui-core package
  • [MainMenuAvatar]: added RawProps prop
  • [DropdownMenuBody]: added maxHeight prop
  • [FiltersPanel]: added minCharsToSearch and renderFooter 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 to 10px for 12 size
  • [MainMenuButton]: removed unnecessary role and aria-haspopup attributes (#2733)
  • [MainMenuButton]: added aria-current attribute with value page for active links (#2734)
  • [DataTableRow]: fixed ref prop
  • [PickerInput]: fixed toggler selected value styles in case of single mode, searchPosition !== input and minCharsToSearch > 0 and for case with readonly=true and searchPosition !== input