Skip to content

v5.0.0-rc.18

Pre-release
Pre-release
Compare
Choose a tag to compare
@hjalmers hjalmers released this 07 Aug 11:01
94d436e

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/or rowIdKey (cd59fad)

BREAKING CHANGES

  • row-state: rowHover config option has been replaced with activateRowOnHover and .gt-hover class is now .gt-active (can be changed using customClasses input).