Releases: TanStack/table
Releases · TanStack/table
v8.0.0-alpha.4
Version 8.0.0-alpha.4 - 3/23/2022, 5:48 AM
Changes
Fix
- pagination, add pagination example (def61a6) by Tanner Linsley
Packages
- @tanstack/react-table@8.0.0-alpha.4
v8.0.0-alpha.3
v8.0.0-alpha.1
Version 8.0.0-alpha.1 - 1/25/2022, 8:17 PM
Changes
Fix
- force release (5978acf) by Tanner Linsley
Chore
- turn on publishing (96111ea) by Tanner Linsley
- update project images (46f8ea0) by Tanner Linsley
- (publish): use prerelease for gh releases (17fe3a8) by Tanner Linsley
Other
- Update README.md (c68e4ca) by Tanner Linsley
- Update README.md (9c6c654) by Tanner Linsley
- Update README.md (1d424db) by Tanner Linsley
- Update README.md (23a5e6d) by Tanner Linsley
- Update README.md (0e4a1b4) by Tanner Linsley
- Update README.md (9c23913) by Tanner Linsley
Packages
- @tanstack/react-table@8.0.0-alpha.1
- @tanstack/react-table-devtools@8.0.0-alpha.1
v7.7.0
v7.6.3
v7.6.2
v7.6.1
v7.6.0
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)