@epam/assets
Advanced tools
Changelog
4.7.0 - 30.05.2022
What's New
Added new hook - useTableState
, which helps to organize table state management with filters, presets and storing it into URL. See demo here - https://github.com/epam/UUI/blob/main/app/src/demo/table/FilteredTable.tsx.
Note: this hook in WIP stage now, so there may be some changes in api and functionality
[uuiRouter][Breaking Change]: added 'query' param parse/stringify handling inside uuiRouter
. If you use some helpers for this, like 'qhistory', please remove it, now it will work out of the box with uuiRouter
[ICanFocus]: implement ICanFocus interface in TextInput, NumericInput, PickerInput, Checkbox, DatePicker. Fix focus/blur behavior for PickerInput.
[MultiSwitch]: added 'gray' color style
[VirtualList]: add vertical flex context for scroll container
[ArrayDataSource]: check parent if all siblings is checked
What’s Fixed
Changelog
4.6.3 - 27.04.2022
What's New
scrollToIndex
property for DataTableState
. Use it for manual scrolling to some index in the list. For example for scrolling to top of the DataTable on filter or page change.What’s Fixed
Changelog
4.6.2 - 20.04.2022
What's New
What’s Fixed
Changelog
4.6.1 - 22.03.2022
What’s Fixed
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