react-table v7.6.0 Release Notes

Release Date: 2020-10-10 // over 3 years ago
  • 7.6.0 (2020-10-10)

    ๐Ÿ› Bug Fixes

    • utils: Add recently removed export statement (#2764) (a9b57eb)
    • ๐Ÿ› bug in sort subRows data and add test in useSortBy (#2633) (3cba528)
    • ๐Ÿ‘‰ useFlexLayout: change table min width to be the sum of min width of all columns (#2639) (d37856f)
    • ๐Ÿ‘‰ useRowSelect: change to toggleRowSelected reducer to use the previous state (#2651) (1d92c6d), closes #2171
    • ๐Ÿ‘‰ useRowSelect: verify row selection based on reducer state (#2666) (0c452eb)
    • ๐Ÿ‘‰ useRowState: change argument for "initialRowStateAccessor" and "initialCellStateAccessor" (#2719) (188a392), closes #1812 #2102 #2701 #2102 #2701
    • virtualized-rows: header/body column aligment (#2711) (9f4383b)
    • โšก๏ธ useExpanded - utils update (#2738) (bd90f10)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useGridLayout: Add functionality for proposed useGridLayout (#2525) (0c805a7)