v5.0.0-rc.18
Pre-release
Pre-release
5.0.0-rc.18 (2023-08-07)
Bug Fixes
- row-active: remove debounce time (cf47090)
Features
- keyboard-navigation: add support and ability to set active state (b92df1e)
- row-state: add ability to use selected and active state (c172235)
Performance Improvements
- add ability to specify
trackRowByFn
and/orrowIdKey
(cd59fad)
BREAKING CHANGES
- row-state:
rowHover
config option has been replaced withactivateRowOnHover
and.gt-hover
class is now.gt-active
(can be changed usingcustomClasses
input).