v4.6.0
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.- Remove deprecated react
findDomNode
usage:- Breaking changes:
- [Dropdown]: need to pass
ref
fromrenderTarget
callback params to the target node - [DndActor]: need to pass
ref
fromrender
callback params to the rendered root node - [Tooltip]: children should accept
ref
prop
- [Dropdown]: need to pass
- Breaking changes:
- Stronger types for
rawProps
prop for all components. Now it's accept onlyReact.HTMLAttributes<T>
anddata-${string}
attributes. - [PickerInput], [TextInput]: Added prefix and suffix props
- [SlateEditor]: added ScrollBars to Editor
- [NumericInput]: added 'cell' mode
What’s Fixed
- [PickerToggler]: Remove redundant toggler focusing on tag clear
- [PickerToggler]: If not enought chars clear picker input on blur
- [PickerInput]: don't close picker in case when you remove search value
- [PickerInput]: don't load list on PickerInput mount
- [NumericInput]: Fixed handling float numbers
- [Form]: release Lock on form unmount
- [LazyDataSource]: rework cascade selection logic