stack.pulse
#stacks/tanstack-table/library

TanStack Table release notes, breaking changes, and upgrade notes.

Headless UI for building powerful tables and datagrids StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
19
breaking
0
security
0
deprecated
0
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

TanStack Table releases from GitHub

StackPulse watches TanStack Table release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
v9.0.0-beta.23mediumfeatureprereleaseJun 28, 2026

v9.0.0-beta.23

This release focuses on a bug fix for table-core to automatically remove empty arrHas filter values, aligning its behavior with other array filters.

affected

Affects users utilizing arrHas filter values in table-core.

action

Update to this beta version to ensure consistent filter behavior.

view source on github->
v9.0.0-beta.22mediumfeatureprereleaseJun 28, 2026

v9.0.0-beta.22

This release primarily includes fixes for HMR and type issues in useTableContext, along with documentation updates.

affected

Developers using useTableContext may benefit from the HMR and type fixes.

action

Update to this version if you are experiencing HMR or type issues with useTableContext.

view source on github->
v9.0.0-beta.21mediumfeatureprereleaseJun 26, 2026

v9.0.0-beta.21

This release includes improvements to the getGroupingValue functionality in TanStack Table.

release_signals
+Improved getGroupingValue functionality (PR #6351)
view source on github->
v9.0.0-beta.20lowfeatureprereleaseJun 26, 2026

v9.0.0-beta.20

This beta release introduces initialization improvements for column instances and performs package upgrades.

release_signals
+Added initColumnInstanceData (#6349) for better column data initialization
view source on github->
v9.0.0-beta.19mediumfeatureprereleaseJun 25, 2026

v9.0.0-beta.19

This release focuses on improving performance and enhancing documentation. Key changes include optimizations to the row selection API and updates to the composable table guides.

affected

Developers using the row selection API may experience performance improvements.

action

Update to the latest beta version to benefit from performance enhancements.

release_signals
+Improved row selection API performance
view source on github->
v9.0.0-beta.18lowfeatureprereleaseJun 24, 2026

v9.0.0-beta.18

This release includes a fix for the expanding and paginated row model memo, updates pnpm to version 11.9.0, and updates documentation for feature setup sections.

affected

Developers using the expanding and paginated row model memo in TanStack Table are affected.

action

Update to v9.0.0-beta.18 to benefit from the latest fixes and improvements.

view source on github->
v9.0.0-beta.17lowfeatureprereleaseJun 20, 2026

v9.0.0-beta.17

This beta release includes SSR dictionary checks and TypeScript script generation modifications.

view source on github->
v9.0.0-beta.16lowfeatureprereleaseJun 18, 2026

v9.0.0-beta.16

This release primarily includes a fix for the post-build script to strip internal table references.

affected

Developers using the internal table references may be affected by the fix.

action

Review the changes related to internal table references if applicable.

view source on github->
v9.0.0-beta.15mediumfeatureprereleaseJun 17, 2026

v9.0.0-beta.15

This release fixes a bug in table-core where filterFn_between/betweenInclusive filter functions would not properly remove array filter values.

affected

Users relying on filterFn_between or filterFn_betweenInclusive functions with array values may be affected by the bug fix.

action

Update to this version if you're experiencing issues with filterFn_between or filterFn_betweenInclusive functions not removing array filter values as expected.

view source on github->
v9.0.0-beta.14mediumfeatureprereleaseJun 17, 2026

v9.0.0-beta.14

This beta release focuses on fixing table option merging to better preserve static properties.

affected

Users relying on table option merging behavior may be affected.

view source on github->
v9.0.0-beta.13mediumfeatureprereleaseJun 17, 2026

v9.0.0-beta.13

This beta release fixes an issue with AppTable remounting children on table state updates.

affected

Users experiencing unnecessary remounts of children components in AppTable during state updates are affected.

action

Update to this version if you are encountering AppTable remounting issues.

view source on github->
v9.0.0-beta.12mediumfeatureprereleaseJun 14, 2026

v9.0.0-beta.12

This release focuses on internal fixes and optimizations, particularly reducing instantiations in the table core and tests.

affected

Developers using TanStack Table may experience improved performance due to reduced instantiations.

view source on github->
v9.0.0-beta.11mediumfeatureprereleaseJun 12, 2026

v9.0.0-beta.11

This release focuses on TypeScript performance improvements, enhancing the development experience for users.

affected

Developers using TypeScript with TanStack Table may experience improved performance.

action

Update to the latest beta version to benefit from TypeScript performance enhancements.

view source on github->
v9.0.0-beta.10mediumfeatureprereleaseJun 12, 2026

v9.0.0-beta.10

This release focuses on refactoring the features option to include row models and functions, improving the flexibility and functionality of the table library.

affected

Developers using the features option in TanStack Table may need to update their code to accommodate the new row models and functions.

action

Review the updated features option documentation and update your code to include row models and functions as needed.

release_signals
+Refactor features option to include row models and functions
view source on github->
v9.0.0-beta.9mediumfeatureprereleaseJun 11, 2026

v9.0.0-beta.9

This beta release introduces per-table, table meta, and column meta features, enhancing customization and metadata handling.

affected

Developers using TanStack Table for advanced customization and metadata handling will benefit from these new features.

action

Update to the latest beta version to utilize the new meta features.

release_signals
+Added per-table, table meta, and column meta functionality (#6316)
view source on github->
v9.0.0-beta.8lowfeatureprereleaseJun 11, 2026

v9.0.0-beta.8

This release fixes a row selection method cloning bug and includes updates to beta documentation.

affected

Users experiencing issues with row selection method cloning are affected.

action

Update to this version to resolve the row selection cloning bug.

view source on github->
v9.0.0-beta.7mediumfeatureprereleaseJun 10, 2026

v9.0.0-beta.7

This release focuses on fixing alphanumeric sorting performance issues and improving documentation organization.

affected

Users relying on alphanumeric sorting may experience improved performance.

action

Update to this beta version to benefit from sorting fixes and improved documentation.

view source on github->
v9.0.0-beta.6lowfeatureprereleaseJun 8, 2026

v9.0.0-beta.6

This beta release primarily includes version fixes for table-core and updates across all associated packages.

affected

Developers using TanStack Table beta versions may need to update their dependencies.

action

Update to the latest beta version to ensure compatibility.

view source on github->
v9.0.0-beta.5highfeatureprereleaseJun 8, 2026

v9.0.0-beta.5

This release introduces support for custom plugins and simplifies TypeScript usage significantly.

affected

Developers using TanStack Table with TypeScript or needing custom plugins are affected.

action

Update to this beta version to leverage new plugin support and TypeScript improvements.

release_signals
+New custom plugins support
+Massive TypeScript simplifications
view source on github->