Releases: TanStack/table
Releases · TanStack/table
v9.0.0-alpha.46
What's Changed
- chore(angular): fix examples by @riccardoperra in #6250
- fix(pnpm): move overrides to workspace by @harry-whorlow in #6253
- ci: add zizmor workflow by @Sheraff in #6251
- chore: add CODEOWNERS file to alpha by @crutchcorn in #6256
- chore: move codeowners to correct path by @crutchcorn in #6258
- fix: simplify some column pinning + visibility memo deps and performance by @KevinVandy in #6259
- fix: column order performance improvement by @KevinVandy in #6260
- fix: Column size performance improvements by @KevinVandy in #6262
- regen docs and bump versions by @KevinVandy in #6263
- fix(table-core): allow reactivity bindings to provide schedule fn by @riccardoperra in #6261
New Contributors
- @harry-whorlow made their first contribution in #6253
- @Sheraff made their first contribution in #6251
Full Changelog: v9.0.0-alpha.45...v9.0.0-alpha.46
v9.0.0-alpha.45
Version 9.0.0-alpha.45 - 5/8/26, 5:38 PM
Changes
Feat
Docs
- add react aria and hero ui examples (2d1dfd9) by Kevin Van Cott
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.44
Version 9.0.0-alpha.44 - 5/8/26, 12:05 AM
Changes
Feat
- simplified Subscribe by remove table prop in favor of just source (ae24248) by Kevin Van Cott
Ci
- apply automated fixes (4317a9c) by autofix-ci[bot]
Other
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.43
Version 9.0.0-alpha.43 - 5/7/26, 4:50 PM
Changes
Fix
- remove options store from react/preact and refactor external state syncing (#6244) (8370b54) by Kevin Van Cott
Chore
- fix some invalid example tsconfigs (e4d15a6) by Kevin Van Cott
- simplify pagination examples (70536e7) by Kevin Van Cott
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.42
Version 9.0.0-alpha.42 - 5/4/26, 3:30 PM
Changes
Feat
- table: support external reactivity binding (#6237) (753baba) by @riccardoperra
Chore
- add mantine-react-table example (4eabb0f) by Kevin Van Cott
Ci
- apply automated fixes (29b71c3) by autofix-ci[bot]
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.41
Version 9.0.0-alpha.41 - 5/1/26, 10:36 PM
Changes
Fix
- tableOptions any bug when only _features are passed (5146a80) by Kevin Van Cott
Chore
- add mui mrt example (c622b08) by Kevin Van Cott
- add mantine examples (1bf3a5f) by Kevin Van Cott
- add material ui examples (1be6793) by Kevin Van Cott
- remove twind from examples (b12a65b) by Kevin Van Cott
Docs
- add base ui shadcn examples (385239f) by Kevin Van Cott
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.40
Version 9.0.0-alpha.40 - 4/30/26, 5:16 AM
Changes
Feat
- FlexRender accounts for aggregation and placeholders (1f671ff) by Kevin Van Cott
Other
- (ea9011c) by Kevin Van Cott
Packages
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.39
Version 9.0.0-alpha.39 - 4/29/26, 4:05 PM
Changes
Fix
- visible column pinning issue (310dd6f) by Kevin Van Cott
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.38
Version 9.0.0-alpha.38 - 4/29/26, 2:22 AM
Changes
Fix
Chore
- make stress test numbers make more sense, fix some react example rc issues (7b5d62a) by Kevin Van Cott
Ci
- apply automated fixes (320b2d0) by autofix-ci[bot]
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]
v9.0.0-alpha.37
Version 9.0.0-alpha.37 - 4/26/26, 7:48 PM
Changes
Fix
- issues with react compiler, various lint issues, improve all examples stress testing (bda3e16) by Kevin Van Cott
Other
- (e82402b) by Kevin Van Cott
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]
- @tanstack/[email protected]
- @tanstack/[email protected]
- @tanstack/[email protected]