Skip to content

Releases: TanStack/table

v7.5.0

04 Aug 02:57
205c7a9

Choose a tag to compare

7.5.0 (2020-08-04)

Features

  • useRowSelect: Improve usePagination integration - only select rows on current page (#2585) (205c7a9)

v7.4.2

03 Aug 19:19

Choose a tag to compare

7.4.2 (2020-08-03)

Bug Fixes

  • correct median aggregation calculation (6a9223b), closes #2588

v7.4.1

03 Aug 18:33
72e4134

Choose a tag to compare

7.4.1 (2020-08-03)

Bug Fixes

  • allow useGroupBy without useExpanded (bd6746d), closes #2422

v7.4.0

03 Aug 17:45

Choose a tag to compare

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)

v7.3.5

03 Aug 17:21
f3194d6

Choose a tag to compare

7.3.5 (2020-08-03)

Bug Fixes

v7.3.4

03 Aug 17:05
b2d0aa6

Choose a tag to compare

7.3.4 (2020-08-03)

Bug Fixes

  • useSortBy: fix the bug that causes flatRows to be incorrect when sorting and using subRows (#2443) (b2d0aa6)

v7.3.3

30 Jul 14:46
aa28357

Choose a tag to compare

7.3.3 (2020-07-30)

Bug Fixes

  • Use references to renderers instead of inline functions (#2584) (aa28357)

v7.3.2

20 Jul 16:17
7044363

Choose a tag to compare

7.3.2 (2020-07-20)

Bug Fixes

  • Enforce useColumnOrder to be used before useGroupBy (#2553) (7044363)

v7.3.1

20 Jul 16:04
9676c8f

Choose a tag to compare

7.3.1 (2020-07-20)

Bug Fixes

v7.3.0

17 Jul 15:52
c4120e6

Choose a tag to compare

7.3.0 (2020-07-17)

Features