@epam/assets
Advanced tools
Changelog
4.3.0 - 25.10.2021
What's New
What’s Fixed
Changelog
4.2.7 - 13.10.2021
What's New
What’s Fixed
Changelog
4.2.6 - 07.10.2021
What’s Fixed
Changelog
4.2.5 - 28.09.2021
What's New
What’s Fixed
Changelog
4.2.4 - 17.09.2021
What’s Fixed
Changelog
4.2.2 - 17.09.2021
What's New
What’s Fixed
Changelog
4.2.1 - 31.08.2021
What's New
What’s Fixed
Changelog
4.2.0 - 23.08.2021
What's New
Improved accessibility and keyboard support for a lot of components
Replace Moment by Dayjs
Added mobile view for Pickers
[AnalyticsContext] [Breaking Change]: Removed amplitude client from UUI and implemented IAnalyticsListener to pass any analytics client from client side. If you use Amplitude into your project, now you need to create IAnalyticsListener and add it to the Analytic Context. See the example here;
[DropdownMenu] Implement DropdownMenu component in UUI4[Promo].
DropdownMenu allows you to create vertical menus with a nested structure that pops up on hover or click (default is on hover). The main possibilities:
- render menu item with an icon in the left or right position ('left' as default).
- highlight menu item as selected passing 'isSelected' prop.
- render you own custom component as DropdownMenu item.
- to splite items as a group.
[AvatarStack]: add possibility render custom avatar by the prop renderItem
[FlexRow]: add more sizes for vPadding prop
What’s Fixed
Changelog
4.1.1 - 05.07.2021
What’s Fixed fix bug when enzyme includes in result build bundle fix UUI context multiple creation