Skip to content

Releases: TanStack/table

v7.7.0

25 Apr 22:58
fa662bc
Compare
Choose a tag to compare

7.7.0 (2021-04-25)

Features

v7.6.3

11 Jan 21:37
Compare
Choose a tag to compare

7.6.3 (2021-01-11)

Bug Fixes

  • provide parentRows and data to accessor (f97fb98)

v7.6.2

13 Nov 15:26
f1f1f78
Compare
Choose a tag to compare

7.6.2 (2020-11-13)

Bug Fixes

v7.6.1

26 Oct 17:17
401c6b8
Compare
Choose a tag to compare

7.6.1 (2020-10-26)

Bug Fixes

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