Skip to content

v1.1.0

Compare
Choose a tag to compare
@pradeepnschrodinger pradeepnschrodinger released this 14 Apr 14:42
· 217 commits to master since this release

v1.1 Release

  • Fix issue with empty space in table if row heights change (#511) (Fixes #510)

  • Ability to provide custom scrollbars: (#507)
    Users can now customize the scrollbars using props scrollbarX and scrollbarY. Also make sure to pass defaultScrollbars as false to let FDT use these custom ones. More info can be found in #507 and #518.

  • Remove unsafe react lifecycle hooks (#509) (Fixes #492)
    Most of the unsafe react lifecycle hooks have been removed from the code base.