Skip to content

Releases: TanStack/table

v7.6.0

10 Oct 21:14
a9b57eb
Compare
Choose a tag to compare

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)

v7.5.2

03 Oct 18:23
6600b27
Compare
Choose a tag to compare

7.5.2 (2020-10-03)

Bug Fixes

v7.5.1

18 Sep 14:12
a86e404
Compare
Choose a tag to compare

7.5.1 (2020-09-18)

Bug Fixes

  • aggregations: min, max agg -ve num handling (#2736) (a86e404)

v7.5.0

04 Aug 02:57
205c7a9
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

7.3.5 (2020-08-03)

Bug Fixes

v7.3.4

03 Aug 17:05
b2d0aa6
Compare
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
Compare
Choose a tag to compare

7.3.3 (2020-07-30)

Bug Fixes

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