@epam/assets
Advanced tools
Changelog
4.6.0 - 14.03.2022
What's New
@epam/uui
package was moved to the @epam/uui-core
. We re-export @epam/uui-core
form @epam/uui
, so no need to replace imports in your code.findDomNode
usage:
ref
from renderTarget
callback params to the target noderef
from render
callback params to the rendered root noderef
proprawProps
prop for all components. Now it's accept only React.HTMLAttributes<T>
and data-${string}
attributes.What’s Fixed
Changelog
4.5.4 - 10.02.2022
What’s Fixed
Changelog
4.5.3 - 20.01.2022
What’s Fixed
Changelog
4.5.2 - 18.01.2022
What's New
What’s Fixed
Changelog
4.5.1 - 12.01.2022
What's New
What’s Fixed
Changelog
4.5.0 - 23.12.2021
What's New
[Breaking Change]: Changed VirtualList component api. Introduced new useVirtualList hook. More information here - https://uui.epam.com/documents?category=components&id=virtualList#advanced
Improved SSR support and introduced uui next.js app template. More information here - https://github.com/epam/UUI/tree/main/templates/uui-nextjs-template.
Added rawProps attribute to ModalHeader, ModalFooter, PickerInput, RangeDatePicker, DatePicker, TimePicker. Removed 'id' prop from PickerInput, DatePicker, TimePicker.
[FileCard]: Added extension to file card. Bugfixes.
[ArrayDataSource, LazyDataSource]: Added disableSelectAll attribute
[RTE]: Added isEditorEmpty helper. Bugfixes.
What’s Fixed
Changelog
4.4.0 - 07.12.2021
What's New
What’s Fixed