react-table v7.4.0 Release Notes

Release Date: 2020-08-03 // over 3 years ago
  • 7.4.0 (2020-08-03)

    ๐Ÿ› Bug Fixes

    • โž• Add useExpanded in the pluginOrder because selection get broken if it's before. (#2581) (fdb1ebe)
    • initalState sortBy fix, if the last sortBy column is clicked we will replace the sort state, not toggle it (#2508) (20ecd35)
    • โšก๏ธ update tests (ec8dcb1)

    ๐Ÿ”‹ Features

    • ๐Ÿ‘‰ useGroupBy: Set groupBy state via method (#2570) (93e7e72)
    • ๐Ÿ‘‰ useSortBy: set sortBy state via method at once (#2576) (243db86)