Releases: TanStack/table
Releases · TanStack/table
v8.19.4
Version 8.19.4 - 8/3/24, 8:50 PM
Changes
Fix
- getFacetedMinMaxValues default implementation sometimes returning array of arrays (#5676) (9d54b2e) by Vincent Rubinetti
Chore
- update @tanstack/config (#5678) (dd210f9) by Lachlan Collins
- match-sorter-utils: fix JSDoc comment for rankItem (#5671) (92ef946) by Dayyan Smith
Ci
Docs
- update broken links in README (#5691) (be8d0e7) by eelpik
- typo in multi-sorting guide (#5686) (2c74877) by brokenrice
- fix typo on tables.md (#5681) (a669e39) by Rohit Dalal
- Clarify that getIsSomeRowsSelected return false if all rows are selected (#5337) (5f7ddd6) by SMU
- angular-table: Update table-state.md (#5677) (fe690df) by @nicklemmon
- Fix typo in documentation (#5673) (7bf42dd) by Maxime Julian
- update the syntax highlighting for angular (#5668) (e420d00) by @mgechev
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.19.3
Version 8.19.3 - 7/14/24, 8:44 AM
Changes
Fix
Ci
- enable npm provenance (#5654) (0054eb3) by Lachlan Collins
- Add pkg-pr-new previews (#5648) (241f26f) by Lachlan Collins
Docs
- use @tanstack/lit-virtual for the virtualized table example (#5655) (bb0a536) by @kadoshms
- Fix typo in docs/guide/data.md (#5642) (6a4a10d) by Joseph Markus
- vue: vue filters example (#5644) (e749f31) by Radu Suciu
- fix rowpinningstate (7548860) by Kevin Vandy
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.9
Version 9.0.0-alpha.9 - 6/30/24, 4:29 AM
Changes
Fix
- angular-table: View is not updated anymore when flexRenderDirective is instantiated the first time with an empty value (#5626) (bfa96d8) by @riccardoperra
Chore
Ci
Docs
- examples: Fix new vue example (2b2f89f) by Lachlan Collins
- lit: Add example for virtualized rows (#5599) (8e1baac) by @kadoshms
- vue: vue subcomponents example (#5631) (78b9012) by Radu Suciu
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.10
Version 9.0.0-alpha.10 - 6/30/24, 5:59 PM
Changes
Fix
- table-core: getTopRows and getBottomRows ref stability - fixes #5624 (#5637) (ace8a46) by Kevin Van Cott
Docs
- fix rowpinningstate (7548860) by Kevin Vandy
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.19.2
Version 8.19.2 - 6/30/24, 3:27 PM
Changes
Fix
- table-core: getTopRows and getBottomRows ref stability - fixes #5624 (#5637) (ace8a46) by Kevin Van Cott
Chore
Ci
Docs
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.8
Version 9.0.0-alpha.8 - 6/29/24, 1:08 AM
Changes
Fix
- Fix sherif issues (9bda635) by Lachlan Collins
Chore
- Remove babel dependencies (#5632) (d2c8076) by Lachlan Collins
- Fix merge (0760014) by Lachlan Collins
Ci
Docs
- Fix new react example (b79fa7e) by Lachlan Collins
- examples: Fix Qwik examples (#5633) (6a4f224) by Lachlan Collins
- examples: Add example using TanStack Query and Router (#5625) (80e45cc) by Leonardo Montini
- table fix editable example link (#5628) (bbe4ba3) by @fxamauri
- Remove duplicate words (#5629) (c0e6122) by Samuel Candela
- update svelte table docs (5e5a830) by Kevin Van Cott
- update svelte-table docs (#5622) (c8742cd) by Walker Lockard
- fix Header link in Header Group API (#5608) (5edd993) by Lucas Vargas
Tests
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v8.19.1
Version 8.19.1 - 6/29/24, 11:34 PM
Changes
Fix
- angular-table: View is not updated anymore when flexRenderDirective is instantiated the first time with an empty value (#5626) (bfa96d8) by @riccardoperra
Ci
- Update TanStack Config to v0.8 (#5627) (c09d214) by Lachlan Collins
- Update Nx (#5606) (41f3e4e) by Lachlan Collins
Docs
- vue: vue subcomponents example (#5631) (78b9012) by Radu Suciu
- examples: Fix Qwik examples (#5633) (6a4f224) by Lachlan Collins
- examples: Add example using TanStack Query and Router (#5625) (80e45cc) by Leonardo Montini
- table fix editable example link (#5628) (bbe4ba3) by @fxamauri
- Remove duplicate words (#5629) (c0e6122) by Samuel Candela
- fix Header link in Header Group API (#5608) (5edd993) by Lucas Vargas
- pagination: rephrase autoResetPageIndex behaviour (#5601) (22e1ac4) by Leonardo Montini
- react-table: add dependency because columnSizeVars does not change (#5597) (f7e69bc) by YoonMinSang
- angular-table: Adding documentation for custom component support. (#5590) (d6839d6) by mamerto-g
Tests
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.7
v9.0.0-alpha.6
Version 9.0.0-alpha.6 - 6/20/2024, 1:01 AM
Changes
Feat
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.5
Version 9.0.0-alpha.5 - 6/17/2024, 3:31 AM
Changes
Fix
Ci
Docs
Other
- upgrade bable deps (a1235c8) by Kevin Vandy
- upgrade angular deps (102d3e5) by Kevin Vandy
- upgrade vite deps (1ebc13b) by Kevin Vandy
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]