diff --git a/.changeset/fancy-times-jog.md b/.changeset/fancy-times-jog.md deleted file mode 100644 index add52e7044..0000000000 --- a/.changeset/fancy-times-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/angular-table': patch ---- - -improve flexRender instance reuse and reduce adapter allocations diff --git a/.changeset/skip-stale-worker-rows.md b/.changeset/skip-stale-worker-rows.md deleted file mode 100644 index fec359f3c3..0000000000 --- a/.changeset/skip-stale-worker-rows.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/table-core': patch ---- - -Skip missing core rows when rebuilding a worker row-model payload so stale worker results cannot crash the table diff --git a/_artifacts/domain_map.yaml b/_artifacts/domain_map.yaml index eed860926f..9e66a41eb5 100644 --- a/_artifacts/domain_map.yaml +++ b/_artifacts/domain_map.yaml @@ -1,6 +1,6 @@ library: name: '@tanstack/table' - version: '9.2.3' + version: '9.2.4' repository: 'https://github.com/TanStack/table' homepage: 'https://tanstack.com/table' description: 'Headless, framework-agnostic data-grid state and row-processing primitives with tree-shakeable v9 features and framework adapters.' diff --git a/_artifacts/skill_tree.yaml b/_artifacts/skill_tree.yaml index bf7a46a60e..21ca1143b9 100644 --- a/_artifacts/skill_tree.yaml +++ b/_artifacts/skill_tree.yaml @@ -1,6 +1,6 @@ library: name: '@tanstack/table' - version: '9.2.3' + version: '9.2.4' repository: 'https://github.com/TanStack/table' description: 'Headless data-grid state and row processing with tree-shakeable v9 features and framework adapters.' package_version_overrides: diff --git a/examples/alpine/aggregation/package.json b/examples/alpine/aggregation/package.json index 787e790911..6b2c03b8c4 100644 --- a/examples/alpine/aggregation/package.json +++ b/examples/alpine/aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/basic-app-table/package.json b/examples/alpine/basic-app-table/package.json index cb351260a7..74a667c206 100644 --- a/examples/alpine/basic-app-table/package.json +++ b/examples/alpine/basic-app-table/package.json @@ -12,7 +12,7 @@ "test:e2e": "PLAYWRIGHT_TEST_DIR=$PWD/tests/e2e playwright test --config ../../../playwright.config.ts" }, "dependencies": { - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/basic-create-table/package.json b/examples/alpine/basic-create-table/package.json index 2ec0250325..ed88029fd8 100644 --- a/examples/alpine/basic-create-table/package.json +++ b/examples/alpine/basic-create-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/basic-dynamic-columns/package.json b/examples/alpine/basic-dynamic-columns/package.json index 7910154c26..444bbe8eb1 100644 --- a/examples/alpine/basic-dynamic-columns/package.json +++ b/examples/alpine/basic-dynamic-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/basic-external-atoms/package.json b/examples/alpine/basic-external-atoms/package.json index 60f890c815..7b09645472 100644 --- a/examples/alpine/basic-external-atoms/package.json +++ b/examples/alpine/basic-external-atoms/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "@tanstack/store": "^0.11.1", "alpinejs": "^3.16.3" }, diff --git a/examples/alpine/basic-external-state/package.json b/examples/alpine/basic-external-state/package.json index 22f43db8ce..24a18cd4cd 100644 --- a/examples/alpine/basic-external-state/package.json +++ b/examples/alpine/basic-external-state/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/cell-selection/package.json b/examples/alpine/cell-selection/package.json index 02af35451d..98f4979a03 100644 --- a/examples/alpine/cell-selection/package.json +++ b/examples/alpine/cell-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "@tanstack/hotkeys": "^0.8.0", "alpinejs": "^3.16.3" }, diff --git a/examples/alpine/cell-spanning/package.json b/examples/alpine/cell-spanning/package.json index d087edce25..6ef0c5ff62 100644 --- a/examples/alpine/cell-spanning/package.json +++ b/examples/alpine/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-ordering/package.json b/examples/alpine/column-ordering/package.json index f8c1447bfe..d35ac27b81 100644 --- a/examples/alpine/column-ordering/package.json +++ b/examples/alpine/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-split/package.json b/examples/alpine/column-pinning-split/package.json index 9f2df28db9..db812f3411 100644 --- a/examples/alpine/column-pinning-split/package.json +++ b/examples/alpine/column-pinning-split/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-sticky/package.json b/examples/alpine/column-pinning-sticky/package.json index 7ccb81bde4..396d8086be 100644 --- a/examples/alpine/column-pinning-sticky/package.json +++ b/examples/alpine/column-pinning-sticky/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-pinning/package.json b/examples/alpine/column-pinning/package.json index f635ec8e59..9476348880 100644 --- a/examples/alpine/column-pinning/package.json +++ b/examples/alpine/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-resizing-performant/package.json b/examples/alpine/column-resizing-performant/package.json index f45d475a66..05bb436e9b 100644 --- a/examples/alpine/column-resizing-performant/package.json +++ b/examples/alpine/column-resizing-performant/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-resizing/package.json b/examples/alpine/column-resizing/package.json index 22813654bf..e5dfef9f29 100644 --- a/examples/alpine/column-resizing/package.json +++ b/examples/alpine/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-sizing/package.json b/examples/alpine/column-sizing/package.json index d687151458..631e5187c5 100644 --- a/examples/alpine/column-sizing/package.json +++ b/examples/alpine/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/column-visibility/package.json b/examples/alpine/column-visibility/package.json index 25296318db..2bd2b75b26 100644 --- a/examples/alpine/column-visibility/package.json +++ b/examples/alpine/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/custom-plugin/package.json b/examples/alpine/custom-plugin/package.json index 9b2d1a99d2..c609573d28 100644 --- a/examples/alpine/custom-plugin/package.json +++ b/examples/alpine/custom-plugin/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/expanding/package.json b/examples/alpine/expanding/package.json index 9d116e4b26..fa1c2e566c 100644 --- a/examples/alpine/expanding/package.json +++ b/examples/alpine/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted-bucketed/package.json b/examples/alpine/filters-faceted-bucketed/package.json index e3f8a50b83..fcb3cae801 100644 --- a/examples/alpine/filters-faceted-bucketed/package.json +++ b/examples/alpine/filters-faceted-bucketed/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted/package.json b/examples/alpine/filters-faceted/package.json index 7d2a869b88..c7bf6a4792 100644 --- a/examples/alpine/filters-faceted/package.json +++ b/examples/alpine/filters-faceted/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/filters/package.json b/examples/alpine/filters/package.json index ff2869c0fe..98e3fa2a4d 100644 --- a/examples/alpine/filters/package.json +++ b/examples/alpine/filters/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/grouped-aggregation/package.json b/examples/alpine/grouped-aggregation/package.json index 4b506704bd..2c4d2dc93c 100644 --- a/examples/alpine/grouped-aggregation/package.json +++ b/examples/alpine/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/grouping/package.json b/examples/alpine/grouping/package.json index 0be218159d..b1bbadfb7a 100644 --- a/examples/alpine/grouping/package.json +++ b/examples/alpine/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/header-groups/package.json b/examples/alpine/header-groups/package.json index 4627ef1c3b..7cc36c0934 100644 --- a/examples/alpine/header-groups/package.json +++ b/examples/alpine/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/pagination/package.json b/examples/alpine/pagination/package.json index 466bcd4c45..42164462c7 100644 --- a/examples/alpine/pagination/package.json +++ b/examples/alpine/pagination/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/realtime-trading/package.json b/examples/alpine/realtime-trading/package.json index 5097d3d6eb..403a1534c3 100644 --- a/examples/alpine/realtime-trading/package.json +++ b/examples/alpine/realtime-trading/package.json @@ -12,7 +12,7 @@ "test:e2e": "PLAYWRIGHT_TEST_DIR=$PWD/tests/e2e playwright test --config ../../../playwright.config.ts" }, "dependencies": { - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "@tanstack/store": "^0.11.1", "alpinejs": "^3.16.3" }, diff --git a/examples/alpine/row-pinning/package.json b/examples/alpine/row-pinning/package.json index d339cf5b63..77f67d24bc 100644 --- a/examples/alpine/row-pinning/package.json +++ b/examples/alpine/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/row-selection/package.json b/examples/alpine/row-selection/package.json index c36143512e..836ca79b8c 100644 --- a/examples/alpine/row-selection/package.json +++ b/examples/alpine/row-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/sorting-dynamic-data/package.json b/examples/alpine/sorting-dynamic-data/package.json index b7270bb1c5..2b63657cba 100644 --- a/examples/alpine/sorting-dynamic-data/package.json +++ b/examples/alpine/sorting-dynamic-data/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/sorting/package.json b/examples/alpine/sorting/package.json index 0293b0a348..024a949413 100644 --- a/examples/alpine/sorting/package.json +++ b/examples/alpine/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/alpine/sub-components/package.json b/examples/alpine/sub-components/package.json index 66334d494e..3a7e4b6d6b 100644 --- a/examples/alpine/sub-components/package.json +++ b/examples/alpine/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/alpine-table": "^9.2.3", + "@tanstack/alpine-table": "^9.2.4", "alpinejs": "^3.16.3" }, "devDependencies": { diff --git a/examples/angular/aggregation/package.json b/examples/angular/aggregation/package.json index 54a3a4be97..1975963a19 100644 --- a/examples/angular/aggregation/package.json +++ b/examples/angular/aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-app-table/package.json b/examples/angular/basic-app-table/package.json index 218890b733..0ced90bed3 100644 --- a/examples/angular/basic-app-table/package.json +++ b/examples/angular/basic-app-table/package.json @@ -20,8 +20,8 @@ "@angular/platform-browser": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-dynamic-columns/package.json b/examples/angular/basic-dynamic-columns/package.json index 0e9103ff36..216573c261 100644 --- a/examples/angular/basic-dynamic-columns/package.json +++ b/examples/angular/basic-dynamic-columns/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-atoms/package.json b/examples/angular/basic-external-atoms/package.json index 022d969bf5..6aade43a27 100644 --- a/examples/angular/basic-external-atoms/package.json +++ b/examples/angular/basic-external-atoms/package.json @@ -21,8 +21,8 @@ "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", "@tanstack/angular-store": "^0.11.1", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-state/package.json b/examples/angular/basic-external-state/package.json index cd69883ebd..cbb8477177 100644 --- a/examples/angular/basic-external-state/package.json +++ b/examples/angular/basic-external-state/package.json @@ -21,8 +21,8 @@ "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", "@tanstack/angular-store": "^0.11.1", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-inject-table/package.json b/examples/angular/basic-inject-table/package.json index c05f181f78..e6d95e92c3 100644 --- a/examples/angular/basic-inject-table/package.json +++ b/examples/angular/basic-inject-table/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/cell-selection/package.json b/examples/angular/cell-selection/package.json index 06b3aa2cc7..b244e84b5f 100644 --- a/examples/angular/cell-selection/package.json +++ b/examples/angular/cell-selection/package.json @@ -23,8 +23,8 @@ "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", "@tanstack/angular-hotkeys": "^0.10.0", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/cell-spanning/package.json b/examples/angular/cell-spanning/package.json index 70023c5583..2c8fdd86dd 100644 --- a/examples/angular/cell-spanning/package.json +++ b/examples/angular/cell-spanning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-ordering/package.json b/examples/angular/column-ordering/package.json index cc50e9cd34..10fb1198ac 100644 --- a/examples/angular/column-ordering/package.json +++ b/examples/angular/column-ordering/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-pinning-split/package.json b/examples/angular/column-pinning-split/package.json index 84a89b4f59..863e8e62ca 100644 --- a/examples/angular/column-pinning-split/package.json +++ b/examples/angular/column-pinning-split/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-pinning-sticky/package.json b/examples/angular/column-pinning-sticky/package.json index 952bf2e1f7..eab62ea598 100644 --- a/examples/angular/column-pinning-sticky/package.json +++ b/examples/angular/column-pinning-sticky/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-pinning/package.json b/examples/angular/column-pinning/package.json index 09eae74fcb..9ca209a664 100644 --- a/examples/angular/column-pinning/package.json +++ b/examples/angular/column-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-resizing-performant/package.json b/examples/angular/column-resizing-performant/package.json index 97b11bc96d..206db18cbb 100644 --- a/examples/angular/column-resizing-performant/package.json +++ b/examples/angular/column-resizing-performant/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-resizing/package.json b/examples/angular/column-resizing/package.json index 830d158214..8ab98bce33 100644 --- a/examples/angular/column-resizing/package.json +++ b/examples/angular/column-resizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-sizing/package.json b/examples/angular/column-sizing/package.json index 2cc903b946..f34795f3df 100644 --- a/examples/angular/column-sizing/package.json +++ b/examples/angular/column-sizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/column-visibility/package.json b/examples/angular/column-visibility/package.json index 7205fc5fe9..42c70e3971 100644 --- a/examples/angular/column-visibility/package.json +++ b/examples/angular/column-visibility/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/composable-tables/package.json b/examples/angular/composable-tables/package.json index 32f9b348fb..121fe25253 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/custom-plugin/package.json b/examples/angular/custom-plugin/package.json index 65ca7c140b..b108352341 100644 --- a/examples/angular/custom-plugin/package.json +++ b/examples/angular/custom-plugin/package.json @@ -19,7 +19,7 @@ "@angular/forms": "^22.1.1", "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/editable/package.json b/examples/angular/editable/package.json index 858ddee4bd..0200ee4fe2 100644 --- a/examples/angular/editable/package.json +++ b/examples/angular/editable/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/expanding/package.json b/examples/angular/expanding/package.json index 663433e284..eaaec050f4 100644 --- a/examples/angular/expanding/package.json +++ b/examples/angular/expanding/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/filters-faceted-bucketed/package.json b/examples/angular/filters-faceted-bucketed/package.json index 1a7e1101b7..7aecda84f5 100644 --- a/examples/angular/filters-faceted-bucketed/package.json +++ b/examples/angular/filters-faceted-bucketed/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/filters-faceted/package.json b/examples/angular/filters-faceted/package.json index a01d7ea1ef..df486b118a 100644 --- a/examples/angular/filters-faceted/package.json +++ b/examples/angular/filters-faceted/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/filters-fuzzy/package.json b/examples/angular/filters-fuzzy/package.json index 7ba7c78acd..bc0e9b20d0 100644 --- a/examples/angular/filters-fuzzy/package.json +++ b/examples/angular/filters-fuzzy/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/filters/package.json b/examples/angular/filters/package.json index 2778218da1..7d803f1ee6 100644 --- a/examples/angular/filters/package.json +++ b/examples/angular/filters/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/grouped-aggregation/package.json b/examples/angular/grouped-aggregation/package.json index 80cf11a5f6..f44625300c 100644 --- a/examples/angular/grouped-aggregation/package.json +++ b/examples/angular/grouped-aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/grouping/package.json b/examples/angular/grouping/package.json index 43fa1278a8..6c935a8ffb 100644 --- a/examples/angular/grouping/package.json +++ b/examples/angular/grouping/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/header-groups/package.json b/examples/angular/header-groups/package.json index 3d79e65afd..a2acca20d0 100644 --- a/examples/angular/header-groups/package.json +++ b/examples/angular/header-groups/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/kitchen-sink/package.json b/examples/angular/kitchen-sink/package.json index f0588c7e2a..5a163e34a4 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index fd45fa0ec1..08dd45e5bd 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/realtime-trading/package.json b/examples/angular/realtime-trading/package.json index 9780bca98f..a589f45674 100644 --- a/examples/angular/realtime-trading/package.json +++ b/examples/angular/realtime-trading/package.json @@ -17,7 +17,7 @@ "@angular/compiler": "^22.1.1", "@angular/core": "^22.1.1", "@angular/platform-browser": "^22.1.1", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "@tanstack/angular-virtual": "^6.0.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/remote-data/package.json b/examples/angular/remote-data/package.json index 82bd7a6bb4..a51ccfd4c3 100644 --- a/examples/angular/remote-data/package.json +++ b/examples/angular/remote-data/package.json @@ -25,7 +25,7 @@ "@angular/platform-server": "^22.1.1", "@angular/router": "^22.1.1", "@angular/ssr": "^22.1.6", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "express": "^5.2.1", "rxjs": "~7.8.2" }, diff --git a/examples/angular/row-dnd/package.json b/examples/angular/row-dnd/package.json index 6a8865b66e..18d730e90f 100644 --- a/examples/angular/row-dnd/package.json +++ b/examples/angular/row-dnd/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/row-pinning/package.json b/examples/angular/row-pinning/package.json index 76033534f7..09c224b7b1 100644 --- a/examples/angular/row-pinning/package.json +++ b/examples/angular/row-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/row-selection-signal/package.json b/examples/angular/row-selection-signal/package.json index a640e6b630..43de9e34cf 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser-dynamic": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/row-selection/package.json b/examples/angular/row-selection/package.json index a25072ccf3..afbfff4c17 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -22,8 +22,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/signal-input/package.json b/examples/angular/signal-input/package.json index 027f41c349..708799232a 100644 --- a/examples/angular/signal-input/package.json +++ b/examples/angular/signal-input/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/sorting/package.json b/examples/angular/sorting/package.json index b93ce971c0..2d0020d2cf 100644 --- a/examples/angular/sorting/package.json +++ b/examples/angular/sorting/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/sub-components/package.json b/examples/angular/sub-components/package.json index a5d526b463..1ee82aa5a6 100644 --- a/examples/angular/sub-components/package.json +++ b/examples/angular/sub-components/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/virtualized-columns/package.json b/examples/angular/virtualized-columns/package.json index cdf4b4d151..74c2bd344c 100644 --- a/examples/angular/virtualized-columns/package.json +++ b/examples/angular/virtualized-columns/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "@tanstack/angular-virtual": "^6.0.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/virtualized-infinite-scrolling/package.json b/examples/angular/virtualized-infinite-scrolling/package.json index 8dce8a25da..7a2cdad30e 100644 --- a/examples/angular/virtualized-infinite-scrolling/package.json +++ b/examples/angular/virtualized-infinite-scrolling/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "@tanstack/angular-virtual": "^6.0.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/virtualized-rows/package.json b/examples/angular/virtualized-rows/package.json index 5a3a2f1b9d..e29f403edb 100644 --- a/examples/angular/virtualized-rows/package.json +++ b/examples/angular/virtualized-rows/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.6.0", - "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", "@tanstack/angular-virtual": "^6.0.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/with-tanstack-form/package.json b/examples/angular/with-tanstack-form/package.json index 9b477276eb..bb2e1eaade 100644 --- a/examples/angular/with-tanstack-form/package.json +++ b/examples/angular/with-tanstack-form/package.json @@ -22,8 +22,8 @@ "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", "@tanstack/angular-form": "^1.33.5", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zod": "^4.4.3" diff --git a/examples/angular/with-tanstack-query/package.json b/examples/angular/with-tanstack-query/package.json index 36829ef242..c757c19e7d 100644 --- a/examples/angular/with-tanstack-query/package.json +++ b/examples/angular/with-tanstack-query/package.json @@ -22,8 +22,8 @@ "@faker-js/faker": "^10.6.0", "@tanstack/angular-devtools": "^0.0.11", "@tanstack/angular-query-experimental": "^5.101.4", - "@tanstack/angular-table": "^9.2.3", - "@tanstack/angular-table-devtools": "^9.2.3", + "@tanstack/angular-table": "^9.2.4", + "@tanstack/angular-table-devtools": "^9.2.4", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/ember/aggregation/package.json b/examples/ember/aggregation/package.json index e14f7631cf..afa13775a6 100644 --- a/examples/ember/aggregation/package.json +++ b/examples/ember/aggregation/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-app-table/package.json b/examples/ember/basic-app-table/package.json index fcac83ca8e..9d4490a016 100644 --- a/examples/ember/basic-app-table/package.json +++ b/examples/ember/basic-app-table/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.6", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-external-atoms/package.json b/examples/ember/basic-external-atoms/package.json index 551c0aa7a4..a01ef68446 100644 --- a/examples/ember/basic-external-atoms/package.json +++ b/examples/ember/basic-external-atoms/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-external-state/package.json b/examples/ember/basic-external-state/package.json index d534843232..14d53964c8 100644 --- a/examples/ember/basic-external-state/package.json +++ b/examples/ember/basic-external-state/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-table/package.json b/examples/ember/basic-table/package.json index f212436ce4..557eff0fc4 100644 --- a/examples/ember/basic-table/package.json +++ b/examples/ember/basic-table/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.6", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/cell-selection/package.json b/examples/ember/cell-selection/package.json index 09d8d23851..92d4a2d121 100644 --- a/examples/ember/cell-selection/package.json +++ b/examples/ember/cell-selection/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "@tanstack/hotkeys": "^0.8.0", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/cell-spanning/package.json b/examples/ember/cell-spanning/package.json index 7b9443311c..0e7dbbb77d 100644 --- a/examples/ember/cell-spanning/package.json +++ b/examples/ember/cell-spanning/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-ordering/package.json b/examples/ember/column-ordering/package.json index bf1064b8f2..2012ce6735 100644 --- a/examples/ember/column-ordering/package.json +++ b/examples/ember/column-ordering/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning-split/package.json b/examples/ember/column-pinning-split/package.json index 64ac649a64..7d0134ef42 100644 --- a/examples/ember/column-pinning-split/package.json +++ b/examples/ember/column-pinning-split/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning-sticky/package.json b/examples/ember/column-pinning-sticky/package.json index c289931e77..0dfa476f56 100644 --- a/examples/ember/column-pinning-sticky/package.json +++ b/examples/ember/column-pinning-sticky/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning/package.json b/examples/ember/column-pinning/package.json index 6fa5da9d65..d92bed042b 100644 --- a/examples/ember/column-pinning/package.json +++ b/examples/ember/column-pinning/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-resizing-performant/package.json b/examples/ember/column-resizing-performant/package.json index 716b3747f5..bf0109fd20 100644 --- a/examples/ember/column-resizing-performant/package.json +++ b/examples/ember/column-resizing-performant/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-resizing/package.json b/examples/ember/column-resizing/package.json index fb9309f70e..90826f7f4e 100644 --- a/examples/ember/column-resizing/package.json +++ b/examples/ember/column-resizing/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-sizing/package.json b/examples/ember/column-sizing/package.json index 7d432c4b66..c905b74373 100644 --- a/examples/ember/column-sizing/package.json +++ b/examples/ember/column-sizing/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-visibility/package.json b/examples/ember/column-visibility/package.json index 6ebc8e2536..4e651b7a40 100644 --- a/examples/ember/column-visibility/package.json +++ b/examples/ember/column-visibility/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/custom-plugin/package.json b/examples/ember/custom-plugin/package.json index e51e8c6b2a..66e35a9765 100644 --- a/examples/ember/custom-plugin/package.json +++ b/examples/ember/custom-plugin/package.json @@ -27,8 +27,8 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", - "@tanstack/table-core": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", + "@tanstack/table-core": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/editable/package.json b/examples/ember/editable/package.json index 6c39b8ca5a..df7a8fd854 100644 --- a/examples/ember/editable/package.json +++ b/examples/ember/editable/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/expanding/package.json b/examples/ember/expanding/package.json index 298c7f47ad..c3b698acf7 100644 --- a/examples/ember/expanding/package.json +++ b/examples/ember/expanding/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-faceted-bucketed/package.json b/examples/ember/filters-faceted-bucketed/package.json index b0f8668e26..24450d1751 100644 --- a/examples/ember/filters-faceted-bucketed/package.json +++ b/examples/ember/filters-faceted-bucketed/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-faceted/package.json b/examples/ember/filters-faceted/package.json index 486bee1dc5..458432b8d1 100644 --- a/examples/ember/filters-faceted/package.json +++ b/examples/ember/filters-faceted/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-fuzzy/package.json b/examples/ember/filters-fuzzy/package.json index 52d37829dc..11c5b8d462 100644 --- a/examples/ember/filters-fuzzy/package.json +++ b/examples/ember/filters-fuzzy/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/filters/package.json b/examples/ember/filters/package.json index 4347c35132..a088485576 100644 --- a/examples/ember/filters/package.json +++ b/examples/ember/filters/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/grouped-aggregation/package.json b/examples/ember/grouped-aggregation/package.json index a7cf41961c..96eed748d9 100644 --- a/examples/ember/grouped-aggregation/package.json +++ b/examples/ember/grouped-aggregation/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/grouping/package.json b/examples/ember/grouping/package.json index 4a6fb46ec1..dd7fb294c1 100644 --- a/examples/ember/grouping/package.json +++ b/examples/ember/grouping/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/header-groups/package.json b/examples/ember/header-groups/package.json index 66b9898dbc..9b1e8c9a28 100644 --- a/examples/ember/header-groups/package.json +++ b/examples/ember/header-groups/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/kitchen-sink/package.json b/examples/ember/kitchen-sink/package.json index 003eaea10f..be57c90233 100644 --- a/examples/ember/kitchen-sink/package.json +++ b/examples/ember/kitchen-sink/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/pagination/package.json b/examples/ember/pagination/package.json index 1304e2538f..890280516f 100644 --- a/examples/ember/pagination/package.json +++ b/examples/ember/pagination/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/realtime-trading/package.json b/examples/ember/realtime-trading/package.json index 1c6e77daad..cbfee7f57f 100644 --- a/examples/ember/realtime-trading/package.json +++ b/examples/ember/realtime-trading/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.6", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "@tanstack/store": "^0.11.1", "decorator-transforms": "2.4.0", "ember-modifier": "^4.3.0", diff --git a/examples/ember/remote-data/package.json b/examples/ember/remote-data/package.json index 712eeb4046..0dd60197c3 100644 --- a/examples/ember/remote-data/package.json +++ b/examples/ember/remote-data/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-dnd/package.json b/examples/ember/row-dnd/package.json index e5efc2daed..13a68ded12 100644 --- a/examples/ember/row-dnd/package.json +++ b/examples/ember/row-dnd/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-pinning/package.json b/examples/ember/row-pinning/package.json index a3a06ae7a8..995be9f575 100644 --- a/examples/ember/row-pinning/package.json +++ b/examples/ember/row-pinning/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-selection/package.json b/examples/ember/row-selection/package.json index a1ea137631..57735fcd96 100644 --- a/examples/ember/row-selection/package.json +++ b/examples/ember/row-selection/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/sorting/package.json b/examples/ember/sorting/package.json index 3d8a2f8618..bd5fd0c305 100644 --- a/examples/ember/sorting/package.json +++ b/examples/ember/sorting/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/sub-components/package.json b/examples/ember/sub-components/package.json index f9c38f333d..488d63ba07 100644 --- a/examples/ember/sub-components/package.json +++ b/examples/ember/sub-components/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.6.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.2.3", + "@tanstack/ember-table": "^9.2.4", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/lit/aggregation/package.json b/examples/lit/aggregation/package.json index ff2155292e..464935c596 100644 --- a/examples/lit/aggregation/package.json +++ b/examples/lit/aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-app-table/package.json b/examples/lit/basic-app-table/package.json index 4aea724431..5b1f434be2 100644 --- a/examples/lit/basic-app-table/package.json +++ b/examples/lit/basic-app-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-dynamic-columns/package.json b/examples/lit/basic-dynamic-columns/package.json index f8306d4d8b..f39cb82cf8 100644 --- a/examples/lit/basic-dynamic-columns/package.json +++ b/examples/lit/basic-dynamic-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-external-atoms/package.json b/examples/lit/basic-external-atoms/package.json index cf705119dc..c1cdfe21ab 100644 --- a/examples/lit/basic-external-atoms/package.json +++ b/examples/lit/basic-external-atoms/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/store": "^0.11.1", "lit": "^3.3.3" }, diff --git a/examples/lit/basic-external-state/package.json b/examples/lit/basic-external-state/package.json index 5d33d030d2..6eef6f7347 100644 --- a/examples/lit/basic-external-state/package.json +++ b/examples/lit/basic-external-state/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-subscribe/package.json b/examples/lit/basic-subscribe/package.json index 2cad717e5c..5c7664577f 100644 --- a/examples/lit/basic-subscribe/package.json +++ b/examples/lit/basic-subscribe/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/lit-store": "^0.14.1", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-table-controller/package.json b/examples/lit/basic-table-controller/package.json index 938ed28852..72539a0413 100644 --- a/examples/lit/basic-table-controller/package.json +++ b/examples/lit/basic-table-controller/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-selection/package.json b/examples/lit/cell-selection/package.json index f592a5e355..ff8f57831a 100644 --- a/examples/lit/cell-selection/package.json +++ b/examples/lit/cell-selection/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/lit-hotkeys": "^0.11.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-spanning/package.json b/examples/lit/cell-spanning/package.json index 6c8e54f95d..e2ba3440a9 100644 --- a/examples/lit/cell-spanning/package.json +++ b/examples/lit/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-ordering/package.json b/examples/lit/column-ordering/package.json index d45e5c0fcd..f943c3d07b 100644 --- a/examples/lit/column-ordering/package.json +++ b/examples/lit/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-split/package.json b/examples/lit/column-pinning-split/package.json index 3342d67063..e504ed28ca 100644 --- a/examples/lit/column-pinning-split/package.json +++ b/examples/lit/column-pinning-split/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-sticky/package.json b/examples/lit/column-pinning-sticky/package.json index d5568051ea..779a641636 100644 --- a/examples/lit/column-pinning-sticky/package.json +++ b/examples/lit/column-pinning-sticky/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning/package.json b/examples/lit/column-pinning/package.json index 7aa62c5698..e4d8fce4bc 100644 --- a/examples/lit/column-pinning/package.json +++ b/examples/lit/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing-performant/package.json b/examples/lit/column-resizing-performant/package.json index 26ec2efef7..9bc70a04af 100644 --- a/examples/lit/column-resizing-performant/package.json +++ b/examples/lit/column-resizing-performant/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing/package.json b/examples/lit/column-resizing/package.json index 860fa3d447..7aecc91885 100644 --- a/examples/lit/column-resizing/package.json +++ b/examples/lit/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-sizing/package.json b/examples/lit/column-sizing/package.json index 196bff843a..814ceab2fb 100644 --- a/examples/lit/column-sizing/package.json +++ b/examples/lit/column-sizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-visibility/package.json b/examples/lit/column-visibility/package.json index d428274211..dcd80325bd 100644 --- a/examples/lit/column-visibility/package.json +++ b/examples/lit/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/composable-tables/package.json b/examples/lit/composable-tables/package.json index babc24b54a..91992fee6f 100644 --- a/examples/lit/composable-tables/package.json +++ b/examples/lit/composable-tables/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/expanding/package.json b/examples/lit/expanding/package.json index 914f7730ba..30895bf970 100644 --- a/examples/lit/expanding/package.json +++ b/examples/lit/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted-bucketed/package.json b/examples/lit/filters-faceted-bucketed/package.json index c5d178c8f7..c1b8444b13 100644 --- a/examples/lit/filters-faceted-bucketed/package.json +++ b/examples/lit/filters-faceted-bucketed/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted/package.json b/examples/lit/filters-faceted/package.json index 4d7aee9c19..cb262725ac 100644 --- a/examples/lit/filters-faceted/package.json +++ b/examples/lit/filters-faceted/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-fuzzy/package.json b/examples/lit/filters-fuzzy/package.json index 87aecd7474..fcbce6bd0e 100644 --- a/examples/lit/filters-fuzzy/package.json +++ b/examples/lit/filters-fuzzy/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "lit": "^3.3.3" }, diff --git a/examples/lit/filters/package.json b/examples/lit/filters/package.json index b94c00e02c..b8aec3e1ef 100644 --- a/examples/lit/filters/package.json +++ b/examples/lit/filters/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouped-aggregation/package.json b/examples/lit/grouped-aggregation/package.json index 5f51ef5ecc..ae953bf9ed 100644 --- a/examples/lit/grouped-aggregation/package.json +++ b/examples/lit/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouping/package.json b/examples/lit/grouping/package.json index dec9a40eba..2eb2f50c6a 100644 --- a/examples/lit/grouping/package.json +++ b/examples/lit/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/header-groups/package.json b/examples/lit/header-groups/package.json index 3e11527e83..95a2fc118f 100644 --- a/examples/lit/header-groups/package.json +++ b/examples/lit/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/kitchen-sink/package.json b/examples/lit/kitchen-sink/package.json index 33285afe23..869a9e9660 100644 --- a/examples/lit/kitchen-sink/package.json +++ b/examples/lit/kitchen-sink/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/match-sorter-utils": "^9.1.2", "lit": "^3.3.3" }, diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index 0176b9bbf1..7f9bd49245 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/realtime-trading/package.json b/examples/lit/realtime-trading/package.json index 95de486b7a..d2372f3179 100644 --- a/examples/lit/realtime-trading/package.json +++ b/examples/lit/realtime-trading/package.json @@ -12,7 +12,7 @@ "test:e2e": "PLAYWRIGHT_TEST_DIR=$PWD/tests/e2e playwright test --config ../../../playwright.config.ts" }, "dependencies": { - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/lit-virtual": "^3.13.37", "@tanstack/store": "^0.11.1", "lit": "^3.3.3" diff --git a/examples/lit/row-pinning/package.json b/examples/lit/row-pinning/package.json index 5ef3d99ae6..a6346e6276 100644 --- a/examples/lit/row-pinning/package.json +++ b/examples/lit/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-selection/package.json b/examples/lit/row-selection/package.json index f26fab6b75..68365373f6 100644 --- a/examples/lit/row-selection/package.json +++ b/examples/lit/row-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting-dynamic-data/package.json b/examples/lit/sorting-dynamic-data/package.json index 093baf6c3e..c7f7ce5785 100644 --- a/examples/lit/sorting-dynamic-data/package.json +++ b/examples/lit/sorting-dynamic-data/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting/package.json b/examples/lit/sorting/package.json index 9197969cde..ddca08e3db 100644 --- a/examples/lit/sorting/package.json +++ b/examples/lit/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sub-components/package.json b/examples/lit/sub-components/package.json index 651891986a..1ee2df2872 100644 --- a/examples/lit/sub-components/package.json +++ b/examples/lit/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/virtualized-columns/package.json b/examples/lit/virtualized-columns/package.json index 5bf39187f8..359386782d 100644 --- a/examples/lit/virtualized-columns/package.json +++ b/examples/lit/virtualized-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/lit-virtual": "^3.13.37", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-infinite-scrolling/package.json b/examples/lit/virtualized-infinite-scrolling/package.json index a0e8d925f4..60c8b66df0 100644 --- a/examples/lit/virtualized-infinite-scrolling/package.json +++ b/examples/lit/virtualized-infinite-scrolling/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/lit-virtual": "^3.13.37", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-rows/package.json b/examples/lit/virtualized-rows/package.json index c9641cb57a..c4a10a754c 100644 --- a/examples/lit/virtualized-rows/package.json +++ b/examples/lit/virtualized-rows/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/lit-table": "^9.2.3", + "@tanstack/lit-table": "^9.2.4", "@tanstack/lit-virtual": "^3.13.37", "lit": "^3.3.3" }, diff --git a/examples/octane/aggregation/package.json b/examples/octane/aggregation/package.json index c38ed30437..367f1a83ae 100644 --- a/examples/octane/aggregation/package.json +++ b/examples/octane/aggregation/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-dynamic-columns/package.json b/examples/octane/basic-dynamic-columns/package.json index 3fef403201..8cdad976ed 100644 --- a/examples/octane/basic-dynamic-columns/package.json +++ b/examples/octane/basic-dynamic-columns/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-external-atoms/package.json b/examples/octane/basic-external-atoms/package.json index c320eda308..ad5948025d 100644 --- a/examples/octane/basic-external-atoms/package.json +++ b/examples/octane/basic-external-atoms/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-external-state/package.json b/examples/octane/basic-external-state/package.json index ea813a8f37..fa65e59dcb 100644 --- a/examples/octane/basic-external-state/package.json +++ b/examples/octane/basic-external-state/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-subscribe/package.json b/examples/octane/basic-subscribe/package.json index 29733812f1..8f95e08d13 100644 --- a/examples/octane/basic-subscribe/package.json +++ b/examples/octane/basic-subscribe/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-use-app-table/package.json b/examples/octane/basic-use-app-table/package.json index 897abf6779..9200a485dc 100644 --- a/examples/octane/basic-use-app-table/package.json +++ b/examples/octane/basic-use-app-table/package.json @@ -11,7 +11,7 @@ "test:types": "tsrx-tsc --noEmit" }, "dependencies": { - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-use-table/package.json b/examples/octane/basic-use-table/package.json index 48f03cc0ae..34d059a305 100644 --- a/examples/octane/basic-use-table/package.json +++ b/examples/octane/basic-use-table/package.json @@ -11,7 +11,7 @@ "test:types": "tsrx-tsc --noEmit" }, "dependencies": { - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/cell-spanning/package.json b/examples/octane/cell-spanning/package.json index 5948739ec9..9bb040662e 100644 --- a/examples/octane/cell-spanning/package.json +++ b/examples/octane/cell-spanning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-ordering/package.json b/examples/octane/column-ordering/package.json index e9e4c21b2c..7a5539b15b 100644 --- a/examples/octane/column-ordering/package.json +++ b/examples/octane/column-ordering/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning-split/package.json b/examples/octane/column-pinning-split/package.json index 249bf53d8e..9b833a19ed 100644 --- a/examples/octane/column-pinning-split/package.json +++ b/examples/octane/column-pinning-split/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning-sticky/package.json b/examples/octane/column-pinning-sticky/package.json index e6186f1c18..15ec8225d4 100644 --- a/examples/octane/column-pinning-sticky/package.json +++ b/examples/octane/column-pinning-sticky/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning/package.json b/examples/octane/column-pinning/package.json index 2de57cec79..d8a4abc17d 100644 --- a/examples/octane/column-pinning/package.json +++ b/examples/octane/column-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-resizing-performant/package.json b/examples/octane/column-resizing-performant/package.json index 75a0a4f75c..cc7520d8a3 100644 --- a/examples/octane/column-resizing-performant/package.json +++ b/examples/octane/column-resizing-performant/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-resizing/package.json b/examples/octane/column-resizing/package.json index 0124498b25..2679d9e3e1 100644 --- a/examples/octane/column-resizing/package.json +++ b/examples/octane/column-resizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-sizing/package.json b/examples/octane/column-sizing/package.json index d6c91f125a..7dc7e23c83 100644 --- a/examples/octane/column-sizing/package.json +++ b/examples/octane/column-sizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-visibility/package.json b/examples/octane/column-visibility/package.json index 8f3556c898..201cb350b5 100644 --- a/examples/octane/column-visibility/package.json +++ b/examples/octane/column-visibility/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/composable-tables/package.json b/examples/octane/composable-tables/package.json index 4544973206..3fd92d128e 100644 --- a/examples/octane/composable-tables/package.json +++ b/examples/octane/composable-tables/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/custom-plugin/package.json b/examples/octane/custom-plugin/package.json index 7f4cb38682..e0dcee11f6 100644 --- a/examples/octane/custom-plugin/package.json +++ b/examples/octane/custom-plugin/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/expanding/package.json b/examples/octane/expanding/package.json index 93dae76e9d..14a15d879a 100644 --- a/examples/octane/expanding/package.json +++ b/examples/octane/expanding/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-faceted-bucketed/package.json b/examples/octane/filters-faceted-bucketed/package.json index 9eb7c19afe..76b09f23b6 100644 --- a/examples/octane/filters-faceted-bucketed/package.json +++ b/examples/octane/filters-faceted-bucketed/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-faceted/package.json b/examples/octane/filters-faceted/package.json index b7bec82afb..dc05070e9f 100644 --- a/examples/octane/filters-faceted/package.json +++ b/examples/octane/filters-faceted/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-fuzzy/package.json b/examples/octane/filters-fuzzy/package.json index e36068d338..a64baea11c 100644 --- a/examples/octane/filters-fuzzy/package.json +++ b/examples/octane/filters-fuzzy/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters/package.json b/examples/octane/filters/package.json index 31c961a9b2..3b5be9fd84 100644 --- a/examples/octane/filters/package.json +++ b/examples/octane/filters/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/grouped-aggregation/package.json b/examples/octane/grouped-aggregation/package.json index 160e48b29e..6b01d98566 100644 --- a/examples/octane/grouped-aggregation/package.json +++ b/examples/octane/grouped-aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/grouping/package.json b/examples/octane/grouping/package.json index d6f008d6ed..3001df34ed 100644 --- a/examples/octane/grouping/package.json +++ b/examples/octane/grouping/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/header-groups/package.json b/examples/octane/header-groups/package.json index 424b7d9218..8ac618630f 100644 --- a/examples/octane/header-groups/package.json +++ b/examples/octane/header-groups/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/kitchen-sink/package.json b/examples/octane/kitchen-sink/package.json index b2a25bdc53..0a0b0bdfc8 100644 --- a/examples/octane/kitchen-sink/package.json +++ b/examples/octane/kitchen-sink/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/pagination/package.json b/examples/octane/pagination/package.json index f226947d17..06735e85ea 100644 --- a/examples/octane/pagination/package.json +++ b/examples/octane/pagination/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/realtime-trading/package.json b/examples/octane/realtime-trading/package.json index 799c0afaae..0b1350c04e 100644 --- a/examples/octane/realtime-trading/package.json +++ b/examples/octane/realtime-trading/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/row-pinning/package.json b/examples/octane/row-pinning/package.json index 3e87abf48b..9ac1ce1b10 100644 --- a/examples/octane/row-pinning/package.json +++ b/examples/octane/row-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/row-selection/package.json b/examples/octane/row-selection/package.json index 9b7d209122..5ad8954959 100644 --- a/examples/octane/row-selection/package.json +++ b/examples/octane/row-selection/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/octane-store": "^0.12.2", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/sorting/package.json b/examples/octane/sorting/package.json index 805697cba3..8a04181c13 100644 --- a/examples/octane/sorting/package.json +++ b/examples/octane/sorting/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/sub-components/package.json b/examples/octane/sub-components/package.json index f473b52ec0..9dce7f0453 100644 --- a/examples/octane/sub-components/package.json +++ b/examples/octane/sub-components/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/octane-table": "^9.2.3", + "@tanstack/octane-table": "^9.2.4", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/preact/aggregation/package.json b/examples/preact/aggregation/package.json index 29ff0e8e59..403435bcdd 100644 --- a/examples/preact/aggregation/package.json +++ b/examples/preact/aggregation/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-dynamic-columns/package.json b/examples/preact/basic-dynamic-columns/package.json index 2274aa6566..5916bb0c17 100644 --- a/examples/preact/basic-dynamic-columns/package.json +++ b/examples/preact/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index 24b6c3eaf0..bd206ed925 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index e84ee89f27..bb3f015771 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 4bb5c010d5..98bfaa3e5a 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index 332c9a9ffd..3d4afed2a1 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.12", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index 2a1ce89ebc..ea9ad997fb 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.12", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/cell-selection/package.json b/examples/preact/cell-selection/package.json index 222d3e0d60..9d9a393292 100644 --- a/examples/preact/cell-selection/package.json +++ b/examples/preact/cell-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-hotkeys": "^0.10.0", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/cell-spanning/package.json b/examples/preact/cell-spanning/package.json index 2cab8f4528..b2adc068ab 100644 --- a/examples/preact/cell-spanning/package.json +++ b/examples/preact/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-ordering/package.json b/examples/preact/column-ordering/package.json index 87ec52b905..05e8eb055a 100644 --- a/examples/preact/column-ordering/package.json +++ b/examples/preact/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning-split/package.json b/examples/preact/column-pinning-split/package.json index 4085a9193f..f0e6886ff5 100644 --- a/examples/preact/column-pinning-split/package.json +++ b/examples/preact/column-pinning-split/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning-sticky/package.json b/examples/preact/column-pinning-sticky/package.json index 813a6de8ad..ca9cfbbc0e 100644 --- a/examples/preact/column-pinning-sticky/package.json +++ b/examples/preact/column-pinning-sticky/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning/package.json b/examples/preact/column-pinning/package.json index 989290a5f7..f646638cbb 100644 --- a/examples/preact/column-pinning/package.json +++ b/examples/preact/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-resizing-performant/package.json b/examples/preact/column-resizing-performant/package.json index cded6d43b3..0ce7914822 100644 --- a/examples/preact/column-resizing-performant/package.json +++ b/examples/preact/column-resizing-performant/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-resizing/package.json b/examples/preact/column-resizing/package.json index 3e7034e981..fb27c5a10a 100644 --- a/examples/preact/column-resizing/package.json +++ b/examples/preact/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-sizing/package.json b/examples/preact/column-sizing/package.json index 28ef88e6bf..63781f54b7 100644 --- a/examples/preact/column-sizing/package.json +++ b/examples/preact/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-visibility/package.json b/examples/preact/column-visibility/package.json index d5349fdb7f..941d5967cf 100644 --- a/examples/preact/column-visibility/package.json +++ b/examples/preact/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index 1a39ad285c..5c0afe7a0c 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/custom-plugin/package.json b/examples/preact/custom-plugin/package.json index 90f0c6e3f9..eb9c1de4b1 100644 --- a/examples/preact/custom-plugin/package.json +++ b/examples/preact/custom-plugin/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/expanding/package.json b/examples/preact/expanding/package.json index 388cdede67..5b4dde0435 100644 --- a/examples/preact/expanding/package.json +++ b/examples/preact/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-faceted-bucketed/package.json b/examples/preact/filters-faceted-bucketed/package.json index b0bb355152..a2ff85b878 100644 --- a/examples/preact/filters-faceted-bucketed/package.json +++ b/examples/preact/filters-faceted-bucketed/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-faceted/package.json b/examples/preact/filters-faceted/package.json index b991b6a423..a77cda0e90 100644 --- a/examples/preact/filters-faceted/package.json +++ b/examples/preact/filters-faceted/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-fuzzy/package.json b/examples/preact/filters-fuzzy/package.json index 5b882b1217..6e9d929337 100644 --- a/examples/preact/filters-fuzzy/package.json +++ b/examples/preact/filters-fuzzy/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters/package.json b/examples/preact/filters/package.json index 542a16358b..d7364a367e 100644 --- a/examples/preact/filters/package.json +++ b/examples/preact/filters/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/grouped-aggregation/package.json b/examples/preact/grouped-aggregation/package.json index d5a3894f00..1c2146df3a 100644 --- a/examples/preact/grouped-aggregation/package.json +++ b/examples/preact/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/grouping/package.json b/examples/preact/grouping/package.json index 839e2424e2..5b42eddac5 100644 --- a/examples/preact/grouping/package.json +++ b/examples/preact/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/header-groups/package.json b/examples/preact/header-groups/package.json index 47f85091fb..889020e977 100644 --- a/examples/preact/header-groups/package.json +++ b/examples/preact/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index b5830cf6f0..858af8d609 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-devtools": "^0.10.12", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/pagination/package.json b/examples/preact/pagination/package.json index dbe592b54b..dc1b225291 100644 --- a/examples/preact/pagination/package.json +++ b/examples/preact/pagination/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/realtime-trading/package.json b/examples/preact/realtime-trading/package.json index 75ac32642f..8ce363fc4a 100644 --- a/examples/preact/realtime-trading/package.json +++ b/examples/preact/realtime-trading/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/row-pinning/package.json b/examples/preact/row-pinning/package.json index 43faf4e204..956c884b59 100644 --- a/examples/preact/row-pinning/package.json +++ b/examples/preact/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index 19defe15cc..96cba1d3aa 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/sorting/package.json b/examples/preact/sorting/package.json index 43a2fcdda4..690e081d55 100644 --- a/examples/preact/sorting/package.json +++ b/examples/preact/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/sub-components/package.json b/examples/preact/sub-components/package.json index c32fcf6bac..de69360b6e 100644 --- a/examples/preact/sub-components/package.json +++ b/examples/preact/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-form/package.json b/examples/preact/with-tanstack-form/package.json index 2db24bd182..369821450a 100644 --- a/examples/preact/with-tanstack-form/package.json +++ b/examples/preact/with-tanstack-form/package.json @@ -17,7 +17,7 @@ "@tanstack/preact-form": "^1.30.5", "@tanstack/preact-pacer": "^0.23.0", "@tanstack/preact-pacer-devtools": "0.7.0", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "@tanstack/react-form-devtools": "^0.2.34", "preact": "^10.29.8", diff --git a/examples/preact/with-tanstack-query/package.json b/examples/preact/with-tanstack-query/package.json index d3c632d276..759fd6535e 100644 --- a/examples/preact/with-tanstack-query/package.json +++ b/examples/preact/with-tanstack-query/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.12", "@tanstack/preact-query": "^5.101.4", "@tanstack/preact-query-devtools": "^5.101.4", - "@tanstack/preact-table": "^9.2.3", + "@tanstack/preact-table": "^9.2.4", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/react/aggregation/package.json b/examples/react/aggregation/package.json index a9c91a28ad..53d5085e27 100644 --- a/examples/react/aggregation/package.json +++ b/examples/react/aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-dynamic-columns/package.json b/examples/react/basic-dynamic-columns/package.json index e59e6ce199..df8cac6d41 100644 --- a/examples/react/basic-dynamic-columns/package.json +++ b/examples/react/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-external-atoms/package.json b/examples/react/basic-external-atoms/package.json index 7869d233d1..186fbc941c 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-external-state/package.json b/examples/react/basic-external-state/package.json index b25631490c..ca5015f9e5 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-subscribe/package.json b/examples/react/basic-subscribe/package.json index 07bb8c9999..2974cc23c6 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-app-table/package.json b/examples/react/basic-use-app-table/package.json index e0950477b7..623a9d1758 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.12", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-legacy-table/package.json b/examples/react/basic-use-legacy-table/package.json index 50f60c196e..909a66c3ba 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-table/package.json b/examples/react/basic-use-table/package.json index 07c5927d2e..9d84baf68b 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.12", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/cell-selection/package.json b/examples/react/cell-selection/package.json index e1b399f999..5b5cb6c524 100644 --- a/examples/react/cell-selection/package.json +++ b/examples/react/cell-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/cell-spanning/package.json b/examples/react/cell-spanning/package.json index 8918b8ed98..93c5fe7e67 100644 --- a/examples/react/cell-spanning/package.json +++ b/examples/react/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-dnd/package.json b/examples/react/column-dnd/package.json index 3e322ce9f4..8b4b6b99d8 100644 --- a/examples/react/column-dnd/package.json +++ b/examples/react/column-dnd/package.json @@ -17,7 +17,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-ordering/package.json b/examples/react/column-ordering/package.json index c0399ac67a..fab8643832 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-pinning-split/package.json b/examples/react/column-pinning-split/package.json index 7b02f8f889..e033c04a34 100644 --- a/examples/react/column-pinning-split/package.json +++ b/examples/react/column-pinning-split/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-pinning-sticky/package.json b/examples/react/column-pinning-sticky/package.json index 099d45cf50..7bd9416fe7 100644 --- a/examples/react/column-pinning-sticky/package.json +++ b/examples/react/column-pinning-sticky/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-pinning/package.json b/examples/react/column-pinning/package.json index 5c2c068473..99d91eda7c 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-resizing-performant/package.json b/examples/react/column-resizing-performant/package.json index 8cf7174360..4fdfa74b42 100644 --- a/examples/react/column-resizing-performant/package.json +++ b/examples/react/column-resizing-performant/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-resizing/package.json b/examples/react/column-resizing/package.json index 943628755d..762e9f3d53 100644 --- a/examples/react/column-resizing/package.json +++ b/examples/react/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-sizing/package.json b/examples/react/column-sizing/package.json index 7eff72bca9..db2d5e3e7e 100644 --- a/examples/react/column-sizing/package.json +++ b/examples/react/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/column-visibility/package.json b/examples/react/column-visibility/package.json index d803677c2b..1353928401 100644 --- a/examples/react/column-visibility/package.json +++ b/examples/react/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/composable-tables/package.json b/examples/react/composable-tables/package.json index 9a16d4e16f..2d76d842ef 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/custom-plugin/package.json b/examples/react/custom-plugin/package.json index 8089d1a7fd..e8a4f1b461 100644 --- a/examples/react/custom-plugin/package.json +++ b/examples/react/custom-plugin/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 22d662f9c4..c1ecc70ba7 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters-faceted-bucketed/package.json b/examples/react/filters-faceted-bucketed/package.json index eecb0c0055..aabe3f6fff 100644 --- a/examples/react/filters-faceted-bucketed/package.json +++ b/examples/react/filters-faceted-bucketed/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters-faceted/package.json b/examples/react/filters-faceted/package.json index 9aec315f4e..545dc88b0d 100644 --- a/examples/react/filters-faceted/package.json +++ b/examples/react/filters-faceted/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters-fuzzy/package.json b/examples/react/filters-fuzzy/package.json index 1fb6ec4122..6d47fee95a 100644 --- a/examples/react/filters-fuzzy/package.json +++ b/examples/react/filters-fuzzy/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 3b7b12e0bb..4ee09ee8c5 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/grouped-aggregation/package.json b/examples/react/grouped-aggregation/package.json index 906b709249..2944883b36 100644 --- a/examples/react/grouped-aggregation/package.json +++ b/examples/react/grouped-aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index e06230c58e..7c97993d6a 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/header-groups/package.json b/examples/react/header-groups/package.json index cc94bd4f1b..925814d982 100644 --- a/examples/react/header-groups/package.json +++ b/examples/react/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/kitchen-sink-chakra-ui/package.json b/examples/react/kitchen-sink-chakra-ui/package.json index 9286ba423d..8ab2b52e10 100644 --- a/examples/react/kitchen-sink-chakra-ui/package.json +++ b/examples/react/kitchen-sink-chakra-ui/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "next-themes": "^0.4.6", diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index a156f67eef..a88b8dee1a 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index bc31f759e6..3b9aa48f13 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index cdedbda35e..158cc22df1 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index 3c79c7889a..6a03684314 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -21,7 +21,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index f518c17652..6335014d7f 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/react/kitchen-sink-shadcn-radix/package.json b/examples/react/kitchen-sink-shadcn-radix/package.json index 7ebfba5332..6e4f670ea3 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -22,7 +22,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index d54c42b623..a60fad7799 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -24,7 +24,7 @@ "@tanstack/react-router": "^1.170.32", "@tanstack/react-start": "^1.168.49", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/lib-chakra-ui/package.json b/examples/react/lib-chakra-ui/package.json index edbf58c0af..297e429832 100644 --- a/examples/react/lib-chakra-ui/package.json +++ b/examples/react/lib-chakra-ui/package.json @@ -16,7 +16,7 @@ "@emotion/react": "^11.14.0", "@faker-js/faker": "^10.6.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/lib-hero-ui/package.json b/examples/react/lib-hero-ui/package.json index 02df550fb8..aada0f359a 100644 --- a/examples/react/lib-hero-ui/package.json +++ b/examples/react/lib-hero-ui/package.json @@ -16,7 +16,7 @@ "@heroui/react": "^3.2.4", "@heroui/styles": "^3.2.4", "@tailwindcss/vite": "^4.3.3", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8", "tailwindcss": "^4.3.3" diff --git a/examples/react/lib-mantine/package.json b/examples/react/lib-mantine/package.json index ea22dce7bf..4a7322b708 100644 --- a/examples/react/lib-mantine/package.json +++ b/examples/react/lib-mantine/package.json @@ -16,7 +16,7 @@ "@mantine/core": "^9.5.2", "@mantine/hooks": "^9.5.2", "@tabler/icons-react": "^3.46.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/lib-material-ui/package.json b/examples/react/lib-material-ui/package.json index 172ea8c278..06886c4702 100644 --- a/examples/react/lib-material-ui/package.json +++ b/examples/react/lib-material-ui/package.json @@ -17,7 +17,7 @@ "@faker-js/faker": "^10.6.0", "@mui/icons-material": "^9.3.1", "@mui/material": "^9.3.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/lib-react-aria/package.json b/examples/react/lib-react-aria/package.json index d666027e6f..aedeca176f 100644 --- a/examples/react/lib-react-aria/package.json +++ b/examples/react/lib-react-aria/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-aria-components": "^1.20.0", "react-dom": "^19.2.8", diff --git a/examples/react/lib-shadcn-base/package.json b/examples/react/lib-shadcn-base/package.json index 633348febc..b0e96c7a85 100644 --- a/examples/react/lib-shadcn-base/package.json +++ b/examples/react/lib-shadcn-base/package.json @@ -16,7 +16,7 @@ "@faker-js/faker": "^10.6.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.34.0", diff --git a/examples/react/lib-shadcn-radix/package.json b/examples/react/lib-shadcn-radix/package.json index 230318a017..8a6ddd2458 100644 --- a/examples/react/lib-shadcn-radix/package.json +++ b/examples/react/lib-shadcn-radix/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.34.0", diff --git a/examples/react/mantine-react-table/package.json b/examples/react/mantine-react-table/package.json index baeb1efe78..1ac1ad16bc 100644 --- a/examples/react/mantine-react-table/package.json +++ b/examples/react/mantine-react-table/package.json @@ -19,7 +19,7 @@ "@tabler/icons-react": "^3.46.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "clsx": "^2.1.1", "dayjs": "^1.11.23", diff --git a/examples/react/material-react-table/package.json b/examples/react/material-react-table/package.json index 0b9f17ec62..532f82c1bd 100644 --- a/examples/react/material-react-table/package.json +++ b/examples/react/material-react-table/package.json @@ -21,7 +21,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "highlight-words": "^2.0.0", "react": "^19.2.8", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index f5ab11e658..9fbc6b8483 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/realtime-trading/package.json b/examples/react/realtime-trading/package.json index 7315552143..a885f3f4b1 100644 --- a/examples/react/realtime-trading/package.json +++ b/examples/react/realtime-trading/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/row-dnd/package.json b/examples/react/row-dnd/package.json index a43543bca6..4351d80d17 100644 --- a/examples/react/row-dnd/package.json +++ b/examples/react/row-dnd/package.json @@ -17,7 +17,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/row-pinning/package.json b/examples/react/row-pinning/package.json index c920efeb21..377f87d921 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index 66b4681efa..d99148a333 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index 0c936277e5..e6ebf87079 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/spreadsheet/package.json b/examples/react/spreadsheet/package.json index f122aa0595..829a24dc04 100644 --- a/examples/react/spreadsheet/package.json +++ b/examples/react/spreadsheet/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/sub-components/package.json b/examples/react/sub-components/package.json index 46585eeb47..a5c406d89b 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/virtualized-columns-experimental/package.json b/examples/react/virtualized-columns-experimental/package.json index 5aa55264d3..a7629176d0 100644 --- a/examples/react/virtualized-columns-experimental/package.json +++ b/examples/react/virtualized-columns-experimental/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/virtualized-columns/package.json b/examples/react/virtualized-columns/package.json index d105ca954c..1bfa8bd5ea 100644 --- a/examples/react/virtualized-columns/package.json +++ b/examples/react/virtualized-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/virtualized-infinite-scrolling/package.json b/examples/react/virtualized-infinite-scrolling/package.json index d2d1e5da23..3ca3f7440f 100644 --- a/examples/react/virtualized-infinite-scrolling/package.json +++ b/examples/react/virtualized-infinite-scrolling/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/react-query": "^5.101.4", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/virtualized-rows-experimental/package.json b/examples/react/virtualized-rows-experimental/package.json index 4b10a640b8..a3cef9543a 100644 --- a/examples/react/virtualized-rows-experimental/package.json +++ b/examples/react/virtualized-rows-experimental/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/virtualized-rows/package.json b/examples/react/virtualized-rows/package.json index 3218960c7b..00e137302c 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-virtual": "^3.14.10", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/web-worker-row-models/package.json b/examples/react/web-worker-row-models/package.json index 69e8466e2d..38138d7987 100644 --- a/examples/react/web-worker-row-models/package.json +++ b/examples/react/web-worker-row-models/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.170.32", "@tanstack/react-start": "^1.168.49", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/with-tanstack-form/package.json b/examples/react/with-tanstack-form/package.json index 0d51f7a93a..5c569f226a 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -18,7 +18,7 @@ "@tanstack/react-form-devtools": "^0.2.34", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-pacer-devtools": "0.8.0", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/examples/react/with-tanstack-query/package.json b/examples/react/with-tanstack-query/package.json index 737e916fa8..5e69aac09e 100644 --- a/examples/react/with-tanstack-query/package.json +++ b/examples/react/with-tanstack-query/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.12", "@tanstack/react-query": "^5.101.4", "@tanstack/react-query-devtools": "^5.101.4", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/with-tanstack-router/package.json b/examples/react/with-tanstack-router/package.json index 95091dbafe..44dce67330 100644 --- a/examples/react/with-tanstack-router/package.json +++ b/examples/react/with-tanstack-router/package.json @@ -19,7 +19,7 @@ "@tanstack/react-query-devtools": "^5.101.4", "@tanstack/react-router": "^1.170.32", "@tanstack/react-router-devtools": "^1.167.1", - "@tanstack/react-table": "^9.2.3", + "@tanstack/react-table": "^9.2.4", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/solid/aggregation/package.json b/examples/solid/aggregation/package.json index 40016aee17..960268518a 100644 --- a/examples/solid/aggregation/package.json +++ b/examples/solid/aggregation/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index 4191a461e2..9dafaf1cbc 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -21,7 +21,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/basic-dynamic-columns/package.json b/examples/solid/basic-dynamic-columns/package.json index 25c37fc69b..f4285e32f7 100644 --- a/examples/solid/basic-dynamic-columns/package.json +++ b/examples/solid/basic-dynamic-columns/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index 64f9dc18b5..f1699c0948 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.12", "@tanstack/solid-store": "^0.11.1", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 392cadccbe..41482a96b1 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index 02287015cf..351b40d85a 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/cell-selection/package.json b/examples/solid/cell-selection/package.json index 88209eb35d..50e93e4cd2 100644 --- a/examples/solid/cell-selection/package.json +++ b/examples/solid/cell-selection/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.12", "@tanstack/solid-hotkeys": "^0.10.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/cell-spanning/package.json b/examples/solid/cell-spanning/package.json index 7d8681a1c9..39148849f3 100644 --- a/examples/solid/cell-spanning/package.json +++ b/examples/solid/cell-spanning/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 80495b1b64..f4dca0da5c 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-pinning-split/package.json b/examples/solid/column-pinning-split/package.json index 09b0bdd08d..55304fed45 100644 --- a/examples/solid/column-pinning-split/package.json +++ b/examples/solid/column-pinning-split/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-pinning-sticky/package.json b/examples/solid/column-pinning-sticky/package.json index 7b97595d6a..fab4bfcd6d 100644 --- a/examples/solid/column-pinning-sticky/package.json +++ b/examples/solid/column-pinning-sticky/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-pinning/package.json b/examples/solid/column-pinning/package.json index 3c673ba19a..493f5b5cfb 100644 --- a/examples/solid/column-pinning/package.json +++ b/examples/solid/column-pinning/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-resizing-performant/package.json b/examples/solid/column-resizing-performant/package.json index 070ae41cbc..aaad84a6be 100644 --- a/examples/solid/column-resizing-performant/package.json +++ b/examples/solid/column-resizing-performant/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-resizing/package.json b/examples/solid/column-resizing/package.json index 574d951482..5df144c2bd 100644 --- a/examples/solid/column-resizing/package.json +++ b/examples/solid/column-resizing/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-sizing/package.json b/examples/solid/column-sizing/package.json index 7b761173e7..e89749144f 100644 --- a/examples/solid/column-sizing/package.json +++ b/examples/solid/column-sizing/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index 53bc8ded6c..46992a928c 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index 3057314091..230b5ab629 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/expanding/package.json b/examples/solid/expanding/package.json index 22654d1be6..5230e4a5b2 100644 --- a/examples/solid/expanding/package.json +++ b/examples/solid/expanding/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/filters-faceted-bucketed/package.json b/examples/solid/filters-faceted-bucketed/package.json index 7f78236a35..79aeab9482 100644 --- a/examples/solid/filters-faceted-bucketed/package.json +++ b/examples/solid/filters-faceted-bucketed/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/filters-faceted/package.json b/examples/solid/filters-faceted/package.json index 262d4d566a..b36cb871cf 100644 --- a/examples/solid/filters-faceted/package.json +++ b/examples/solid/filters-faceted/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/filters-fuzzy/package.json b/examples/solid/filters-fuzzy/package.json index 8e2dbcafbd..1120cdd88a 100644 --- a/examples/solid/filters-fuzzy/package.json +++ b/examples/solid/filters-fuzzy/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index 389e112e4f..970811e92c 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/grouped-aggregation/package.json b/examples/solid/grouped-aggregation/package.json index 639bf9562e..fc11c52bbb 100644 --- a/examples/solid/grouped-aggregation/package.json +++ b/examples/solid/grouped-aggregation/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/grouping/package.json b/examples/solid/grouping/package.json index e14a7de224..51c5e1d113 100644 --- a/examples/solid/grouping/package.json +++ b/examples/solid/grouping/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/header-groups/package.json b/examples/solid/header-groups/package.json index ce51d8c068..d30245a8e0 100644 --- a/examples/solid/header-groups/package.json +++ b/examples/solid/header-groups/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index a811bf947b..dd1d900980 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/pagination/package.json b/examples/solid/pagination/package.json index 77cd20f0b5..b6d9603c4a 100644 --- a/examples/solid/pagination/package.json +++ b/examples/solid/pagination/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/realtime-trading/package.json b/examples/solid/realtime-trading/package.json index b1c7cee6d8..f4e552d02c 100644 --- a/examples/solid/realtime-trading/package.json +++ b/examples/solid/realtime-trading/package.json @@ -12,7 +12,7 @@ "test:e2e": "PLAYWRIGHT_TEST_DIR=$PWD/tests/e2e playwright test --config ../../../playwright.config.ts" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-virtual": "^3.13.37", "solid-js": "^1.9.15" }, diff --git a/examples/solid/row-pinning/package.json b/examples/solid/row-pinning/package.json index 5b4a976956..e1b27f035f 100644 --- a/examples/solid/row-pinning/package.json +++ b/examples/solid/row-pinning/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index 94db75791d..f6fd8d2ca8 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.12", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index 067d3f0524..d41f34bc03 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/spreadsheet/package.json b/examples/solid/spreadsheet/package.json index 184f0093b8..6280793b22 100644 --- a/examples/solid/spreadsheet/package.json +++ b/examples/solid/spreadsheet/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/solid-hotkeys": "^0.10.0", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-virtual": "^3.13.37", "solid-js": "^1.9.15" }, diff --git a/examples/solid/sub-components/package.json b/examples/solid/sub-components/package.json index aa735e6c48..b33927dd59 100644 --- a/examples/solid/sub-components/package.json +++ b/examples/solid/sub-components/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "solid-js": "^1.9.15" } } diff --git a/examples/solid/virtualized-columns/package.json b/examples/solid/virtualized-columns/package.json index 32deb8cd9d..3bded71acd 100644 --- a/examples/solid/virtualized-columns/package.json +++ b/examples/solid/virtualized-columns/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-virtual": "^3.13.37", "solid-js": "^1.9.15" } diff --git a/examples/solid/virtualized-infinite-scrolling/package.json b/examples/solid/virtualized-infinite-scrolling/package.json index c6c2057ba4..b483383185 100644 --- a/examples/solid/virtualized-infinite-scrolling/package.json +++ b/examples/solid/virtualized-infinite-scrolling/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-store": "^0.11.1", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-virtual": "^3.13.37", "solid-js": "^1.9.15" } diff --git a/examples/solid/virtualized-rows/package.json b/examples/solid/virtualized-rows/package.json index c6d986d598..56dc8a5e74 100644 --- a/examples/solid/virtualized-rows/package.json +++ b/examples/solid/virtualized-rows/package.json @@ -20,7 +20,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-virtual": "^3.13.37", "solid-js": "^1.9.15" } diff --git a/examples/solid/with-tanstack-form/package.json b/examples/solid/with-tanstack-form/package.json index bf34b3b2ce..2be6977ec7 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -23,7 +23,7 @@ "@tanstack/solid-devtools": "^0.8.12", "@tanstack/solid-form": "^1.33.5", "@tanstack/solid-form-devtools": "^0.2.34", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15", "zod": "^4.4.3" diff --git a/examples/solid/with-tanstack-query/package.json b/examples/solid/with-tanstack-query/package.json index 0e6a1090a0..d040926699 100644 --- a/examples/solid/with-tanstack-query/package.json +++ b/examples/solid/with-tanstack-query/package.json @@ -23,7 +23,7 @@ "@tanstack/solid-devtools": "^0.8.12", "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-query-devtools": "^5.101.4", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/solid/with-tanstack-router/package.json b/examples/solid/with-tanstack-router/package.json index 321468e4c2..d6474a34e7 100644 --- a/examples/solid/with-tanstack-router/package.json +++ b/examples/solid/with-tanstack-router/package.json @@ -28,7 +28,7 @@ "@tanstack/solid-query-devtools": "^5.101.4", "@tanstack/solid-router": "^1.170.30", "@tanstack/solid-router-devtools": "^1.167.1", - "@tanstack/solid-table": "^9.2.3", + "@tanstack/solid-table": "^9.2.4", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.15" } diff --git a/examples/svelte/aggregation/package.json b/examples/svelte/aggregation/package.json index 4774267e7e..c5b9dd024b 100644 --- a/examples/svelte/aggregation/package.json +++ b/examples/svelte/aggregation/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-app-table/package.json b/examples/svelte/basic-app-table/package.json index 88deb8be38..978a94d65b 100644 --- a/examples/svelte/basic-app-table/package.json +++ b/examples/svelte/basic-app-table/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-create-table/package.json b/examples/svelte/basic-create-table/package.json index 7617d20ca6..a8fc68481f 100644 --- a/examples/svelte/basic-create-table/package.json +++ b/examples/svelte/basic-create-table/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-dynamic-columns/package.json b/examples/svelte/basic-dynamic-columns/package.json index 7cbe95085d..d88248b1f7 100644 --- a/examples/svelte/basic-dynamic-columns/package.json +++ b/examples/svelte/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-external-atoms/package.json b/examples/svelte/basic-external-atoms/package.json index aecb7db685..1156886878 100644 --- a/examples/svelte/basic-external-atoms/package.json +++ b/examples/svelte/basic-external-atoms/package.json @@ -18,7 +18,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-external-state/package.json b/examples/svelte/basic-external-state/package.json index c2b6cd6996..bbea63ae2f 100644 --- a/examples/svelte/basic-external-state/package.json +++ b/examples/svelte/basic-external-state/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/basic-snippets/package.json b/examples/svelte/basic-snippets/package.json index fd99c0307e..b90a2a8ab6 100644 --- a/examples/svelte/basic-snippets/package.json +++ b/examples/svelte/basic-snippets/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/cell-selection/package.json b/examples/svelte/cell-selection/package.json index 17436a29aa..f5de50024d 100644 --- a/examples/svelte/cell-selection/package.json +++ b/examples/svelte/cell-selection/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/cell-spanning/package.json b/examples/svelte/cell-spanning/package.json index 2243ec6bd9..37b27eef45 100644 --- a/examples/svelte/cell-spanning/package.json +++ b/examples/svelte/cell-spanning/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-ordering/package.json b/examples/svelte/column-ordering/package.json index e919a7bb16..b8a0ee3695 100644 --- a/examples/svelte/column-ordering/package.json +++ b/examples/svelte/column-ordering/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-pinning-split/package.json b/examples/svelte/column-pinning-split/package.json index 568aa0e55e..92f8dddc41 100644 --- a/examples/svelte/column-pinning-split/package.json +++ b/examples/svelte/column-pinning-split/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-pinning-sticky/package.json b/examples/svelte/column-pinning-sticky/package.json index b725dabbd6..8cfceccb35 100644 --- a/examples/svelte/column-pinning-sticky/package.json +++ b/examples/svelte/column-pinning-sticky/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-pinning/package.json b/examples/svelte/column-pinning/package.json index dbb244560a..17bee745e7 100644 --- a/examples/svelte/column-pinning/package.json +++ b/examples/svelte/column-pinning/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-resizing-performant/package.json b/examples/svelte/column-resizing-performant/package.json index 6f1a6d6f55..2db1f800cf 100644 --- a/examples/svelte/column-resizing-performant/package.json +++ b/examples/svelte/column-resizing-performant/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-resizing/package.json b/examples/svelte/column-resizing/package.json index 578f81ddd2..7356284046 100644 --- a/examples/svelte/column-resizing/package.json +++ b/examples/svelte/column-resizing/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-sizing/package.json b/examples/svelte/column-sizing/package.json index 7e7969b3ab..64ec245725 100644 --- a/examples/svelte/column-sizing/package.json +++ b/examples/svelte/column-sizing/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/column-visibility/package.json b/examples/svelte/column-visibility/package.json index 263cb15566..1a9c914bb8 100644 --- a/examples/svelte/column-visibility/package.json +++ b/examples/svelte/column-visibility/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/composable-tables/package.json b/examples/svelte/composable-tables/package.json index b6f6699745..78ea0dd070 100644 --- a/examples/svelte/composable-tables/package.json +++ b/examples/svelte/composable-tables/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/expanding/package.json b/examples/svelte/expanding/package.json index 0dcdc3d828..c0ae841f1f 100644 --- a/examples/svelte/expanding/package.json +++ b/examples/svelte/expanding/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/filtering/package.json b/examples/svelte/filtering/package.json index c7adeaba32..8928649f14 100644 --- a/examples/svelte/filtering/package.json +++ b/examples/svelte/filtering/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/filters-faceted-bucketed/package.json b/examples/svelte/filters-faceted-bucketed/package.json index 5a34a8f894..eb8ac8aa8e 100644 --- a/examples/svelte/filters-faceted-bucketed/package.json +++ b/examples/svelte/filters-faceted-bucketed/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/filters-faceted/package.json b/examples/svelte/filters-faceted/package.json index 532e40ab05..181f24faf3 100644 --- a/examples/svelte/filters-faceted/package.json +++ b/examples/svelte/filters-faceted/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/filters-fuzzy/package.json b/examples/svelte/filters-fuzzy/package.json index e798bc0d83..b34d2bb25e 100644 --- a/examples/svelte/filters-fuzzy/package.json +++ b/examples/svelte/filters-fuzzy/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/grouped-aggregation/package.json b/examples/svelte/grouped-aggregation/package.json index 5fa0415d68..f5f31a43eb 100644 --- a/examples/svelte/grouped-aggregation/package.json +++ b/examples/svelte/grouped-aggregation/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/grouping/package.json b/examples/svelte/grouping/package.json index e675d91950..f113995e5d 100644 --- a/examples/svelte/grouping/package.json +++ b/examples/svelte/grouping/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/header-groups/package.json b/examples/svelte/header-groups/package.json index ef98df01be..3fcc6a41a2 100644 --- a/examples/svelte/header-groups/package.json +++ b/examples/svelte/header-groups/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/kitchen-sink-shadcn/package.json b/examples/svelte/kitchen-sink-shadcn/package.json index cc3e349f53..6d72425278 100644 --- a/examples/svelte/kitchen-sink-shadcn/package.json +++ b/examples/svelte/kitchen-sink-shadcn/package.json @@ -24,7 +24,7 @@ "@tailwindcss/vite": "^4.3.3", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/pacer": "^0.22.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.2.0", "bits-ui": "^2.19.0", diff --git a/examples/svelte/kitchen-sink/package.json b/examples/svelte/kitchen-sink/package.json index 82d2d88439..e75a0b686b 100644 --- a/examples/svelte/kitchen-sink/package.json +++ b/examples/svelte/kitchen-sink/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/lib-shadcn/package.json b/examples/svelte/lib-shadcn/package.json index 65e02d1e77..29635170bd 100644 --- a/examples/svelte/lib-shadcn/package.json +++ b/examples/svelte/lib-shadcn/package.json @@ -18,7 +18,7 @@ "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.22.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.2.0", "bits-ui": "^2.19.0", diff --git a/examples/svelte/pagination/package.json b/examples/svelte/pagination/package.json index d9cf6bd56f..ea8b71f9c3 100644 --- a/examples/svelte/pagination/package.json +++ b/examples/svelte/pagination/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/realtime-trading/package.json b/examples/svelte/realtime-trading/package.json index a4ab579a33..0f11f15a37 100644 --- a/examples/svelte/realtime-trading/package.json +++ b/examples/svelte/realtime-trading/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/store": "^0.11.1", "@tanstack/svelte-store": "^0.12.1", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/svelte-virtual": "^3.13.36", "svelte": "^5.56.10" }, diff --git a/examples/svelte/row-pinning/package.json b/examples/svelte/row-pinning/package.json index cbf76f2750..1a6fedea3c 100644 --- a/examples/svelte/row-pinning/package.json +++ b/examples/svelte/row-pinning/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/row-selection/package.json b/examples/svelte/row-selection/package.json index 8a09990fd8..b647ae0953 100644 --- a/examples/svelte/row-selection/package.json +++ b/examples/svelte/row-selection/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/sorting/package.json b/examples/svelte/sorting/package.json index aff266988e..60a213500b 100644 --- a/examples/svelte/sorting/package.json +++ b/examples/svelte/sorting/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/spreadsheet/package.json b/examples/svelte/spreadsheet/package.json index e8b799a762..908bb1ecca 100644 --- a/examples/svelte/spreadsheet/package.json +++ b/examples/svelte/spreadsheet/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/svelte-virtual": "^3.13.36", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", diff --git a/examples/svelte/sub-components/package.json b/examples/svelte/sub-components/package.json index a8727388c2..96604be55e 100644 --- a/examples/svelte/sub-components/package.json +++ b/examples/svelte/sub-components/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", "svelte-check": "^4.7.6", diff --git a/examples/svelte/virtualized-columns/package.json b/examples/svelte/virtualized-columns/package.json index 81f317f154..c0377f2d86 100644 --- a/examples/svelte/virtualized-columns/package.json +++ b/examples/svelte/virtualized-columns/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/svelte-virtual": "^3.13.36", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", diff --git a/examples/svelte/virtualized-infinite-scrolling/package.json b/examples/svelte/virtualized-infinite-scrolling/package.json index a157cfb5b8..dcd7dabecd 100644 --- a/examples/svelte/virtualized-infinite-scrolling/package.json +++ b/examples/svelte/virtualized-infinite-scrolling/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/svelte-query": "^6.1.38", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/svelte-virtual": "^3.13.36", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", diff --git a/examples/svelte/virtualized-rows/package.json b/examples/svelte/virtualized-rows/package.json index 95917cfbeb..1fcd045db6 100644 --- a/examples/svelte/virtualized-rows/package.json +++ b/examples/svelte/virtualized-rows/package.json @@ -15,7 +15,7 @@ "@rolldown/binding-wasm32-wasi": "~1.2.4", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/svelte-virtual": "^3.13.36", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.10", diff --git a/examples/svelte/with-tanstack-form/package.json b/examples/svelte/with-tanstack-form/package.json index 2b1c637220..cceb4dc559 100644 --- a/examples/svelte/with-tanstack-form/package.json +++ b/examples/svelte/with-tanstack-form/package.json @@ -25,7 +25,7 @@ "@tanstack/form-core": "^1.33.5", "@tanstack/svelte-devtools": "^0.1.6", "@tanstack/svelte-form": "^1.33.5", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/table-devtools": "^9.2.0", "zod": "^4.4.3" } diff --git a/examples/svelte/with-tanstack-query/package.json b/examples/svelte/with-tanstack-query/package.json index 4b0bfa86f6..5af5d75975 100644 --- a/examples/svelte/with-tanstack-query/package.json +++ b/examples/svelte/with-tanstack-query/package.json @@ -26,7 +26,7 @@ "@tanstack/svelte-devtools": "^0.1.6", "@tanstack/svelte-query": "^6.1.38", "@tanstack/svelte-query-devtools": "^6.1.38", - "@tanstack/svelte-table": "^9.2.3", + "@tanstack/svelte-table": "^9.2.4", "@tanstack/table-devtools": "^9.2.0" } } diff --git a/examples/vanilla/aggregation/package.json b/examples/vanilla/aggregation/package.json index d4581c8c23..7cfe2a6a46 100644 --- a/examples/vanilla/aggregation/package.json +++ b/examples/vanilla/aggregation/package.json @@ -19,6 +19,6 @@ "vite": "^8.2.2" }, "dependencies": { - "@tanstack/table-core": "^9.2.3" + "@tanstack/table-core": "^9.2.4" } } diff --git a/examples/vanilla/basic/package.json b/examples/vanilla/basic/package.json index 6756e6d48a..2eeaf4fe30 100644 --- a/examples/vanilla/basic/package.json +++ b/examples/vanilla/basic/package.json @@ -19,6 +19,6 @@ "vite": "^8.2.2" }, "dependencies": { - "@tanstack/table-core": "^9.2.3" + "@tanstack/table-core": "^9.2.4" } } diff --git a/examples/vanilla/pagination/package.json b/examples/vanilla/pagination/package.json index 9276326b84..37120fb1f3 100644 --- a/examples/vanilla/pagination/package.json +++ b/examples/vanilla/pagination/package.json @@ -19,6 +19,6 @@ "vite": "^8.2.2" }, "dependencies": { - "@tanstack/table-core": "^9.2.3" + "@tanstack/table-core": "^9.2.4" } } diff --git a/examples/vanilla/sorting/package.json b/examples/vanilla/sorting/package.json index b14f2550c4..b1232744c4 100644 --- a/examples/vanilla/sorting/package.json +++ b/examples/vanilla/sorting/package.json @@ -19,6 +19,6 @@ "vite": "^8.2.2" }, "dependencies": { - "@tanstack/table-core": "^9.2.3" + "@tanstack/table-core": "^9.2.4" } } diff --git a/examples/vue/aggregation/package.json b/examples/vue/aggregation/package.json index dd9bac1585..2d8823f9ff 100644 --- a/examples/vue/aggregation/package.json +++ b/examples/vue/aggregation/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-dynamic-columns/package.json b/examples/vue/basic-dynamic-columns/package.json index beeb56b71c..6488d79a0c 100644 --- a/examples/vue/basic-dynamic-columns/package.json +++ b/examples/vue/basic-dynamic-columns/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index 6c18cfc7bb..e79ef24795 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index 4255b9bccd..2602813564 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index 1fdd52e090..1ec9d03ca0 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index c625194ff4..9dbcddf313 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/cell-selection/package.json b/examples/vue/cell-selection/package.json index 687582b73b..2b36a0b0be 100644 --- a/examples/vue/cell-selection/package.json +++ b/examples/vue/cell-selection/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", "@tanstack/vue-hotkeys": "^0.10.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/cell-spanning/package.json b/examples/vue/cell-spanning/package.json index 89b7a3db60..a17f488597 100644 --- a/examples/vue/cell-spanning/package.json +++ b/examples/vue/cell-spanning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 15a2ce22e6..4b9d4f6385 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning-split/package.json b/examples/vue/column-pinning-split/package.json index 5231432f02..ce2d5ebbf9 100644 --- a/examples/vue/column-pinning-split/package.json +++ b/examples/vue/column-pinning-split/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning-sticky/package.json b/examples/vue/column-pinning-sticky/package.json index 2565a5694f..a0a616fbdf 100644 --- a/examples/vue/column-pinning-sticky/package.json +++ b/examples/vue/column-pinning-sticky/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 95de5da2de..43a5f4e176 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-resizing-performant/package.json b/examples/vue/column-resizing-performant/package.json index 46fe0b4fd5..5cfd3229f1 100644 --- a/examples/vue/column-resizing-performant/package.json +++ b/examples/vue/column-resizing-performant/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-resizing/package.json b/examples/vue/column-resizing/package.json index 07a7e9bd6a..909c705711 100644 --- a/examples/vue/column-resizing/package.json +++ b/examples/vue/column-resizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-sizing/package.json b/examples/vue/column-sizing/package.json index 4cada59a75..1edb92b3bc 100644 --- a/examples/vue/column-sizing/package.json +++ b/examples/vue/column-sizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-visibility/package.json b/examples/vue/column-visibility/package.json index ce915de9ee..966cf7be2e 100644 --- a/examples/vue/column-visibility/package.json +++ b/examples/vue/column-visibility/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 890220dee0..777166288f 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.26", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/expanding/package.json b/examples/vue/expanding/package.json index b15b4aac50..cc0205ca1a 100644 --- a/examples/vue/expanding/package.json +++ b/examples/vue/expanding/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-faceted-bucketed/package.json b/examples/vue/filters-faceted-bucketed/package.json index a7736e7615..2ba787e6e1 100644 --- a/examples/vue/filters-faceted-bucketed/package.json +++ b/examples/vue/filters-faceted-bucketed/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-faceted/package.json b/examples/vue/filters-faceted/package.json index 64831d4fcf..aea63ebfca 100644 --- a/examples/vue/filters-faceted/package.json +++ b/examples/vue/filters-faceted/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-fuzzy/package.json b/examples/vue/filters-fuzzy/package.json index e0abb41e34..1138e627df 100644 --- a/examples/vue/filters-fuzzy/package.json +++ b/examples/vue/filters-fuzzy/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters/package.json b/examples/vue/filters/package.json index b160351304..24479d02e9 100644 --- a/examples/vue/filters/package.json +++ b/examples/vue/filters/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/grouped-aggregation/package.json b/examples/vue/grouped-aggregation/package.json index b6ab4c3919..95ea21b3ee 100644 --- a/examples/vue/grouped-aggregation/package.json +++ b/examples/vue/grouped-aggregation/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/grouping/package.json b/examples/vue/grouping/package.json index ed6aab7a52..92b00a3132 100644 --- a/examples/vue/grouping/package.json +++ b/examples/vue/grouping/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/header-groups/package.json b/examples/vue/header-groups/package.json index fcc01bbb96..f68b3b85b0 100644 --- a/examples/vue/header-groups/package.json +++ b/examples/vue/header-groups/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink-shadcn/package.json b/examples/vue/kitchen-sink-shadcn/package.json index d9f5b79a0f..7ddc12e228 100644 --- a/examples/vue/kitchen-sink-shadcn/package.json +++ b/examples/vue/kitchen-sink-shadcn/package.json @@ -19,7 +19,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/pacer": "^0.22.0", "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "@vueuse/core": "^14.4.0", "class-variance-authority": "^0.7.1", diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index 131ba657dd..7949738b07 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/lib-shadcn/package.json b/examples/vue/lib-shadcn/package.json index fd2f195f37..127917b79f 100644 --- a/examples/vue/lib-shadcn/package.json +++ b/examples/vue/lib-shadcn/package.json @@ -15,7 +15,7 @@ "@lucide/vue": "^1.34.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.22.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@vueuse/core": "^14.4.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index a440e21252..8bdddcd212 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/realtime-trading/package.json b/examples/vue/realtime-trading/package.json index 908ac64d23..7fcbf78556 100644 --- a/examples/vue/realtime-trading/package.json +++ b/examples/vue/realtime-trading/package.json @@ -12,7 +12,7 @@ "test:e2e": "PLAYWRIGHT_TEST_DIR=$PWD/tests/e2e playwright test --config ../../../playwright.config.ts" }, "dependencies": { - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-virtual": "^3.13.36", "vue": "^3.5.41" }, diff --git a/examples/vue/row-pinning/package.json b/examples/vue/row-pinning/package.json index 3e577fd096..b14ab9c9ad 100644 --- a/examples/vue/row-pinning/package.json +++ b/examples/vue/row-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index d19778f8e1..34c5b4d757 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index 4df4cec6cd..68056a0915 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/sub-components/package.json b/examples/vue/sub-components/package.json index cd498e7d9c..606a84d2d8 100644 --- a/examples/vue/sub-components/package.json +++ b/examples/vue/sub-components/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/virtualized-columns/package.json b/examples/vue/virtualized-columns/package.json index fe2cb1b17a..3ac3339be1 100644 --- a/examples/vue/virtualized-columns/package.json +++ b/examples/vue/virtualized-columns/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-virtual": "^3.13.36", "vue": "^3.5.41" }, diff --git a/examples/vue/virtualized-infinite-scrolling/package.json b/examples/vue/virtualized-infinite-scrolling/package.json index 9e60bc581a..66327336dd 100644 --- a/examples/vue/virtualized-infinite-scrolling/package.json +++ b/examples/vue/virtualized-infinite-scrolling/package.json @@ -14,7 +14,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-virtual": "^3.13.36", "vue": "^3.5.41" }, diff --git a/examples/vue/virtualized-rows/package.json b/examples/vue/virtualized-rows/package.json index 72cb3b7803..8629ef6884 100644 --- a/examples/vue/virtualized-rows/package.json +++ b/examples/vue/virtualized-rows/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.6.0", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-virtual": "^3.13.36", "vue": "^3.5.41" }, diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index e856176317..00adc2fc36 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.6.0", "@tanstack/vue-devtools": "^0.2.26", "@tanstack/vue-form": "^1.33.5", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41", "zod": "^4.4.3" diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index a508309ebe..7754956cbd 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -15,7 +15,7 @@ "@tanstack/vue-devtools": "^0.2.26", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-query-devtools": "^6.1.38", - "@tanstack/vue-table": "^9.2.3", + "@tanstack/vue-table": "^9.2.4", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/packages/alpine-table/CHANGELOG.md b/packages/alpine-table/CHANGELOG.md index 37a2a9eb01..8ce04cd415 100644 --- a/packages/alpine-table/CHANGELOG.md +++ b/packages/alpine-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/alpine-table/package.json b/packages/alpine-table/package.json index cb85786cda..e605ae6f5a 100644 --- a/packages/alpine-table/package.json +++ b/packages/alpine-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Alpine.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/alpine-table/skills/create-table-hook/SKILL.md b/packages/alpine-table/skills/create-table-hook/SKILL.md index ec4de6f4dd..056fc0a58e 100644 --- a/packages/alpine-table/skills/create-table-hook/SKILL.md +++ b/packages/alpine-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/alpine-table' framework: alpine - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/alpine-table/skills/getting-started/SKILL.md b/packages/alpine-table/skills/getting-started/SKILL.md index 80061ce9e6..1688439bb1 100644 --- a/packages/alpine-table/skills/getting-started/SKILL.md +++ b/packages/alpine-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/alpine-table' framework: alpine - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/alpine-table/skills/table-state/SKILL.md b/packages/alpine-table/skills/table-state/SKILL.md index 8c758efbf1..f2128530ef 100644 --- a/packages/alpine-table/skills/table-state/SKILL.md +++ b/packages/alpine-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/alpine-table' framework: alpine - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/angular-table-devtools/CHANGELOG.md b/packages/angular-table-devtools/CHANGELOG.md index e629bb9354..61b47d1e08 100644 --- a/packages/angular-table-devtools/CHANGELOG.md +++ b/packages/angular-table-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/angular-table-devtools +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + - @tanstack/table-devtools@9.2.0 + ## 9.2.3 ### Patch Changes diff --git a/packages/angular-table-devtools/package.json b/packages/angular-table-devtools/package.json index c39d2a4555..17e5731267 100644 --- a/packages/angular-table-devtools/package.json +++ b/packages/angular-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table-devtools", - "version": "9.2.3", + "version": "9.2.4", "description": "Angular devtools for TanStack Table.", "license": "MIT", "repository": { diff --git a/packages/angular-table-devtools/skills/devtools/SKILL.md b/packages/angular-table-devtools/skills/devtools/SKILL.md index e4c5a93878..af60935ffa 100644 --- a/packages/angular-table-devtools/skills/devtools/SKILL.md +++ b/packages/angular-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table-devtools' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/angular-table/CHANGELOG.md b/packages/angular-table/CHANGELOG.md index f853cc434e..a54358debf 100644 --- a/packages/angular-table/CHANGELOG.md +++ b/packages/angular-table/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/angular-table +## 9.2.4 + +### Patch Changes + +- [#6561](https://github.com/TanStack/table/pull/6561) [`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc) - improve flexRender instance reuse and reduce adapter allocations +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/angular-table/package.json b/packages/angular-table/package.json index 731d52239b..fed6b1d451 100644 --- a/packages/angular-table/package.json +++ b/packages/angular-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Angular.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/angular-table/skills/create-table-hook/SKILL.md b/packages/angular-table/skills/create-table-hook/SKILL.md index 5b1d79d9d0..1eb4d29908 100644 --- a/packages/angular-table/skills/create-table-hook/SKILL.md +++ b/packages/angular-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/angular-table/skills/getting-started/SKILL.md b/packages/angular-table/skills/getting-started/SKILL.md index e688a77298..bedd953df3 100644 --- a/packages/angular-table/skills/getting-started/SKILL.md +++ b/packages/angular-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md b/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md index ca8a4e60fe..c14d7e9021 100644 --- a/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md @@ -6,7 +6,7 @@ metadata: type: lifecycle library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#migrate-v8-to-v9' - getting-started diff --git a/packages/angular-table/skills/table-state/SKILL.md b/packages/angular-table/skills/table-state/SKILL.md index 2fc7ae2f39..5e0a78adac 100644 --- a/packages/angular-table/skills/table-state/SKILL.md +++ b/packages/angular-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/angular-table/skills/with-tanstack-query/SKILL.md b/packages/angular-table/skills/with-tanstack-query/SKILL.md index 024e3820aa..984672b189 100644 --- a/packages/angular-table/skills/with-tanstack-query/SKILL.md +++ b/packages/angular-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#client-vs-server' - getting-started diff --git a/packages/angular-table/skills/with-tanstack-virtual/SKILL.md b/packages/angular-table/skills/with-tanstack-virtual/SKILL.md index db377bc2a3..56d1d8e788 100644 --- a/packages/angular-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/angular-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/angular-table' framework: angular - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/ember-table/CHANGELOG.md b/packages/ember-table/CHANGELOG.md index 700ce6a3c3..6a2299fcf9 100644 --- a/packages/ember-table/CHANGELOG.md +++ b/packages/ember-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/ember-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/ember-table/package.json b/packages/ember-table/package.json index 7f335dd40c..e4d32024ca 100644 --- a/packages/ember-table/package.json +++ b/packages/ember-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ember-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Ember.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/ember-table/skills/create-table-hook/SKILL.md b/packages/ember-table/skills/create-table-hook/SKILL.md index 075f9d06df..dbd32419ef 100644 --- a/packages/ember-table/skills/create-table-hook/SKILL.md +++ b/packages/ember-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/ember-table' framework: ember - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/ember-table/skills/getting-started/SKILL.md b/packages/ember-table/skills/getting-started/SKILL.md index 883a513ccc..8d643a0fdb 100644 --- a/packages/ember-table/skills/getting-started/SKILL.md +++ b/packages/ember-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/ember-table' framework: ember - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/ember-table/skills/table-state/SKILL.md b/packages/ember-table/skills/table-state/SKILL.md index ed4e35ef11..a6a749c839 100644 --- a/packages/ember-table/skills/table-state/SKILL.md +++ b/packages/ember-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/ember-table' framework: ember - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/lit-table/CHANGELOG.md b/packages/lit-table/CHANGELOG.md index d4bb4c9e1e..b8d264f860 100644 --- a/packages/lit-table/CHANGELOG.md +++ b/packages/lit-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/lit-table/package.json b/packages/lit-table/package.json index a9f09422ef..c5a902b502 100644 --- a/packages/lit-table/package.json +++ b/packages/lit-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Lit.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/lit-table/skills/create-table-hook/SKILL.md b/packages/lit-table/skills/create-table-hook/SKILL.md index efb5292388..248eebb939 100644 --- a/packages/lit-table/skills/create-table-hook/SKILL.md +++ b/packages/lit-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/lit-table' framework: lit - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/lit-table/skills/getting-started/SKILL.md b/packages/lit-table/skills/getting-started/SKILL.md index c22aaa3a0b..5f88145ef3 100644 --- a/packages/lit-table/skills/getting-started/SKILL.md +++ b/packages/lit-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/lit-table' framework: lit - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/lit-table/skills/migrate-v8-to-v9/SKILL.md b/packages/lit-table/skills/migrate-v8-to-v9/SKILL.md index f6e68f565a..f058c04f0c 100644 --- a/packages/lit-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/lit-table/skills/migrate-v8-to-v9/SKILL.md @@ -6,7 +6,7 @@ metadata: type: lifecycle library: '@tanstack/lit-table' framework: lit - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#migrate-v8-to-v9' - getting-started diff --git a/packages/lit-table/skills/table-state/SKILL.md b/packages/lit-table/skills/table-state/SKILL.md index 563ce8b471..c0318224f0 100644 --- a/packages/lit-table/skills/table-state/SKILL.md +++ b/packages/lit-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/lit-table' framework: lit - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/lit-table/skills/with-tanstack-virtual/SKILL.md b/packages/lit-table/skills/with-tanstack-virtual/SKILL.md index 37be196aef..39780bfa13 100644 --- a/packages/lit-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/lit-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/lit-table' framework: lit - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/octane-table/CHANGELOG.md b/packages/octane-table/CHANGELOG.md index 823eb71027..5af09faa43 100644 --- a/packages/octane-table/CHANGELOG.md +++ b/packages/octane-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/octane-table/package.json b/packages/octane-table/package.json index 5fd2cb8d52..794e11b3e7 100644 --- a/packages/octane-table/package.json +++ b/packages/octane-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Octane.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/octane-table/skills/create-table-hook/SKILL.md b/packages/octane-table/skills/create-table-hook/SKILL.md index 4e3ea7cb8e..b5cdf28ee8 100644 --- a/packages/octane-table/skills/create-table-hook/SKILL.md +++ b/packages/octane-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/octane-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: octane, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/octane-table/skills/getting-started/SKILL.md b/packages/octane-table/skills/getting-started/SKILL.md index df0362d019..5b19455ccb 100644 --- a/packages/octane-table/skills/getting-started/SKILL.md +++ b/packages/octane-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/octane-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: octane, } requires: ['@tanstack/table-core#core', '@tanstack/table-core#table-features'] diff --git a/packages/octane-table/skills/table-state/SKILL.md b/packages/octane-table/skills/table-state/SKILL.md index 95c54a4c87..99dfc5869b 100644 --- a/packages/octane-table/skills/table-state/SKILL.md +++ b/packages/octane-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/octane-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: octane, } requires: ['@tanstack/table-core#core', getting-started] diff --git a/packages/preact-table/CHANGELOG.md b/packages/preact-table/CHANGELOG.md index 4a2640ac10..8304f4d118 100644 --- a/packages/preact-table/CHANGELOG.md +++ b/packages/preact-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/preact-table/package.json b/packages/preact-table/package.json index 6c2482f847..efbf82a07e 100644 --- a/packages/preact-table/package.json +++ b/packages/preact-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Preact.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-table/skills/create-table-hook/SKILL.md b/packages/preact-table/skills/create-table-hook/SKILL.md index 38f50e2aeb..14b75d3cf3 100644 --- a/packages/preact-table/skills/create-table-hook/SKILL.md +++ b/packages/preact-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/preact-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: preact, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/preact-table/skills/getting-started/SKILL.md b/packages/preact-table/skills/getting-started/SKILL.md index dd26ffa781..ea12d4c216 100644 --- a/packages/preact-table/skills/getting-started/SKILL.md +++ b/packages/preact-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/preact-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: preact, } requires: ['@tanstack/table-core#core', '@tanstack/table-core#table-features'] diff --git a/packages/preact-table/skills/migrate-v8-to-v9/SKILL.md b/packages/preact-table/skills/migrate-v8-to-v9/SKILL.md index 7beff83e31..d85c2eead0 100644 --- a/packages/preact-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/preact-table/skills/migrate-v8-to-v9/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: lifecycle library: '@tanstack/preact-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: preact requires: - '@tanstack/table-core#migrate-v8-to-v9' diff --git a/packages/preact-table/skills/table-state/SKILL.md b/packages/preact-table/skills/table-state/SKILL.md index dd45c71c7b..ae31784f25 100644 --- a/packages/preact-table/skills/table-state/SKILL.md +++ b/packages/preact-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/preact-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: preact, } requires: ['@tanstack/table-core#core', getting-started] diff --git a/packages/preact-table/skills/with-tanstack-query/SKILL.md b/packages/preact-table/skills/with-tanstack-query/SKILL.md index d2410cfe49..948caf3669 100644 --- a/packages/preact-table/skills/with-tanstack-query/SKILL.md +++ b/packages/preact-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: composition, library: '@tanstack/preact-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: preact, } requires: diff --git a/packages/preact-table/skills/with-tanstack-virtual/SKILL.md b/packages/preact-table/skills/with-tanstack-virtual/SKILL.md index c066bb3492..89aa42e791 100644 --- a/packages/preact-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/preact-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: composition, library: '@tanstack/preact-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: preact, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 83b51eecc3..96d00832fe 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 7102638cb2..7860bb6f93 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table/skills/create-table-hook/SKILL.md b/packages/react-table/skills/create-table-hook/SKILL.md index 7540e41298..1ef3a5418f 100644 --- a/packages/react-table/skills/create-table-hook/SKILL.md +++ b/packages/react-table/skills/create-table-hook/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: framework library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/react-table/skills/getting-started/SKILL.md b/packages/react-table/skills/getting-started/SKILL.md index 3112de30d0..3247557a58 100644 --- a/packages/react-table/skills/getting-started/SKILL.md +++ b/packages/react-table/skills/getting-started/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: framework library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/react-table/skills/migrate-v8-to-v9/SKILL.md b/packages/react-table/skills/migrate-v8-to-v9/SKILL.md index 032a2515f8..fc8007e228 100644 --- a/packages/react-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/react-table/skills/migrate-v8-to-v9/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: lifecycle library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#migrate-v8-to-v9' diff --git a/packages/react-table/skills/table-state/SKILL.md b/packages/react-table/skills/table-state/SKILL.md index b45228437d..a34fc82def 100644 --- a/packages/react-table/skills/table-state/SKILL.md +++ b/packages/react-table/skills/table-state/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: framework library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/react-table/skills/with-tanstack-query/SKILL.md b/packages/react-table/skills/with-tanstack-query/SKILL.md index 9fea44d814..0711cdc405 100644 --- a/packages/react-table/skills/with-tanstack-query/SKILL.md +++ b/packages/react-table/skills/with-tanstack-query/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: composition library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#client-vs-server' diff --git a/packages/react-table/skills/with-tanstack-virtual/SKILL.md b/packages/react-table/skills/with-tanstack-virtual/SKILL.md index 8f3e1e38e6..0f82028322 100644 --- a/packages/react-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/react-table/skills/with-tanstack-virtual/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: composition library: '@tanstack/react-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/solid-table/CHANGELOG.md b/packages/solid-table/CHANGELOG.md index d5e6f74666..2d34b47df8 100644 --- a/packages/solid-table/CHANGELOG.md +++ b/packages/solid-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index 720a31f931..49b950e690 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Solid.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table/skills/create-table-hook/SKILL.md b/packages/solid-table/skills/create-table-hook/SKILL.md index 673fd8afe5..daa2223e88 100644 --- a/packages/solid-table/skills/create-table-hook/SKILL.md +++ b/packages/solid-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/solid-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: solid, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/solid-table/skills/getting-started/SKILL.md b/packages/solid-table/skills/getting-started/SKILL.md index 65d363af0a..58e06e45f6 100644 --- a/packages/solid-table/skills/getting-started/SKILL.md +++ b/packages/solid-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/solid-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: solid, } requires: ['@tanstack/table-core#core', '@tanstack/table-core#table-features'] diff --git a/packages/solid-table/skills/migrate-v8-to-v9/SKILL.md b/packages/solid-table/skills/migrate-v8-to-v9/SKILL.md index b1aa330756..6c33eee0ed 100644 --- a/packages/solid-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/solid-table/skills/migrate-v8-to-v9/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: lifecycle library: '@tanstack/solid-table' - library_version: '9.2.3' + library_version: '9.2.4' framework: solid requires: - '@tanstack/table-core#migrate-v8-to-v9' diff --git a/packages/solid-table/skills/table-state/SKILL.md b/packages/solid-table/skills/table-state/SKILL.md index 4d50708d27..ecd0b59b41 100644 --- a/packages/solid-table/skills/table-state/SKILL.md +++ b/packages/solid-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: framework, library: '@tanstack/solid-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: solid, } requires: ['@tanstack/table-core#core', getting-started] diff --git a/packages/solid-table/skills/with-tanstack-query/SKILL.md b/packages/solid-table/skills/with-tanstack-query/SKILL.md index 97c1f52610..39dbdba6ff 100644 --- a/packages/solid-table/skills/with-tanstack-query/SKILL.md +++ b/packages/solid-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: composition, library: '@tanstack/solid-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: solid, } requires: diff --git a/packages/solid-table/skills/with-tanstack-virtual/SKILL.md b/packages/solid-table/skills/with-tanstack-virtual/SKILL.md index 4e2d71dafd..758ad853af 100644 --- a/packages/solid-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/solid-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: { type: composition, library: '@tanstack/solid-table', - library_version: '9.2.3', + library_version: '9.2.4', framework: solid, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/svelte-table/CHANGELOG.md b/packages/svelte-table/CHANGELOG.md index 277f1597f9..41af48e224 100644 --- a/packages/svelte-table/CHANGELOG.md +++ b/packages/svelte-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index 29ce927117..cf00d3c965 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Svelte.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-table/skills/create-table-hook/SKILL.md b/packages/svelte-table/skills/create-table-hook/SKILL.md index 3160f80d66..5a33f9b22d 100644 --- a/packages/svelte-table/skills/create-table-hook/SKILL.md +++ b/packages/svelte-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/svelte-table/skills/getting-started/SKILL.md b/packages/svelte-table/skills/getting-started/SKILL.md index d05795d768..3354e5e469 100644 --- a/packages/svelte-table/skills/getting-started/SKILL.md +++ b/packages/svelte-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md b/packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md index 3e3c1b41cc..2428e14b88 100644 --- a/packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/svelte-table/skills/migrate-v8-to-v9/SKILL.md @@ -6,7 +6,7 @@ metadata: type: lifecycle library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#migrate-v8-to-v9' - getting-started diff --git a/packages/svelte-table/skills/table-state/SKILL.md b/packages/svelte-table/skills/table-state/SKILL.md index 4e7cf41c83..4223b7fdc3 100644 --- a/packages/svelte-table/skills/table-state/SKILL.md +++ b/packages/svelte-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/svelte-table/skills/with-tanstack-query/SKILL.md b/packages/svelte-table/skills/with-tanstack-query/SKILL.md index ab5984e283..2da6e76994 100644 --- a/packages/svelte-table/skills/with-tanstack-query/SKILL.md +++ b/packages/svelte-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#client-vs-server' - getting-started diff --git a/packages/svelte-table/skills/with-tanstack-virtual/SKILL.md b/packages/svelte-table/skills/with-tanstack-virtual/SKILL.md index e683c10b24..4eab684e69 100644 --- a/packages/svelte-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/svelte-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/svelte-table' framework: svelte - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/table-core/CHANGELOG.md b/packages/table-core/CHANGELOG.md index 9fb5cc8b5b..1a60ec3323 100644 --- a/packages/table-core/CHANGELOG.md +++ b/packages/table-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/table-core +## 9.2.4 + +### Patch Changes + +- [#6561](https://github.com/TanStack/table/pull/6561) [`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc) - Skip missing core rows when rebuilding a worker row-model payload so stale worker results cannot crash the table + ## 9.2.3 ### Patch Changes diff --git a/packages/table-core/package.json b/packages/table-core/package.json index 8507f76e83..5e91973f96 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-core", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for TS/JS.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-core/skills/aggregation/SKILL.md b/packages/table-core/skills/aggregation/SKILL.md index 04199c60d2..d28e87745c 100644 --- a/packages/table-core/skills/aggregation/SKILL.md +++ b/packages/table-core/skills/aggregation/SKILL.md @@ -3,7 +3,7 @@ name: aggregation description: > Aggregate TanStack Table columns independently of grouping, including grand totals, caller-selected row totals, multiple keyed aggregations, custom context-based definitions, grouped merges, manual values, and worker constraints. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/guide/aggregation.md' diff --git a/packages/table-core/skills/api-not-found/SKILL.md b/packages/table-core/skills/api-not-found/SKILL.md index 51794f7f31..e116dfa007 100644 --- a/packages/table-core/skills/api-not-found/SKILL.md +++ b/packages/table-core/skills/api-not-found/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: sub-skill library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core', 'table-features'] sources: - 'TanStack/table:packages/table-core/src/index.ts' diff --git a/packages/table-core/skills/cell-selection/SKILL.md b/packages/table-core/skills/cell-selection/SKILL.md index dc4e948484..375de4b719 100644 --- a/packages/table-core/skills/cell-selection/SKILL.md +++ b/packages/table-core/skills/cell-selection/SKILL.md @@ -3,7 +3,7 @@ name: cell-selection description: > Select, add, and subtract rectangular cell ranges with cellSelectionFeature: ordered include/exclude operations keyed by row and column id, modifier dragging, final positive bounds, selection edges, render-order resolution under pinning, and autoResetCellSelection. Load for spreadsheet-style selection, “select all except” behavior, unexpected range changes after sorting or reordering, drag performance, or copy-to-clipboard. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/cell-selection.md' diff --git a/packages/table-core/skills/cell-spanning/SKILL.md b/packages/table-core/skills/cell-spanning/SKILL.md index 94ccf9ca6e..cef31c3998 100644 --- a/packages/table-core/skills/cell-spanning/SKILL.md +++ b/packages/table-core/skills/cell-spanning/SKILL.md @@ -3,7 +3,7 @@ name: cell-spanning description: > Merge adjacent body cells with cellSpanningFeature: value-based rowSpan opt-in per column via spanRows, per-row colSpan via spanColumns, and the covered-cell convention where a span of 0 means skip the cell. Load for merged data grids, spans that disappear after sorting or paginating, ragged table rows, or a cell that unexpectedly merges down the whole tbody. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/cell-spanning.md' diff --git a/packages/table-core/skills/client-vs-server/SKILL.md b/packages/table-core/skills/client-vs-server/SKILL.md index ce890a3830..0335c2f42b 100644 --- a/packages/table-core/skills/client-vs-server/SKILL.md +++ b/packages/table-core/skills/client-vs-server/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: sub-skill library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/guide/row-models.md' diff --git a/packages/table-core/skills/column-faceting/SKILL.md b/packages/table-core/skills/column-faceting/SKILL.md index 239ba2826f..28e70aabfc 100644 --- a/packages/table-core/skills/column-faceting/SKILL.md +++ b/packages/table-core/skills/column-faceting/SKILL.md @@ -3,7 +3,7 @@ name: column-faceting description: > Build faceted filter UIs with columnFacetingFeature, facetedRowModel, facetedUniqueValues, and facetedMinMaxValues. Load for facet counts, numeric ranges, own-filter exclusion, or server-page facet completeness. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'column-filtering'] sources: - 'TanStack/table:docs/framework/react/guide/column-faceting.md' diff --git a/packages/table-core/skills/column-filtering/SKILL.md b/packages/table-core/skills/column-filtering/SKILL.md index 09c5d67d3b..4d7852eb29 100644 --- a/packages/table-core/skills/column-filtering/SKILL.md +++ b/packages/table-core/skills/column-filtering/SKILL.md @@ -3,7 +3,7 @@ name: column-filtering description: > Filter columns with columnFilteringFeature, filteredRowModel, filterFns, filterMeta, nested-row direction, and manualFiltering. Load for accessor compatibility, controlled filter updaters, fuzzy metadata, or client/server ownership. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server'] sources: - 'TanStack/table:docs/framework/react/guide/column-filtering.md' diff --git a/packages/table-core/skills/column-ordering/SKILL.md b/packages/table-core/skills/column-ordering/SKILL.md index 03533cb54f..6513ebbb20 100644 --- a/packages/table-core/skills/column-ordering/SKILL.md +++ b/packages/table-core/skills/column-ordering/SKILL.md @@ -3,7 +3,7 @@ name: column-ordering description: > Control TanStack Table v9 leaf columnOrder with stable IDs while accounting for pinning regions, visibility, and groupedColumnMode precedence. Load for drag-and-drop columns or rendered order that differs from state. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/column-ordering.md' diff --git a/packages/table-core/skills/column-pinning/SKILL.md b/packages/table-core/skills/column-pinning/SKILL.md index d76b3590e9..a49a65acd8 100644 --- a/packages/table-core/skills/column-pinning/SKILL.md +++ b/packages/table-core/skills/column-pinning/SKILL.md @@ -3,7 +3,7 @@ name: column-pinning description: > Pin columns into logical start, center, and end regions with columnPinningFeature and renderer-owned sticky CSS. Load for RTL offsets, z-index, backgrounds, overflow, widths, gaps, or overlaps. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'column-sizing'] sources: - 'TanStack/table:docs/framework/react/guide/column-pinning.md' diff --git a/packages/table-core/skills/column-resizing/SKILL.md b/packages/table-core/skills/column-resizing/SKILL.md index a42a9ad4a7..0ce568c4fb 100644 --- a/packages/table-core/skills/column-resizing/SKILL.md +++ b/packages/table-core/skills/column-resizing/SKILL.md @@ -3,7 +3,7 @@ name: column-resizing description: > Wire columnResizingFeature, header.getResizeHandler, resize mode and direction, pointer or touch events, and performant CSS-variable updates. Load when resize state changes but widths do not, or large tables resize slowly. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'column-sizing'] sources: - 'TanStack/table:docs/framework/react/guide/column-resizing.md' diff --git a/packages/table-core/skills/column-sizing/SKILL.md b/packages/table-core/skills/column-sizing/SKILL.md index a81ecbfa8a..0790265c58 100644 --- a/packages/table-core/skills/column-sizing/SKILL.md +++ b/packages/table-core/skills/column-sizing/SKILL.md @@ -3,7 +3,7 @@ name: column-sizing description: > Use columnSizingFeature numeric size, minSize, maxSize, getSize, getStart, getAfter, and total-size APIs in table, grid, or flex CSS. Load for auto or percentage misconceptions and sizing/pinning layout mismatch. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/column-sizing.md' diff --git a/packages/table-core/skills/column-visibility/SKILL.md b/packages/table-core/skills/column-visibility/SKILL.md index 2c8b88136f..7e59bd73a4 100644 --- a/packages/table-core/skills/column-visibility/SKILL.md +++ b/packages/table-core/skills/column-visibility/SKILL.md @@ -3,7 +3,7 @@ name: column-visibility description: > Hide columns with columnVisibilityFeature while rendering visibility-aware header, column, and cell collections. Load when hidden columns remain in the DOM, false-versus-absent state is confused, or enableHiding is misunderstood. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/column-visibility.md' diff --git a/packages/table-core/skills/core/SKILL.md b/packages/table-core/skills/core/SKILL.md index 6b9a736e8c..7c09999a84 100644 --- a/packages/table-core/skills/core/SKILL.md +++ b/packages/table-core/skills/core/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: core library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' sources: - 'TanStack/table:docs/overview.md' - 'TanStack/table:docs/guide/tables.md' diff --git a/packages/table-core/skills/custom-features/SKILL.md b/packages/table-core/skills/custom-features/SKILL.md index 052f99e185..65d4b5a505 100644 --- a/packages/table-core/skills/custom-features/SKILL.md +++ b/packages/table-core/skills/custom-features/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: sub-skill library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core', 'table-features', 'typescript'] sources: - 'TanStack/table:docs/framework/react/guide/custom-features.md' diff --git a/packages/table-core/skills/expanding/SKILL.md b/packages/table-core/skills/expanding/SKILL.md index 2ba8b65999..22472b7ed9 100644 --- a/packages/table-core/skills/expanding/SKILL.md +++ b/packages/table-core/skills/expanding/SKILL.md @@ -3,7 +3,7 @@ name: expanding description: > Expand hierarchical subrows or custom detail panels with rowExpandingFeature, expandedRowModel, getSubRows, getRowCanExpand, manualExpanding, and paginateExpandedRows. Load when expansion state changes but no UI appears. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server'] sources: - 'TanStack/table:docs/framework/react/guide/expanding.md' diff --git a/packages/table-core/skills/global-filtering/SKILL.md b/packages/table-core/skills/global-filtering/SKILL.md index 128ce2496f..95eedba065 100644 --- a/packages/table-core/skills/global-filtering/SKILL.md +++ b/packages/table-core/skills/global-filtering/SKILL.md @@ -3,7 +3,7 @@ name: global-filtering description: > Apply globalFilter across eligible columns with globalFilteringFeature, columnFilteringFeature, filteredRowModel, globalFilterFn, and manual server filtering. Load when columns unexpectedly participate or a global filter changes state without changing rows. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server', 'column-filtering'] sources: - 'TanStack/table:docs/framework/react/guide/global-filtering.md' diff --git a/packages/table-core/skills/grouping/SKILL.md b/packages/table-core/skills/grouping/SKILL.md index b30f206e60..6040f56314 100644 --- a/packages/table-core/skills/grouping/SKILL.md +++ b/packages/table-core/skills/grouping/SKILL.md @@ -3,7 +3,7 @@ name: grouping description: > Group rows with columnGroupingFeature, groupedRowModel, groupedColumnMode, and manualGrouping. Load for grouped or placeholder cells and grouping interactions with expansion or pagination. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server'] sources: - 'TanStack/table:docs/framework/react/guide/grouping.md' diff --git a/packages/table-core/skills/migrate-v8-to-v9/SKILL.md b/packages/table-core/skills/migrate-v8-to-v9/SKILL.md index 4aa34ca3e0..76e4912edd 100644 --- a/packages/table-core/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/table-core/skills/migrate-v8-to-v9/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: lifecycle library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core', 'table-features', 'typescript'] sources: - 'TanStack/table:docs/framework/react/guide/migrating.md' diff --git a/packages/table-core/skills/pagination/SKILL.md b/packages/table-core/skills/pagination/SKILL.md index 86b88925ac..0af18b5f45 100644 --- a/packages/table-core/skills/pagination/SKILL.md +++ b/packages/table-core/skills/pagination/SKILL.md @@ -3,7 +3,7 @@ name: pagination description: > Paginate with rowPaginationFeature and paginatedRowModel or manualPagination. Load for pageIndex/pageSize state, rowCount/pageCount, unknown next-page limits, already-paginated server data, or autoResetPageIndex surprises. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server'] sources: - 'TanStack/table:docs/framework/react/guide/pagination.md' diff --git a/packages/table-core/skills/row-pinning/SKILL.md b/packages/table-core/skills/row-pinning/SKILL.md index 1fc1b78236..83af9fe537 100644 --- a/packages/table-core/skills/row-pinning/SKILL.md +++ b/packages/table-core/skills/row-pinning/SKILL.md @@ -3,7 +3,7 @@ name: row-pinning description: > Pin stable row IDs into top, center, and bottom collections with rowPinningFeature and keepPinnedRows. Load for filtering/pagination visibility, explicit region rendering, or renderer-owned sticky CSS. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/row-pinning.md' diff --git a/packages/table-core/skills/row-selection/SKILL.md b/packages/table-core/skills/row-selection/SKILL.md index cd87ba7524..289998f0cc 100644 --- a/packages/table-core/skills/row-selection/SKILL.md +++ b/packages/table-core/skills/row-selection/SKILL.md @@ -3,7 +3,7 @@ name: row-selection description: > Maintain rowSelection ID state with stable getRowId, single, multi, subrow, and Shift-range rules, selected row models, handler anchors, and manual-pagination semantics. Load when implementing getToggleSelectedHandler, enableRowRangeSelection, selectChildren, deselectParents, or selected IDs that outlive loaded Row objects. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/framework/react/guide/row-selection.md' diff --git a/packages/table-core/skills/sorting/SKILL.md b/packages/table-core/skills/sorting/SKILL.md index b0815c78c9..b057db615c 100644 --- a/packages/table-core/skills/sorting/SKILL.md +++ b/packages/table-core/skills/sorting/SKILL.md @@ -3,7 +3,7 @@ name: sorting description: > Sort with rowSortingFeature, sortedRowModel, sortFns, multi-sort and removal options, sortUndefined, and manualSorting. Load for comparator direction, incoming server order, or product-specific sorting cycles. metadata: - { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.4' } requires: ['core', 'table-features', 'client-vs-server'] sources: - 'TanStack/table:docs/framework/react/guide/sorting.md' diff --git a/packages/table-core/skills/table-features/SKILL.md b/packages/table-core/skills/table-features/SKILL.md index 30b2d2f7fa..faedbd9afc 100644 --- a/packages/table-core/skills/table-features/SKILL.md +++ b/packages/table-core/skills/table-features/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: sub-skill library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core'] sources: - 'TanStack/table:docs/guide/row-models.md' diff --git a/packages/table-core/skills/typescript/SKILL.md b/packages/table-core/skills/typescript/SKILL.md index 6ddfbc11b4..587ee9d5c7 100644 --- a/packages/table-core/skills/typescript/SKILL.md +++ b/packages/table-core/skills/typescript/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: sub-skill library: '@tanstack/table-core' - library_version: '9.2.3' + library_version: '9.2.4' requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/guide/helpers.md' diff --git a/packages/vue-table/CHANGELOG.md b/packages/vue-table/CHANGELOG.md index 2d2465a0f5..0f33115d0c 100644 --- a/packages/vue-table/CHANGELOG.md +++ b/packages/vue-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-table +## 9.2.4 + +### Patch Changes + +- Updated dependencies [[`f72e516`](https://github.com/TanStack/table/commit/f72e5164bcfe749403ec173035c226f8719647fc)]: + - @tanstack/table-core@9.2.4 + ## 9.2.3 ### Patch Changes diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index 5eeb68e8f8..8f1f2dadfa 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.2.3", + "version": "9.2.4", "description": "Headless UI for building powerful tables & datagrids for Vue.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table/skills/create-table-hook/SKILL.md b/packages/vue-table/skills/create-table-hook/SKILL.md index 101c9a827e..e2b583f923 100644 --- a/packages/vue-table/skills/create-table-hook/SKILL.md +++ b/packages/vue-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/vue-table/skills/getting-started/SKILL.md b/packages/vue-table/skills/getting-started/SKILL.md index 6298d6de36..abe6064441 100644 --- a/packages/vue-table/skills/getting-started/SKILL.md +++ b/packages/vue-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - '@tanstack/table-core#table-features' diff --git a/packages/vue-table/skills/migrate-v8-to-v9/SKILL.md b/packages/vue-table/skills/migrate-v8-to-v9/SKILL.md index ebd869284c..1fdff1724d 100644 --- a/packages/vue-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/vue-table/skills/migrate-v8-to-v9/SKILL.md @@ -6,7 +6,7 @@ metadata: type: lifecycle library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#migrate-v8-to-v9' - getting-started diff --git a/packages/vue-table/skills/table-state/SKILL.md b/packages/vue-table/skills/table-state/SKILL.md index 0bf9849b82..5512e6096c 100644 --- a/packages/vue-table/skills/table-state/SKILL.md +++ b/packages/vue-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/vue-table/skills/with-tanstack-query/SKILL.md b/packages/vue-table/skills/with-tanstack-query/SKILL.md index 354915536e..80a2c7b9ab 100644 --- a/packages/vue-table/skills/with-tanstack-query/SKILL.md +++ b/packages/vue-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#client-vs-server' - getting-started diff --git a/packages/vue-table/skills/with-tanstack-virtual/SKILL.md b/packages/vue-table/skills/with-tanstack-virtual/SKILL.md index 34bc121a17..9cf885f1ec 100644 --- a/packages/vue-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/vue-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/vue-table' framework: vue - library_version: '9.2.3' + library_version: '9.2.4' requires: - '@tanstack/table-core#core' - getting-started