diff --git a/.changeset/legacy-column-helper-fn-names.md b/.changeset/legacy-column-helper-fn-names.md deleted file mode 100644 index 9363dd676e..0000000000 --- a/.changeset/legacy-column-helper-fn-names.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/react-table': patch ---- - -Column defs built with `legacyCreateColumnHelper` now accept the built-in `filterFn`, `sortFn`, and `aggregationFn` names, matching the registries `useLegacyTable` registers at runtime. diff --git a/.changeset/silent-planets-learn.md b/.changeset/silent-planets-learn.md deleted file mode 100644 index 53515efbb1..0000000000 --- a/.changeset/silent-planets-learn.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/angular-table-devtools': patch -'@tanstack/preact-table-devtools': patch -'@tanstack/react-table-devtools': patch -'@tanstack/solid-table-devtools': patch -'@tanstack/vue-table-devtools': patch -'@tanstack/table-devtools': patch ---- - -Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools diff --git a/_artifacts/domain_map.yaml b/_artifacts/domain_map.yaml index 1ad3c794c8..bd0ade0007 100644 --- a/_artifacts/domain_map.yaml +++ b/_artifacts/domain_map.yaml @@ -1,6 +1,6 @@ library: name: '@tanstack/table' - version: '9.0.0' + version: '9.0.1' 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 db2bf188c2..be864c3f17 100644 --- a/_artifacts/skill_tree.yaml +++ b/_artifacts/skill_tree.yaml @@ -1,6 +1,6 @@ library: name: '@tanstack/table' - version: '9.0.0' + version: '9.0.1' 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 e4958239fd..6d86b80eb0 100644 --- a/examples/alpine/aggregation/package.json +++ b/examples/alpine/aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/basic-app-table/package.json b/examples/alpine/basic-app-table/package.json index 7137246a64..f6d7ffeb65 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.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/basic-create-table/package.json b/examples/alpine/basic-create-table/package.json index d9ecbc59d0..3aed4b4cbf 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/basic-dynamic-columns/package.json b/examples/alpine/basic-dynamic-columns/package.json index f1c91e45c3..d1d65cb6bd 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/basic-external-atoms/package.json b/examples/alpine/basic-external-atoms/package.json index 18c2de074e..3e5e1371ac 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "@tanstack/store": "^0.11.0", "alpinejs": "^3.15.12" }, diff --git a/examples/alpine/basic-external-state/package.json b/examples/alpine/basic-external-state/package.json index 482dc83326..d54347ae94 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/cell-selection/package.json b/examples/alpine/cell-selection/package.json index a43c6c00ce..febc6ee073 100644 --- a/examples/alpine/cell-selection/package.json +++ b/examples/alpine/cell-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "@tanstack/hotkeys": "^0.8.0", "alpinejs": "^3.15.12" }, diff --git a/examples/alpine/cell-spanning/package.json b/examples/alpine/cell-spanning/package.json index e277932975..87cd3dc9d5 100644 --- a/examples/alpine/cell-spanning/package.json +++ b/examples/alpine/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-ordering/package.json b/examples/alpine/column-ordering/package.json index 7b47aaf701..7fb0420611 100644 --- a/examples/alpine/column-ordering/package.json +++ b/examples/alpine/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-split/package.json b/examples/alpine/column-pinning-split/package.json index 770355d4e1..03b61f2bec 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-sticky/package.json b/examples/alpine/column-pinning-sticky/package.json index e8c0ee94fa..a743351131 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-pinning/package.json b/examples/alpine/column-pinning/package.json index ff3308f41a..8c06c6ac6c 100644 --- a/examples/alpine/column-pinning/package.json +++ b/examples/alpine/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-resizing-performant/package.json b/examples/alpine/column-resizing-performant/package.json index 3daef68708..650690e258 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-resizing/package.json b/examples/alpine/column-resizing/package.json index 49196114fd..c2ec22cb58 100644 --- a/examples/alpine/column-resizing/package.json +++ b/examples/alpine/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-sizing/package.json b/examples/alpine/column-sizing/package.json index 9a1f707c95..eab5000b66 100644 --- a/examples/alpine/column-sizing/package.json +++ b/examples/alpine/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/column-visibility/package.json b/examples/alpine/column-visibility/package.json index c2efd93e63..45eb72223c 100644 --- a/examples/alpine/column-visibility/package.json +++ b/examples/alpine/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/custom-plugin/package.json b/examples/alpine/custom-plugin/package.json index 0f68afa660..6c92bc9f6a 100644 --- a/examples/alpine/custom-plugin/package.json +++ b/examples/alpine/custom-plugin/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/expanding/package.json b/examples/alpine/expanding/package.json index b8e5903014..3058235c34 100644 --- a/examples/alpine/expanding/package.json +++ b/examples/alpine/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted-bucketed/package.json b/examples/alpine/filters-faceted-bucketed/package.json index f1b2af2939..fe60b38f8a 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted/package.json b/examples/alpine/filters-faceted/package.json index 49abbf1e05..60b563d858 100644 --- a/examples/alpine/filters-faceted/package.json +++ b/examples/alpine/filters-faceted/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/filters/package.json b/examples/alpine/filters/package.json index d08960339a..8bc367f607 100644 --- a/examples/alpine/filters/package.json +++ b/examples/alpine/filters/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/grouped-aggregation/package.json b/examples/alpine/grouped-aggregation/package.json index b25433ee72..a9f51d283a 100644 --- a/examples/alpine/grouped-aggregation/package.json +++ b/examples/alpine/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/grouping/package.json b/examples/alpine/grouping/package.json index 04032f716d..ca678f0fe6 100644 --- a/examples/alpine/grouping/package.json +++ b/examples/alpine/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/header-groups/package.json b/examples/alpine/header-groups/package.json index 64eb9226c2..36cbb1e62e 100644 --- a/examples/alpine/header-groups/package.json +++ b/examples/alpine/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/pagination/package.json b/examples/alpine/pagination/package.json index 0d2c2911b4..9f55884777 100644 --- a/examples/alpine/pagination/package.json +++ b/examples/alpine/pagination/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/row-pinning/package.json b/examples/alpine/row-pinning/package.json index fc290b7583..e8b7ad8ac0 100644 --- a/examples/alpine/row-pinning/package.json +++ b/examples/alpine/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/row-selection/package.json b/examples/alpine/row-selection/package.json index a465bd68fb..7917595a5f 100644 --- a/examples/alpine/row-selection/package.json +++ b/examples/alpine/row-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/sorting-dynamic-data/package.json b/examples/alpine/sorting-dynamic-data/package.json index f037e05f17..e48e82e386 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.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/sorting/package.json b/examples/alpine/sorting/package.json index f98ea85165..a5cabd7cd4 100644 --- a/examples/alpine/sorting/package.json +++ b/examples/alpine/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/alpine/sub-components/package.json b/examples/alpine/sub-components/package.json index 8e879e60d8..5b12116cf7 100644 --- a/examples/alpine/sub-components/package.json +++ b/examples/alpine/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/alpine-table": "^9.0.0", + "@tanstack/alpine-table": "^9.0.1", "alpinejs": "^3.15.12" }, "devDependencies": { diff --git a/examples/angular/aggregation/package.json b/examples/angular/aggregation/package.json index d93b418fbc..faaa7a1faa 100644 --- a/examples/angular/aggregation/package.json +++ b/examples/angular/aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 f1773d3fab..22d1561c2e 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.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 e944bc43ac..76d47eb3ab 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.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.23.1", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 960ea3b414..3eabf3f604 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.5.0", "@tanstack/angular-devtools": "^0.0.8", "@tanstack/angular-store": "^0.11.0", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 8df50db38c..a1362d14ab 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.5.0", "@tanstack/angular-devtools": "^0.0.8", "@tanstack/angular-store": "^0.11.0", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 a975f564d3..f195df4c10 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.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 5b3759c6e7..d04292863b 100644 --- a/examples/angular/cell-selection/package.json +++ b/examples/angular/cell-selection/package.json @@ -23,8 +23,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", "@tanstack/angular-hotkeys": "^0.10.0", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 05340d99eb..f4b883de36 100644 --- a/examples/angular/cell-spanning/package.json +++ b/examples/angular/cell-spanning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 8bb7fce619..95f1ae12ec 100644 --- a/examples/angular/column-ordering/package.json +++ b/examples/angular/column-ordering/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 0ce76df896..5ab876aeb6 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.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 0aebc6e798..165ab79fc4 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.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 20e929a3cb..0d203ddac1 100644 --- a/examples/angular/column-pinning/package.json +++ b/examples/angular/column-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 70a381a5d0..737c00b9e4 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.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 1a3e2916c5..3829bff635 100644 --- a/examples/angular/column-resizing/package.json +++ b/examples/angular/column-resizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 a0c163adc9..aadc7db854 100644 --- a/examples/angular/column-sizing/package.json +++ b/examples/angular/column-sizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 c0b910e0d4..3a1cde9d37 100644 --- a/examples/angular/column-visibility/package.json +++ b/examples/angular/column-visibility/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 384493d37c..21f70f80d1 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 8e5a5cf349..ca76a80cbe 100644 --- a/examples/angular/custom-plugin/package.json +++ b/examples/angular/custom-plugin/package.json @@ -19,7 +19,7 @@ "@angular/forms": "^22.1.0", "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/editable/package.json b/examples/angular/editable/package.json index bc273a2718..4ba6e31e7b 100644 --- a/examples/angular/editable/package.json +++ b/examples/angular/editable/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/expanding/package.json b/examples/angular/expanding/package.json index ba0ec05110..5d18743af3 100644 --- a/examples/angular/expanding/package.json +++ b/examples/angular/expanding/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 588064064a..a208f07545 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.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 c976baf30e..d60bb12d94 100644 --- a/examples/angular/filters-faceted/package.json +++ b/examples/angular/filters-faceted/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.23.1", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 081179f7cf..a3ef7b8b43 100644 --- a/examples/angular/filters-fuzzy/package.json +++ b/examples/angular/filters-fuzzy/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.23.1", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/filters/package.json b/examples/angular/filters/package.json index a986152b11..18a2c3bc4b 100644 --- a/examples/angular/filters/package.json +++ b/examples/angular/filters/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.23.1", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 e84ab57bd0..dafce607db 100644 --- a/examples/angular/grouped-aggregation/package.json +++ b/examples/angular/grouped-aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/grouping/package.json b/examples/angular/grouping/package.json index 9b123ef180..5dfd18c745 100644 --- a/examples/angular/grouping/package.json +++ b/examples/angular/grouping/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 c6436991e4..b81d13a099 100644 --- a/examples/angular/header-groups/package.json +++ b/examples/angular/header-groups/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 43feaa49fe..7cb3438968 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -21,9 +21,9 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index 5b0e0ae898..250805a0ac 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 62d97ffce5..dfa312342a 100644 --- a/examples/angular/remote-data/package.json +++ b/examples/angular/remote-data/package.json @@ -25,7 +25,7 @@ "@angular/platform-server": "^22.1.0", "@angular/router": "^22.1.0", "@angular/ssr": "^22.1.2", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 267090f641..f777dcb790 100644 --- a/examples/angular/row-dnd/package.json +++ b/examples/angular/row-dnd/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 1e940c3b70..0654461798 100644 --- a/examples/angular/row-pinning/package.json +++ b/examples/angular/row-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 93415bbf08..841c31ac54 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.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 f9a8cd482d..207c776dc7 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -22,8 +22,8 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.8", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 43fdc6c323..bac7771ebd 100644 --- a/examples/angular/signal-input/package.json +++ b/examples/angular/signal-input/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/sorting/package.json b/examples/angular/sorting/package.json index 3814a17d82..c19eeeddf0 100644 --- a/examples/angular/sorting/package.json +++ b/examples/angular/sorting/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 e6b47d7caf..384dbdd601 100644 --- a/examples/angular/sub-components/package.json +++ b/examples/angular/sub-components/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "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 0cca61d823..051951d002 100644 --- a/examples/angular/virtualized-columns/package.json +++ b/examples/angular/virtualized-columns/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "@tanstack/angular-virtual": "^6.0.2", "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 41090e6de1..28fade82e5 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.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "@tanstack/angular-virtual": "^6.0.2", "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 5113a59cde..16756df00a 100644 --- a/examples/angular/virtualized-rows/package.json +++ b/examples/angular/virtualized-rows/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.0", "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "@tanstack/angular-virtual": "^6.0.2", "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 f3278b7110..430a913a2f 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.5.0", "@tanstack/angular-devtools": "^0.0.8", "@tanstack/angular-form": "^1.33.2", - "@tanstack/angular-table": "^9.0.0", - "@tanstack/angular-table-devtools": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", + "@tanstack/angular-table-devtools": "^9.0.1", "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 c5cef595f6..a610d72fc4 100644 --- a/examples/angular/with-tanstack-query/package.json +++ b/examples/angular/with-tanstack-query/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.0", "@faker-js/faker": "^10.5.0", "@tanstack/angular-query-experimental": "^5.101.4", - "@tanstack/angular-table": "^9.0.0", + "@tanstack/angular-table": "^9.0.1", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/ember/aggregation/package.json b/examples/ember/aggregation/package.json index b7cb9486bc..71a7c93872 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 830168e832..16b44ffdc5 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.5", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 3777fb9095..52b73e42b5 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 062e70f6ca..99652fd291 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 720060763e..249bb5ce91 100644 --- a/examples/ember/basic-table/package.json +++ b/examples/ember/basic-table/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.5", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 12a6841858..2bdd7ca4ab 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "@tanstack/hotkeys": "^0.8.0", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", diff --git a/examples/ember/cell-spanning/package.json b/examples/ember/cell-spanning/package.json index 0c8290519a..77d38365be 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 af96df43cd..a5280971ed 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 5b801681e0..17a295d937 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 8c44d6b93c..fd59bf5287 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 04f23f4ba7..7dbf92aa3e 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 46ecacaaed..858d489cf4 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 b61c37ce7a..6a815d6574 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 4022cdd68d..77501b0d8e 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 004c24d3ac..5e8c434e2b 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 64a882ff52..0e62a0a20e 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", - "@tanstack/table-core": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", + "@tanstack/table-core": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/editable/package.json b/examples/ember/editable/package.json index 895b52e826..cadee869f5 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/expanding/package.json b/examples/ember/expanding/package.json index 636459977a..7775402eed 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 49efddb557..c15624b64f 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 a7928d9fbb..e4f0cf120b 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 a1014979a0..96e9286995 100644 --- a/examples/ember/filters-fuzzy/package.json +++ b/examples/ember/filters-fuzzy/package.json @@ -27,8 +27,8 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters/package.json b/examples/ember/filters/package.json index 9861ad8f10..0a37de1bbe 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 baba8b0c58..b791df920b 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/grouping/package.json b/examples/ember/grouping/package.json index 72cffe593f..c018be6de4 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 8f79f18fc4..09a9bb0aad 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 cfc11eee36..bf28cf415b 100644 --- a/examples/ember/kitchen-sink/package.json +++ b/examples/ember/kitchen-sink/package.json @@ -27,8 +27,8 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/pagination/package.json b/examples/ember/pagination/package.json index ab0159828b..d3831f5ead 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/remote-data/package.json b/examples/ember/remote-data/package.json index eec4e220fb..883cdd09f9 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 ed4331f3de..c5d5c1d071 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 bebbf4afd1..c913a8b3cd 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 f375af9e26..d34f00e6f1 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/sorting/package.json b/examples/ember/sorting/package.json index a91363fab1..bb70c41369 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.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 ee600744b1..8a922b3b2d 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.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.0.0", + "@tanstack/ember-table": "^9.0.1", "decorator-transforms": "2.4.0", "ember-source": "7.1.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/lit/aggregation/package.json b/examples/lit/aggregation/package.json index 7b82dce468..e0612046ee 100644 --- a/examples/lit/aggregation/package.json +++ b/examples/lit/aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-app-table/package.json b/examples/lit/basic-app-table/package.json index 9051bc6d1d..cbc512d649 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.5.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-dynamic-columns/package.json b/examples/lit/basic-dynamic-columns/package.json index 682297ead5..2423e95f67 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-external-atoms/package.json b/examples/lit/basic-external-atoms/package.json index 9a296e45bc..c59c222d37 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "@tanstack/store": "^0.11.0", "lit": "^3.3.3" }, diff --git a/examples/lit/basic-external-state/package.json b/examples/lit/basic-external-state/package.json index 6de23b4752..470508ef38 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-subscribe/package.json b/examples/lit/basic-subscribe/package.json index 8506184364..f585acf895 100644 --- a/examples/lit/basic-subscribe/package.json +++ b/examples/lit/basic-subscribe/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/lit-store": "^0.14.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-table-controller/package.json b/examples/lit/basic-table-controller/package.json index ed4b463a56..e782187808 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-selection/package.json b/examples/lit/cell-selection/package.json index a7534c4d33..ffa5aa4ec4 100644 --- a/examples/lit/cell-selection/package.json +++ b/examples/lit/cell-selection/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/lit-hotkeys": "^0.11.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-spanning/package.json b/examples/lit/cell-spanning/package.json index e462ae6fcd..930ca767ba 100644 --- a/examples/lit/cell-spanning/package.json +++ b/examples/lit/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-ordering/package.json b/examples/lit/column-ordering/package.json index d44e72de2f..bdf6212bf0 100644 --- a/examples/lit/column-ordering/package.json +++ b/examples/lit/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-split/package.json b/examples/lit/column-pinning-split/package.json index b7f0c07c01..fd95097eb6 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-sticky/package.json b/examples/lit/column-pinning-sticky/package.json index 760afa2a38..dff552616e 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning/package.json b/examples/lit/column-pinning/package.json index d019e3e770..91550dd252 100644 --- a/examples/lit/column-pinning/package.json +++ b/examples/lit/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing-performant/package.json b/examples/lit/column-resizing-performant/package.json index a0b66a97f9..b66aa847cd 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing/package.json b/examples/lit/column-resizing/package.json index db6b1e1656..5dd1a4aa7e 100644 --- a/examples/lit/column-resizing/package.json +++ b/examples/lit/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-sizing/package.json b/examples/lit/column-sizing/package.json index 2acd7a82dd..98a3bef634 100644 --- a/examples/lit/column-sizing/package.json +++ b/examples/lit/column-sizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-visibility/package.json b/examples/lit/column-visibility/package.json index bcd3cc0686..4a15d84f71 100644 --- a/examples/lit/column-visibility/package.json +++ b/examples/lit/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/composable-tables/package.json b/examples/lit/composable-tables/package.json index d4e1c57e8d..660776dd71 100644 --- a/examples/lit/composable-tables/package.json +++ b/examples/lit/composable-tables/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/expanding/package.json b/examples/lit/expanding/package.json index 74b6084cfa..04a4d9f2a7 100644 --- a/examples/lit/expanding/package.json +++ b/examples/lit/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted-bucketed/package.json b/examples/lit/filters-faceted-bucketed/package.json index 4aa73f7047..2491daf20c 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted/package.json b/examples/lit/filters-faceted/package.json index 01440cd566..c56813d478 100644 --- a/examples/lit/filters-faceted/package.json +++ b/examples/lit/filters-faceted/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-fuzzy/package.json b/examples/lit/filters-fuzzy/package.json index 189cdcf341..82cd885928 100644 --- a/examples/lit/filters-fuzzy/package.json +++ b/examples/lit/filters-fuzzy/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters/package.json b/examples/lit/filters/package.json index 8cf75e5d8f..ad9ab7a610 100644 --- a/examples/lit/filters/package.json +++ b/examples/lit/filters/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouped-aggregation/package.json b/examples/lit/grouped-aggregation/package.json index b2c7006ed9..14f557ba84 100644 --- a/examples/lit/grouped-aggregation/package.json +++ b/examples/lit/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouping/package.json b/examples/lit/grouping/package.json index cd718fcbf6..f5a5ba69b2 100644 --- a/examples/lit/grouping/package.json +++ b/examples/lit/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/header-groups/package.json b/examples/lit/header-groups/package.json index 6bf6130758..6022f32b36 100644 --- a/examples/lit/header-groups/package.json +++ b/examples/lit/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/kitchen-sink/package.json b/examples/lit/kitchen-sink/package.json index e4cbe2fba6..5945a21a7a 100644 --- a/examples/lit/kitchen-sink/package.json +++ b/examples/lit/kitchen-sink/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", + "@tanstack/match-sorter-utils": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index e7ae14e8d3..87fc16d9bf 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-pinning/package.json b/examples/lit/row-pinning/package.json index 42cec2e74e..ca2eccecf6 100644 --- a/examples/lit/row-pinning/package.json +++ b/examples/lit/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-selection/package.json b/examples/lit/row-selection/package.json index d7bfae42aa..bea97327df 100644 --- a/examples/lit/row-selection/package.json +++ b/examples/lit/row-selection/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting-dynamic-data/package.json b/examples/lit/sorting-dynamic-data/package.json index b0145abb95..fe5e96a94a 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting/package.json b/examples/lit/sorting/package.json index ff3d696929..34b3cb2b20 100644 --- a/examples/lit/sorting/package.json +++ b/examples/lit/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sub-components/package.json b/examples/lit/sub-components/package.json index 7622f7ee57..c5a072bfda 100644 --- a/examples/lit/sub-components/package.json +++ b/examples/lit/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/virtualized-columns/package.json b/examples/lit/virtualized-columns/package.json index 8980c27881..0f2bc94a4d 100644 --- a/examples/lit/virtualized-columns/package.json +++ b/examples/lit/virtualized-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "@tanstack/lit-virtual": "^3.13.36", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-infinite-scrolling/package.json b/examples/lit/virtualized-infinite-scrolling/package.json index 70959d86f9..e861113c97 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.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "@tanstack/lit-virtual": "^3.13.36", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-rows/package.json b/examples/lit/virtualized-rows/package.json index 939e408c0f..68da26f9f9 100644 --- a/examples/lit/virtualized-rows/package.json +++ b/examples/lit/virtualized-rows/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.0.0", + "@tanstack/lit-table": "^9.0.1", "@tanstack/lit-virtual": "^3.13.36", "lit": "^3.3.3" }, diff --git a/examples/octane/aggregation/package.json b/examples/octane/aggregation/package.json index c792a01e0b..419857fafb 100644 --- a/examples/octane/aggregation/package.json +++ b/examples/octane/aggregation/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-dynamic-columns/package.json b/examples/octane/basic-dynamic-columns/package.json index ef7057d01a..615e1379ee 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-external-atoms/package.json b/examples/octane/basic-external-atoms/package.json index 5ece3172df..6bf72b0d52 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.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-external-state/package.json b/examples/octane/basic-external-state/package.json index a0da1cbff9..d86348956b 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-subscribe/package.json b/examples/octane/basic-subscribe/package.json index 6b74d17125..33444030dc 100644 --- a/examples/octane/basic-subscribe/package.json +++ b/examples/octane/basic-subscribe/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-use-app-table/package.json b/examples/octane/basic-use-app-table/package.json index a71f69439a..403aa9bb79 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.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/basic-use-table/package.json b/examples/octane/basic-use-table/package.json index 82794797eb..23c4283d5d 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.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/cell-spanning/package.json b/examples/octane/cell-spanning/package.json index 3d7dc2d815..2973c336a4 100644 --- a/examples/octane/cell-spanning/package.json +++ b/examples/octane/cell-spanning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-ordering/package.json b/examples/octane/column-ordering/package.json index 1138347130..9f1d606df8 100644 --- a/examples/octane/column-ordering/package.json +++ b/examples/octane/column-ordering/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-pinning-split/package.json b/examples/octane/column-pinning-split/package.json index 3dd4825d6c..fd0d5a6f54 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-pinning-sticky/package.json b/examples/octane/column-pinning-sticky/package.json index 65ffd7619b..fe052f7d06 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-pinning/package.json b/examples/octane/column-pinning/package.json index bf75dc2563..fa0104027e 100644 --- a/examples/octane/column-pinning/package.json +++ b/examples/octane/column-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-resizing-performant/package.json b/examples/octane/column-resizing-performant/package.json index 3773c052a7..9f2a173961 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-resizing/package.json b/examples/octane/column-resizing/package.json index edb084df25..a0ca56801a 100644 --- a/examples/octane/column-resizing/package.json +++ b/examples/octane/column-resizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-sizing/package.json b/examples/octane/column-sizing/package.json index d9f0aed52a..e151541c13 100644 --- a/examples/octane/column-sizing/package.json +++ b/examples/octane/column-sizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/column-visibility/package.json b/examples/octane/column-visibility/package.json index 60a9cd00af..e0e8a99924 100644 --- a/examples/octane/column-visibility/package.json +++ b/examples/octane/column-visibility/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/composable-tables/package.json b/examples/octane/composable-tables/package.json index 873166ab5c..7a8f98c8e4 100644 --- a/examples/octane/composable-tables/package.json +++ b/examples/octane/composable-tables/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/custom-plugin/package.json b/examples/octane/custom-plugin/package.json index df4591865a..f7ca71a342 100644 --- a/examples/octane/custom-plugin/package.json +++ b/examples/octane/custom-plugin/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/expanding/package.json b/examples/octane/expanding/package.json index 54819e5022..8bb6bed0f7 100644 --- a/examples/octane/expanding/package.json +++ b/examples/octane/expanding/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/filters-faceted-bucketed/package.json b/examples/octane/filters-faceted-bucketed/package.json index e83bb31ec7..a869e351e9 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.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/filters-faceted/package.json b/examples/octane/filters-faceted/package.json index 23c58489bf..18ca085745 100644 --- a/examples/octane/filters-faceted/package.json +++ b/examples/octane/filters-faceted/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/filters-fuzzy/package.json b/examples/octane/filters-fuzzy/package.json index 668db37ce5..4f4d76a05a 100644 --- a/examples/octane/filters-fuzzy/package.json +++ b/examples/octane/filters-fuzzy/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/filters/package.json b/examples/octane/filters/package.json index 27689308bf..f53caf4562 100644 --- a/examples/octane/filters/package.json +++ b/examples/octane/filters/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/grouped-aggregation/package.json b/examples/octane/grouped-aggregation/package.json index 02dc522820..20fb9c3a13 100644 --- a/examples/octane/grouped-aggregation/package.json +++ b/examples/octane/grouped-aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/grouping/package.json b/examples/octane/grouping/package.json index b6bc186ca4..e39c7ea231 100644 --- a/examples/octane/grouping/package.json +++ b/examples/octane/grouping/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/header-groups/package.json b/examples/octane/header-groups/package.json index 463f7284cf..3a9c883ae8 100644 --- a/examples/octane/header-groups/package.json +++ b/examples/octane/header-groups/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/kitchen-sink/package.json b/examples/octane/kitchen-sink/package.json index 11eee524b8..5be557ead2 100644 --- a/examples/octane/kitchen-sink/package.json +++ b/examples/octane/kitchen-sink/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/pagination/package.json b/examples/octane/pagination/package.json index 6c045f18bf..0145277998 100644 --- a/examples/octane/pagination/package.json +++ b/examples/octane/pagination/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/row-pinning/package.json b/examples/octane/row-pinning/package.json index c1c7c9d7d8..7d82fa03c5 100644 --- a/examples/octane/row-pinning/package.json +++ b/examples/octane/row-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/row-selection/package.json b/examples/octane/row-selection/package.json index 7c9e4fb766..e0f1306605 100644 --- a/examples/octane/row-selection/package.json +++ b/examples/octane/row-selection/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/octane-store": "^0.12.1", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/sorting/package.json b/examples/octane/sorting/package.json index afc004c0f0..52777285e9 100644 --- a/examples/octane/sorting/package.json +++ b/examples/octane/sorting/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/octane/sub-components/package.json b/examples/octane/sub-components/package.json index b4834ccac9..af35614e59 100644 --- a/examples/octane/sub-components/package.json +++ b/examples/octane/sub-components/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/octane-table": "^9.0.0", + "@tanstack/octane-table": "^9.0.1", "octane": "0.1.21" }, "devDependencies": { diff --git a/examples/preact/aggregation/package.json b/examples/preact/aggregation/package.json index c9d920f8d2..24c24d2888 100644 --- a/examples/preact/aggregation/package.json +++ b/examples/preact/aggregation/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-dynamic-columns/package.json b/examples/preact/basic-dynamic-columns/package.json index c1dacc8156..090307547f 100644 --- a/examples/preact/basic-dynamic-columns/package.json +++ b/examples/preact/basic-dynamic-columns/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index e20f4bb7d5..f2231e49d8 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index 73a787a4f2..46dffce487 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 651e343e2c..f7592cee0a 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index 320a1d62d1..c382189a19 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.9", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index da2a8d70a3..f7c1080351 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.9", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/cell-selection/package.json b/examples/preact/cell-selection/package.json index 3ddac41856..08bbbb8009 100644 --- a/examples/preact/cell-selection/package.json +++ b/examples/preact/cell-selection/package.json @@ -16,8 +16,8 @@ "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-hotkeys": "^0.10.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/cell-spanning/package.json b/examples/preact/cell-spanning/package.json index da2fd436f0..7124cd9c19 100644 --- a/examples/preact/cell-spanning/package.json +++ b/examples/preact/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-ordering/package.json b/examples/preact/column-ordering/package.json index 9438f4742d..4567428289 100644 --- a/examples/preact/column-ordering/package.json +++ b/examples/preact/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-pinning-split/package.json b/examples/preact/column-pinning-split/package.json index 0b72763bd5..f24a3f4291 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.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-pinning-sticky/package.json b/examples/preact/column-pinning-sticky/package.json index c1622b6f62..04a8fd4466 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.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-pinning/package.json b/examples/preact/column-pinning/package.json index 9f10f107f7..6919b0f7ef 100644 --- a/examples/preact/column-pinning/package.json +++ b/examples/preact/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-resizing-performant/package.json b/examples/preact/column-resizing-performant/package.json index da872129e1..eee1323b28 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.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-resizing/package.json b/examples/preact/column-resizing/package.json index 02097f02d0..0da2ba902e 100644 --- a/examples/preact/column-resizing/package.json +++ b/examples/preact/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-sizing/package.json b/examples/preact/column-sizing/package.json index c92ff76b9f..c329421666 100644 --- a/examples/preact/column-sizing/package.json +++ b/examples/preact/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/column-visibility/package.json b/examples/preact/column-visibility/package.json index 830ae203bb..03d1b85d2a 100644 --- a/examples/preact/column-visibility/package.json +++ b/examples/preact/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index a372074737..5239262c97 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/custom-plugin/package.json b/examples/preact/custom-plugin/package.json index bc06e55b1b..ebc2bc5e66 100644 --- a/examples/preact/custom-plugin/package.json +++ b/examples/preact/custom-plugin/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/expanding/package.json b/examples/preact/expanding/package.json index dc35f6ca21..0e1fa26783 100644 --- a/examples/preact/expanding/package.json +++ b/examples/preact/expanding/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/filters-faceted-bucketed/package.json b/examples/preact/filters-faceted-bucketed/package.json index ae6f267b18..172f5e06d9 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.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/filters-faceted/package.json b/examples/preact/filters-faceted/package.json index c74ae3d7ae..e559ca7fb4 100644 --- a/examples/preact/filters-faceted/package.json +++ b/examples/preact/filters-faceted/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/filters-fuzzy/package.json b/examples/preact/filters-fuzzy/package.json index 224b0b7187..456b562744 100644 --- a/examples/preact/filters-fuzzy/package.json +++ b/examples/preact/filters-fuzzy/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/filters/package.json b/examples/preact/filters/package.json index 21cb04c797..43911c6707 100644 --- a/examples/preact/filters/package.json +++ b/examples/preact/filters/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/grouped-aggregation/package.json b/examples/preact/grouped-aggregation/package.json index a7ff3f8edf..c616a27242 100644 --- a/examples/preact/grouped-aggregation/package.json +++ b/examples/preact/grouped-aggregation/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/grouping/package.json b/examples/preact/grouping/package.json index d6bd8fa823..14b6887de5 100644 --- a/examples/preact/grouping/package.json +++ b/examples/preact/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/header-groups/package.json b/examples/preact/header-groups/package.json index 048a10720a..126db985d0 100644 --- a/examples/preact/header-groups/package.json +++ b/examples/preact/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index 71b9c73f40..b6e017b12d 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -13,10 +13,10 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/preact-devtools": "^0.10.9", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/pagination/package.json b/examples/preact/pagination/package.json index cd0867d0be..f23a3df844 100644 --- a/examples/preact/pagination/package.json +++ b/examples/preact/pagination/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/row-pinning/package.json b/examples/preact/row-pinning/package.json index f6bac1cb64..a398e16fd1 100644 --- a/examples/preact/row-pinning/package.json +++ b/examples/preact/row-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index 7a3c7b2869..9468d1a128 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/sorting/package.json b/examples/preact/sorting/package.json index 5d4d3fca1b..0afce0b68b 100644 --- a/examples/preact/sorting/package.json +++ b/examples/preact/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/sub-components/package.json b/examples/preact/sub-components/package.json index 6fe1ed82df..83eafbd504 100644 --- a/examples/preact/sub-components/package.json +++ b/examples/preact/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-form/package.json b/examples/preact/with-tanstack-form/package.json index 452574b09f..de32f31f53 100644 --- a/examples/preact/with-tanstack-form/package.json +++ b/examples/preact/with-tanstack-form/package.json @@ -16,8 +16,8 @@ "@tanstack/preact-devtools": "^0.10.9", "@tanstack/preact-form": "^1.30.2", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0", - "@tanstack/preact-table-devtools": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", + "@tanstack/preact-table-devtools": "^9.0.1", "@tanstack/react-form-devtools": "^0.2.31", "preact": "^10.29.7", "zod": "^4.4.3" diff --git a/examples/preact/with-tanstack-query/package.json b/examples/preact/with-tanstack-query/package.json index fa98a1c6c9..45563de9d4 100644 --- a/examples/preact/with-tanstack-query/package.json +++ b/examples/preact/with-tanstack-query/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-query": "^5.101.4", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0", + "@tanstack/preact-table": "^9.0.1", "preact": "^10.29.7" }, "devDependencies": { diff --git a/examples/react/aggregation/package.json b/examples/react/aggregation/package.json index fbb6b5942f..8793d9ddef 100644 --- a/examples/react/aggregation/package.json +++ b/examples/react/aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 d7cfdb18a2..baa152cdf0 100644 --- a/examples/react/basic-dynamic-columns/package.json +++ b/examples/react/basic-dynamic-columns/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 4298db679b..78a3dc920f 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 70bf30ee4b..4dd6ea3785 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 09566960fd..45b88ca3f2 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -16,8 +16,8 @@ "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 d6bf48abb3..c82ff895b2 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.9", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 1fb92d60d1..b4b39f51cc 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 4e44c68557..81e9bd989c 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -13,8 +13,8 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.9", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 937b8f4edd..8af784e2ae 100644 --- a/examples/react/cell-selection/package.json +++ b/examples/react/cell-selection/package.json @@ -16,8 +16,8 @@ "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 ab6c1274e4..6c04ef4cf9 100644 --- a/examples/react/cell-spanning/package.json +++ b/examples/react/cell-spanning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 d29676dd2d..145840e5a8 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 5e272565fe..60bdcd90cf 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 741a884073..cb67379192 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 ecba934277..365453d044 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 8637aa57b9..91757f726e 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 98e8b6287e..4bad721717 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 1c05198012..6d9e2c3e44 100644 --- a/examples/react/column-resizing/package.json +++ b/examples/react/column-resizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 fb016a3871..d6b73b5f54 100644 --- a/examples/react/column-sizing/package.json +++ b/examples/react/column-sizing/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 2752dd8eb1..9a2b7504dc 100644 --- a/examples/react/column-visibility/package.json +++ b/examples/react/column-visibility/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 4aab6980e4..e60f31e4fd 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -15,8 +15,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 7c8c1ff7ba..57efdb0dcd 100644 --- a/examples/react/custom-plugin/package.json +++ b/examples/react/custom-plugin/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 64a0e509a7..18b9436d79 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 2b25fe50ac..2127ad9ea8 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 2cf9114044..fe3a7199aa 100644 --- a/examples/react/filters-faceted/package.json +++ b/examples/react/filters-faceted/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 be15b08c51..11492aff4b 100644 --- a/examples/react/filters-fuzzy/package.json +++ b/examples/react/filters-fuzzy/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 8922d695a0..4bc2379e56 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -13,9 +13,9 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 597ba5a419..36adccf615 100644 --- a/examples/react/grouped-aggregation/package.json +++ b/examples/react/grouped-aggregation/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index a0ae7d2bdf..b77eddd5b7 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 6d746543df..b7ef6521fd 100644 --- a/examples/react/header-groups/package.json +++ b/examples/react/header-groups/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 7d0cde2305..aed09aeef4 100644 --- a/examples/react/kitchen-sink-chakra-ui/package.json +++ b/examples/react/kitchen-sink-chakra-ui/package.json @@ -20,11 +20,11 @@ "@emotion/react": "^11.14.0", "@faker-js/faker": "^10.5.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "date-fns": "^4.4.0", "next-themes": "^0.4.6", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index 89e0d08727..2fe5d0b531 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -20,11 +20,11 @@ "@heroui/react": "^3.2.1", "@heroui/styles": "^3.2.1", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index fbca5f78ba..35b95a646d 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -20,11 +20,11 @@ "@mantine/core": "^9.5.0", "@mantine/hooks": "^9.5.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index 51eea7c3e3..cced344d6d 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -21,11 +21,11 @@ "@faker-js/faker": "^10.5.0", "@mui/icons-material": "^9.2.0", "@mui/material": "^9.2.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index b89b4addbb..a29b3ad4f0 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -18,11 +18,11 @@ "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.5.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "date-fns": "^4.4.0", "react": "^19.2.8", "react-aria-components": "^1.19.0", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index ab6ba24e54..9f6bf38175 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -20,11 +20,11 @@ "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.5.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink-shadcn-radix/package.json b/examples/react/kitchen-sink-shadcn-radix/package.json index 05bd7f1210..76bdb6d88d 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -19,11 +19,11 @@ "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.5.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index c54431d14d..af6ecb22ea 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -17,15 +17,15 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-router": "^1.170.18", "@tanstack/react-start": "^1.168.27", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 68f0b9962f..89d5d00cd7 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.5.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 9b754de5e9..ddae41c799 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.1", "@heroui/styles": "^3.2.1", "@tailwindcss/vite": "^4.3.3", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 976e5f5a2d..7b52fcdcdf 100644 --- a/examples/react/lib-mantine/package.json +++ b/examples/react/lib-mantine/package.json @@ -16,7 +16,7 @@ "@mantine/core": "^9.5.0", "@mantine/hooks": "^9.5.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 81de9ec30a..8c59bf9f82 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.5.0", "@mui/icons-material": "^9.2.0", "@mui/material": "^9.2.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 5201c03b0c..df56d00ae1 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.5.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-aria-components": "^1.19.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 b625cb9642..3c86554f48 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.5.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.28.0", diff --git a/examples/react/lib-shadcn-radix/package.json b/examples/react/lib-shadcn-radix/package.json index 4415fb73b4..73c353fc13 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.5.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.28.0", diff --git a/examples/react/mantine-react-table/package.json b/examples/react/mantine-react-table/package.json index 2f26a0c90a..f8227b7057 100644 --- a/examples/react/mantine-react-table/package.json +++ b/examples/react/mantine-react-table/package.json @@ -17,9 +17,9 @@ "@mantine/dates": "^9.5.0", "@mantine/hooks": "^9.5.0", "@tabler/icons-react": "^3.46.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "clsx": "^2.1.1", "dayjs": "^1.11.21", diff --git a/examples/react/material-react-table/package.json b/examples/react/material-react-table/package.json index 0ac7e6c2be..4b021679e5 100644 --- a/examples/react/material-react-table/package.json +++ b/examples/react/material-react-table/package.json @@ -18,10 +18,10 @@ "@mui/icons-material": "^9.2.0", "@mui/material": "^9.2.0", "@mui/x-date-pickers": "^9.10.1", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "highlight-words": "^2.0.0", "react": "^19.2.8", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index b5826d326c..88d89e27a8 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 d7c834aefe..0489ce0ec4 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 26bd89362e..c9f432343b 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 2835543835..2286f45104 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -16,8 +16,8 @@ "@tanstack/react-devtools": "^0.10.9", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index 6734411ec3..bd98648f40 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/spreadsheet/package.json b/examples/react/spreadsheet/package.json index 3f21db1d11..d9ffc6c3fc 100644 --- a/examples/react/spreadsheet/package.json +++ b/examples/react/spreadsheet/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 189ab9ad07..69d230ae3b 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 80f1e9a53d..7c425eeea8 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 7e6d713615..03cc024c73 100644 --- a/examples/react/virtualized-columns/package.json +++ b/examples/react/virtualized-columns/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 fe58ffd32d..dd58f3f6d2 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.5.0", "@tanstack/react-query": "^5.101.4", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 2524168f75..196b32938b 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.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 91a656d028..ad339c3535 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "@tanstack/react-virtual": "^3.14.9", "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 238e550bcd..804aa96997 100644 --- a/examples/react/web-worker-row-models/package.json +++ b/examples/react/web-worker-row-models/package.json @@ -17,8 +17,8 @@ "@tanstack/react-router": "^1.170.18", "@tanstack/react-start": "^1.168.27", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "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 62edd6914a..4ba0332e9e 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -17,8 +17,8 @@ "@tanstack/react-form": "^1.33.2", "@tanstack/react-form-devtools": "^0.2.31", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0", - "@tanstack/react-table-devtools": "^9.0.0", + "@tanstack/react-table": "^9.0.1", + "@tanstack/react-table-devtools": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8", "zod": "^4.4.3" diff --git a/examples/react/with-tanstack-query/package.json b/examples/react/with-tanstack-query/package.json index f89585d03e..7a3be8c2db 100644 --- a/examples/react/with-tanstack-query/package.json +++ b/examples/react/with-tanstack-query/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-query": "^5.101.4", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "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 92f8ac5587..f2d1617750 100644 --- a/examples/react/with-tanstack-router/package.json +++ b/examples/react/with-tanstack-router/package.json @@ -15,7 +15,7 @@ "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.101.4", "@tanstack/react-router": "^1.170.18", - "@tanstack/react-table": "^9.0.0", + "@tanstack/react-table": "^9.0.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/solid/aggregation/package.json b/examples/solid/aggregation/package.json index e60c7f53ae..1bd6bbc668 100644 --- a/examples/solid/aggregation/package.json +++ b/examples/solid/aggregation/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index 12355a2e60..6eb9952997 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -20,8 +20,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-dynamic-columns/package.json b/examples/solid/basic-dynamic-columns/package.json index 44b0a82162..33faf51af3 100644 --- a/examples/solid/basic-dynamic-columns/package.json +++ b/examples/solid/basic-dynamic-columns/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index d141948da9..cea5e12599 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -21,8 +21,8 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.9", "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 007e3cb629..adbc2cb037 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index 117392851c..dc654c84b5 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/cell-selection/package.json b/examples/solid/cell-selection/package.json index ca7eb75d22..df71e9c5fe 100644 --- a/examples/solid/cell-selection/package.json +++ b/examples/solid/cell-selection/package.json @@ -21,8 +21,8 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.9", "@tanstack/solid-hotkeys": "^0.10.0", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/cell-spanning/package.json b/examples/solid/cell-spanning/package.json index 413176e1d9..13b5488533 100644 --- a/examples/solid/cell-spanning/package.json +++ b/examples/solid/cell-spanning/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 119314f774..cacebe5e5f 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning-split/package.json b/examples/solid/column-pinning-split/package.json index 4c8ec7df3a..b0470a2036 100644 --- a/examples/solid/column-pinning-split/package.json +++ b/examples/solid/column-pinning-split/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning-sticky/package.json b/examples/solid/column-pinning-sticky/package.json index 3adf956423..5ba3781302 100644 --- a/examples/solid/column-pinning-sticky/package.json +++ b/examples/solid/column-pinning-sticky/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning/package.json b/examples/solid/column-pinning/package.json index ae623b7c7d..ba13b05608 100644 --- a/examples/solid/column-pinning/package.json +++ b/examples/solid/column-pinning/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-resizing-performant/package.json b/examples/solid/column-resizing-performant/package.json index baf8a08ef3..49348bb272 100644 --- a/examples/solid/column-resizing-performant/package.json +++ b/examples/solid/column-resizing-performant/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-resizing/package.json b/examples/solid/column-resizing/package.json index c87b293061..10a6a70f4c 100644 --- a/examples/solid/column-resizing/package.json +++ b/examples/solid/column-resizing/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-sizing/package.json b/examples/solid/column-sizing/package.json index d79aac97d0..0cc1648116 100644 --- a/examples/solid/column-sizing/package.json +++ b/examples/solid/column-sizing/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index 36c9e4eee4..9821395d37 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index fcb79d4fe5..30c63c3606 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/expanding/package.json b/examples/solid/expanding/package.json index 01267ed104..7f0545c322 100644 --- a/examples/solid/expanding/package.json +++ b/examples/solid/expanding/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-faceted-bucketed/package.json b/examples/solid/filters-faceted-bucketed/package.json index 78866e6f6d..77c944192b 100644 --- a/examples/solid/filters-faceted-bucketed/package.json +++ b/examples/solid/filters-faceted-bucketed/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-faceted/package.json b/examples/solid/filters-faceted/package.json index c2a5ab3481..4ed697fb0b 100644 --- a/examples/solid/filters-faceted/package.json +++ b/examples/solid/filters-faceted/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-fuzzy/package.json b/examples/solid/filters-fuzzy/package.json index 1ee3ea39f7..ee403f2180 100644 --- a/examples/solid/filters-fuzzy/package.json +++ b/examples/solid/filters-fuzzy/package.json @@ -19,9 +19,9 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index f8a346d931..d2d279b70d 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/grouped-aggregation/package.json b/examples/solid/grouped-aggregation/package.json index 4bfc8fc086..837db910d2 100644 --- a/examples/solid/grouped-aggregation/package.json +++ b/examples/solid/grouped-aggregation/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/grouping/package.json b/examples/solid/grouping/package.json index dbf47a5505..e5ede39e2d 100644 --- a/examples/solid/grouping/package.json +++ b/examples/solid/grouping/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/header-groups/package.json b/examples/solid/header-groups/package.json index f403bd8b64..fca4297adb 100644 --- a/examples/solid/header-groups/package.json +++ b/examples/solid/header-groups/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index 13df932270..1921968fff 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -19,10 +19,10 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/pagination/package.json b/examples/solid/pagination/package.json index bd40d2b99e..1dd6533c78 100644 --- a/examples/solid/pagination/package.json +++ b/examples/solid/pagination/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/row-pinning/package.json b/examples/solid/row-pinning/package.json index c152d22ca0..92351ebcc7 100644 --- a/examples/solid/row-pinning/package.json +++ b/examples/solid/row-pinning/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index 196771b6da..66cd1201c7 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -20,8 +20,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.9", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index 03a5ce28ab..4ac043b53a 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/spreadsheet/package.json b/examples/solid/spreadsheet/package.json index e934f42bd9..03c9764f35 100644 --- a/examples/solid/spreadsheet/package.json +++ b/examples/solid/spreadsheet/package.json @@ -14,7 +14,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/solid-hotkeys": "^0.10.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "@tanstack/solid-virtual": "^3.13.36", "solid-js": "^1.9.14" }, diff --git a/examples/solid/sub-components/package.json b/examples/solid/sub-components/package.json index 2f04dc2291..0c433b24ea 100644 --- a/examples/solid/sub-components/package.json +++ b/examples/solid/sub-components/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/virtualized-columns/package.json b/examples/solid/virtualized-columns/package.json index 5fd5fb41cc..22c3e44a67 100644 --- a/examples/solid/virtualized-columns/package.json +++ b/examples/solid/virtualized-columns/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "@tanstack/solid-virtual": "^3.13.36", "solid-js": "^1.9.14" } diff --git a/examples/solid/virtualized-infinite-scrolling/package.json b/examples/solid/virtualized-infinite-scrolling/package.json index dc57eff4ac..7d9773ca43 100644 --- a/examples/solid/virtualized-infinite-scrolling/package.json +++ b/examples/solid/virtualized-infinite-scrolling/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "@tanstack/solid-virtual": "^3.13.36", "solid-js": "^1.9.14" } diff --git a/examples/solid/virtualized-rows/package.json b/examples/solid/virtualized-rows/package.json index 1b19bc570b..ce13d7a883 100644 --- a/examples/solid/virtualized-rows/package.json +++ b/examples/solid/virtualized-rows/package.json @@ -19,7 +19,7 @@ "vite-plugin-solid": "^2.11.14" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "@tanstack/solid-virtual": "^3.13.36", "solid-js": "^1.9.14" } diff --git a/examples/solid/with-tanstack-form/package.json b/examples/solid/with-tanstack-form/package.json index 88e26810ba..22aeb5e38f 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -22,8 +22,8 @@ "@tanstack/solid-devtools": "^0.8.9", "@tanstack/solid-form": "^1.33.2", "@tanstack/solid-form-devtools": "^0.2.31", - "@tanstack/solid-table": "^9.0.0", - "@tanstack/solid-table-devtools": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", + "@tanstack/solid-table-devtools": "^9.0.1", "solid-js": "^1.9.14", "zod": "^4.4.3" } diff --git a/examples/solid/with-tanstack-query/package.json b/examples/solid/with-tanstack-query/package.json index eff2af407f..8bcfb89723 100644 --- a/examples/solid/with-tanstack-query/package.json +++ b/examples/solid/with-tanstack-query/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/solid/with-tanstack-router/package.json b/examples/solid/with-tanstack-router/package.json index 2e197dd07c..2887baaef4 100644 --- a/examples/solid/with-tanstack-router/package.json +++ b/examples/solid/with-tanstack-router/package.json @@ -23,7 +23,7 @@ "@tanstack/solid-pacer": "^0.21.1", "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-router": "^1.170.18", - "@tanstack/solid-table": "^9.0.0", + "@tanstack/solid-table": "^9.0.1", "solid-js": "^1.9.14" } } diff --git a/examples/svelte/aggregation/package.json b/examples/svelte/aggregation/package.json index c0e7c49c90..0c80e30f68 100644 --- a/examples/svelte/aggregation/package.json +++ b/examples/svelte/aggregation/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-app-table/package.json b/examples/svelte/basic-app-table/package.json index fa4887374d..9358fd2683 100644 --- a/examples/svelte/basic-app-table/package.json +++ b/examples/svelte/basic-app-table/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-create-table/package.json b/examples/svelte/basic-create-table/package.json index 7d327d48bd..60176f57a9 100644 --- a/examples/svelte/basic-create-table/package.json +++ b/examples/svelte/basic-create-table/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-dynamic-columns/package.json b/examples/svelte/basic-dynamic-columns/package.json index 7ad4ac8aad..abd9647d0e 100644 --- a/examples/svelte/basic-dynamic-columns/package.json +++ b/examples/svelte/basic-dynamic-columns/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-external-atoms/package.json b/examples/svelte/basic-external-atoms/package.json index 0a2f16dd9f..c935c0793b 100644 --- a/examples/svelte/basic-external-atoms/package.json +++ b/examples/svelte/basic-external-atoms/package.json @@ -17,7 +17,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-external-state/package.json b/examples/svelte/basic-external-state/package.json index 4cd3bcec09..b7f6654204 100644 --- a/examples/svelte/basic-external-state/package.json +++ b/examples/svelte/basic-external-state/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/basic-snippets/package.json b/examples/svelte/basic-snippets/package.json index 7cb74ebad8..2c46dbbbb1 100644 --- a/examples/svelte/basic-snippets/package.json +++ b/examples/svelte/basic-snippets/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/cell-selection/package.json b/examples/svelte/cell-selection/package.json index b2c5040be2..3aabf6856d 100644 --- a/examples/svelte/cell-selection/package.json +++ b/examples/svelte/cell-selection/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/cell-spanning/package.json b/examples/svelte/cell-spanning/package.json index 0232f2eba2..06a665cb9e 100644 --- a/examples/svelte/cell-spanning/package.json +++ b/examples/svelte/cell-spanning/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-ordering/package.json b/examples/svelte/column-ordering/package.json index ca99de9a94..618e99a6a0 100644 --- a/examples/svelte/column-ordering/package.json +++ b/examples/svelte/column-ordering/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-pinning-split/package.json b/examples/svelte/column-pinning-split/package.json index 55a854c98a..bce2e3bc93 100644 --- a/examples/svelte/column-pinning-split/package.json +++ b/examples/svelte/column-pinning-split/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-pinning-sticky/package.json b/examples/svelte/column-pinning-sticky/package.json index 1b89bc1905..8bd0aedac7 100644 --- a/examples/svelte/column-pinning-sticky/package.json +++ b/examples/svelte/column-pinning-sticky/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-pinning/package.json b/examples/svelte/column-pinning/package.json index 2e4a5be9db..6b3d0e1257 100644 --- a/examples/svelte/column-pinning/package.json +++ b/examples/svelte/column-pinning/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-resizing-performant/package.json b/examples/svelte/column-resizing-performant/package.json index 4e49300038..f066465c3e 100644 --- a/examples/svelte/column-resizing-performant/package.json +++ b/examples/svelte/column-resizing-performant/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-resizing/package.json b/examples/svelte/column-resizing/package.json index b9e4b80740..06b80a8ae5 100644 --- a/examples/svelte/column-resizing/package.json +++ b/examples/svelte/column-resizing/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-sizing/package.json b/examples/svelte/column-sizing/package.json index 7057775d32..937e0a8bf0 100644 --- a/examples/svelte/column-sizing/package.json +++ b/examples/svelte/column-sizing/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/column-visibility/package.json b/examples/svelte/column-visibility/package.json index 9235819da3..7a5b562795 100644 --- a/examples/svelte/column-visibility/package.json +++ b/examples/svelte/column-visibility/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/composable-tables/package.json b/examples/svelte/composable-tables/package.json index d1c44d8b64..51938a074e 100644 --- a/examples/svelte/composable-tables/package.json +++ b/examples/svelte/composable-tables/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/expanding/package.json b/examples/svelte/expanding/package.json index d180b5d1f9..510a2d6642 100644 --- a/examples/svelte/expanding/package.json +++ b/examples/svelte/expanding/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/filtering/package.json b/examples/svelte/filtering/package.json index 62a3292721..286a6b9dd2 100644 --- a/examples/svelte/filtering/package.json +++ b/examples/svelte/filtering/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/filters-faceted-bucketed/package.json b/examples/svelte/filters-faceted-bucketed/package.json index 00df9f7b0c..2ba2d3a9c7 100644 --- a/examples/svelte/filters-faceted-bucketed/package.json +++ b/examples/svelte/filters-faceted-bucketed/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/filters-faceted/package.json b/examples/svelte/filters-faceted/package.json index a8724ee599..c019b50c1e 100644 --- a/examples/svelte/filters-faceted/package.json +++ b/examples/svelte/filters-faceted/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/filters-fuzzy/package.json b/examples/svelte/filters-fuzzy/package.json index 1902ca3ee0..263338239e 100644 --- a/examples/svelte/filters-fuzzy/package.json +++ b/examples/svelte/filters-fuzzy/package.json @@ -14,8 +14,8 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/grouped-aggregation/package.json b/examples/svelte/grouped-aggregation/package.json index d95d7cafa2..81c54d1a18 100644 --- a/examples/svelte/grouped-aggregation/package.json +++ b/examples/svelte/grouped-aggregation/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/grouping/package.json b/examples/svelte/grouping/package.json index 778da1d3b4..68019bdffc 100644 --- a/examples/svelte/grouping/package.json +++ b/examples/svelte/grouping/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/header-groups/package.json b/examples/svelte/header-groups/package.json index 5015fea0ec..0f56c740c7 100644 --- a/examples/svelte/header-groups/package.json +++ b/examples/svelte/header-groups/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/kitchen-sink-shadcn/package.json b/examples/svelte/kitchen-sink-shadcn/package.json index 76b2e23acd..f2fc31207d 100644 --- a/examples/svelte/kitchen-sink-shadcn/package.json +++ b/examples/svelte/kitchen-sink-shadcn/package.json @@ -21,9 +21,9 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/pacer": "^0.21.1", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.1.2", "bits-ui": "^2.16.3", diff --git a/examples/svelte/kitchen-sink/package.json b/examples/svelte/kitchen-sink/package.json index 3c61695993..cff580a9f0 100644 --- a/examples/svelte/kitchen-sink/package.json +++ b/examples/svelte/kitchen-sink/package.json @@ -14,8 +14,8 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/lib-shadcn/package.json b/examples/svelte/lib-shadcn/package.json index f6ae861af2..255090c9a5 100644 --- a/examples/svelte/lib-shadcn/package.json +++ b/examples/svelte/lib-shadcn/package.json @@ -17,7 +17,7 @@ "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.21.1", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.1.2", "bits-ui": "^2.16.3", diff --git a/examples/svelte/pagination/package.json b/examples/svelte/pagination/package.json index dabd808d36..e752698e5f 100644 --- a/examples/svelte/pagination/package.json +++ b/examples/svelte/pagination/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/row-pinning/package.json b/examples/svelte/row-pinning/package.json index 9e3ca94906..7a68956a1b 100644 --- a/examples/svelte/row-pinning/package.json +++ b/examples/svelte/row-pinning/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/row-selection/package.json b/examples/svelte/row-selection/package.json index df01d37873..5de51095f3 100644 --- a/examples/svelte/row-selection/package.json +++ b/examples/svelte/row-selection/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/sorting/package.json b/examples/svelte/sorting/package.json index 43331b13a1..66b2c16ef5 100644 --- a/examples/svelte/sorting/package.json +++ b/examples/svelte/sorting/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/spreadsheet/package.json b/examples/svelte/spreadsheet/package.json index 8962b31e9b..a3890291b6 100644 --- a/examples/svelte/spreadsheet/package.json +++ b/examples/svelte/spreadsheet/package.json @@ -16,7 +16,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tanstack/svelte-virtual": "^3.13.35", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", diff --git a/examples/svelte/sub-components/package.json b/examples/svelte/sub-components/package.json index 911a8a90f5..2ea1961aa3 100644 --- a/examples/svelte/sub-components/package.json +++ b/examples/svelte/sub-components/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", "svelte-check": "^4.7.4", diff --git a/examples/svelte/virtualized-columns/package.json b/examples/svelte/virtualized-columns/package.json index 23f398bc4c..fcaf4e985a 100644 --- a/examples/svelte/virtualized-columns/package.json +++ b/examples/svelte/virtualized-columns/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tanstack/svelte-virtual": "^3.13.35", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", diff --git a/examples/svelte/virtualized-infinite-scrolling/package.json b/examples/svelte/virtualized-infinite-scrolling/package.json index 8b00228df0..c4178f5d42 100644 --- a/examples/svelte/virtualized-infinite-scrolling/package.json +++ b/examples/svelte/virtualized-infinite-scrolling/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", "@tanstack/svelte-query": "^6.1.38", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tanstack/svelte-virtual": "^3.13.35", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", diff --git a/examples/svelte/virtualized-rows/package.json b/examples/svelte/virtualized-rows/package.json index 9905032917..d2b4b55eca 100644 --- a/examples/svelte/virtualized-rows/package.json +++ b/examples/svelte/virtualized-rows/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.5.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.2.0", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "@tanstack/svelte-virtual": "^3.13.35", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.56.8", diff --git a/examples/svelte/with-tanstack-form/package.json b/examples/svelte/with-tanstack-form/package.json index 2e741831f9..a09c01da66 100644 --- a/examples/svelte/with-tanstack-form/package.json +++ b/examples/svelte/with-tanstack-form/package.json @@ -23,7 +23,7 @@ "dependencies": { "@tanstack/form-core": "^1.33.2", "@tanstack/svelte-form": "^1.33.2", - "@tanstack/svelte-table": "^9.0.0", + "@tanstack/svelte-table": "^9.0.1", "zod": "^4.4.3" } } diff --git a/examples/svelte/with-tanstack-query/package.json b/examples/svelte/with-tanstack-query/package.json index bdd2e867ec..bde233fd3e 100644 --- a/examples/svelte/with-tanstack-query/package.json +++ b/examples/svelte/with-tanstack-query/package.json @@ -22,6 +22,6 @@ }, "dependencies": { "@tanstack/svelte-query": "^6.1.38", - "@tanstack/svelte-table": "^9.0.0" + "@tanstack/svelte-table": "^9.0.1" } } diff --git a/examples/vanilla/aggregation/package.json b/examples/vanilla/aggregation/package.json index 400549acd0..c311317de0 100644 --- a/examples/vanilla/aggregation/package.json +++ b/examples/vanilla/aggregation/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.0" }, "dependencies": { - "@tanstack/table-core": "^9.0.0" + "@tanstack/table-core": "^9.0.1" } } diff --git a/examples/vanilla/basic/package.json b/examples/vanilla/basic/package.json index b26a34343e..d8d6c34f06 100644 --- a/examples/vanilla/basic/package.json +++ b/examples/vanilla/basic/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.0" }, "dependencies": { - "@tanstack/table-core": "^9.0.0" + "@tanstack/table-core": "^9.0.1" } } diff --git a/examples/vanilla/pagination/package.json b/examples/vanilla/pagination/package.json index f95bcc5407..5312faf234 100644 --- a/examples/vanilla/pagination/package.json +++ b/examples/vanilla/pagination/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.0" }, "dependencies": { - "@tanstack/table-core": "^9.0.0" + "@tanstack/table-core": "^9.0.1" } } diff --git a/examples/vanilla/sorting/package.json b/examples/vanilla/sorting/package.json index 1393836b1c..027deabe2b 100644 --- a/examples/vanilla/sorting/package.json +++ b/examples/vanilla/sorting/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.0" }, "dependencies": { - "@tanstack/table-core": "^9.0.0" + "@tanstack/table-core": "^9.0.1" } } diff --git a/examples/vue/aggregation/package.json b/examples/vue/aggregation/package.json index 283866f0b6..1f3000e3eb 100644 --- a/examples/vue/aggregation/package.json +++ b/examples/vue/aggregation/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/basic-dynamic-columns/package.json b/examples/vue/basic-dynamic-columns/package.json index 40e5227bb4..75735c9b38 100644 --- a/examples/vue/basic-dynamic-columns/package.json +++ b/examples/vue/basic-dynamic-columns/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index 4bc9855ccd..0ab065ec38 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index cb439b52de..fdcfecc220 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index f1336fa35f..5a4712e809 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index f5a292f6ab..06be87bb83 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/cell-selection/package.json b/examples/vue/cell-selection/package.json index 7c156e4192..bf84f9a691 100644 --- a/examples/vue/cell-selection/package.json +++ b/examples/vue/cell-selection/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", "@tanstack/vue-hotkeys": "^0.10.0", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/cell-spanning/package.json b/examples/vue/cell-spanning/package.json index fa0105702e..770d1dabce 100644 --- a/examples/vue/cell-spanning/package.json +++ b/examples/vue/cell-spanning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 89d9499b58..c1642ae4bc 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-pinning-split/package.json b/examples/vue/column-pinning-split/package.json index 66905cba3d..7959ddb5e4 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.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-pinning-sticky/package.json b/examples/vue/column-pinning-sticky/package.json index 96c7ddb5a9..c75224944e 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.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 24319f8885..5dcc46bf0c 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-resizing-performant/package.json b/examples/vue/column-resizing-performant/package.json index c3eea0b1e3..7c47c4ba72 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.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-resizing/package.json b/examples/vue/column-resizing/package.json index 237be02807..2b29ada80c 100644 --- a/examples/vue/column-resizing/package.json +++ b/examples/vue/column-resizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-sizing/package.json b/examples/vue/column-sizing/package.json index f2c1547e44..8012260d3d 100644 --- a/examples/vue/column-sizing/package.json +++ b/examples/vue/column-sizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/column-visibility/package.json b/examples/vue/column-visibility/package.json index 488afd30e7..a37bc3ebcf 100644 --- a/examples/vue/column-visibility/package.json +++ b/examples/vue/column-visibility/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 58eb1bff50..50ee405fd0 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -12,8 +12,8 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.23", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/expanding/package.json b/examples/vue/expanding/package.json index 9b8d4d9cff..c70f56e76a 100644 --- a/examples/vue/expanding/package.json +++ b/examples/vue/expanding/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/filters-faceted-bucketed/package.json b/examples/vue/filters-faceted-bucketed/package.json index 493e3cd5ba..5191347c60 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.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/filters-faceted/package.json b/examples/vue/filters-faceted/package.json index ee24367cbc..816b3784b6 100644 --- a/examples/vue/filters-faceted/package.json +++ b/examples/vue/filters-faceted/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/filters-fuzzy/package.json b/examples/vue/filters-fuzzy/package.json index 9e1f917547..5f109e6c86 100644 --- a/examples/vue/filters-fuzzy/package.json +++ b/examples/vue/filters-fuzzy/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/filters/package.json b/examples/vue/filters/package.json index 278264a884..ebab448b2d 100644 --- a/examples/vue/filters/package.json +++ b/examples/vue/filters/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/grouped-aggregation/package.json b/examples/vue/grouped-aggregation/package.json index 9f5d804c21..bac7e283a4 100644 --- a/examples/vue/grouped-aggregation/package.json +++ b/examples/vue/grouped-aggregation/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/grouping/package.json b/examples/vue/grouping/package.json index 7ec4ae627e..fd6d3ee39b 100644 --- a/examples/vue/grouping/package.json +++ b/examples/vue/grouping/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/header-groups/package.json b/examples/vue/header-groups/package.json index 49dd6ca6b6..d0bebd647f 100644 --- a/examples/vue/header-groups/package.json +++ b/examples/vue/header-groups/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink-shadcn/package.json b/examples/vue/kitchen-sink-shadcn/package.json index c376c034b8..8df5b9fccf 100644 --- a/examples/vue/kitchen-sink-shadcn/package.json +++ b/examples/vue/kitchen-sink-shadcn/package.json @@ -16,11 +16,11 @@ "@internationalized/date": "^3.12.0", "@lucide/vue": "^1.28.0", "@tailwindcss/vite": "^4.3.3", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/pacer": "^0.21.1", "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "@vueuse/core": "^14.4.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index bf71416c16..84d8f55803 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/lib-shadcn/package.json b/examples/vue/lib-shadcn/package.json index d209a4a15b..1a85c0665c 100644 --- a/examples/vue/lib-shadcn/package.json +++ b/examples/vue/lib-shadcn/package.json @@ -15,7 +15,7 @@ "@lucide/vue": "^1.28.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.21.1", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "@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 86d81331e5..4353b6b590 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/row-pinning/package.json b/examples/vue/row-pinning/package.json index 31e635dc84..66a2383828 100644 --- a/examples/vue/row-pinning/package.json +++ b/examples/vue/row-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index ff8ebd226d..2c0988b95b 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -12,8 +12,8 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index 88b2195b37..5d1172ebdd 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/sub-components/package.json b/examples/vue/sub-components/package.json index 8a3fc4f7ed..388246c92f 100644 --- a/examples/vue/sub-components/package.json +++ b/examples/vue/sub-components/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/examples/vue/virtualized-columns/package.json b/examples/vue/virtualized-columns/package.json index d1edd41ca5..724b83b031 100644 --- a/examples/vue/virtualized-columns/package.json +++ b/examples/vue/virtualized-columns/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.40" }, diff --git a/examples/vue/virtualized-infinite-scrolling/package.json b/examples/vue/virtualized-infinite-scrolling/package.json index 87ab494b3f..f8a9860d3b 100644 --- a/examples/vue/virtualized-infinite-scrolling/package.json +++ b/examples/vue/virtualized-infinite-scrolling/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.40" }, diff --git a/examples/vue/virtualized-rows/package.json b/examples/vue/virtualized-rows/package.json index 8048187837..649698d0fb 100644 --- a/examples/vue/virtualized-rows/package.json +++ b/examples/vue/virtualized-rows/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.40" }, diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index db5b9f5b95..8544c3c78a 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -13,8 +13,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.23", "@tanstack/vue-form": "^1.33.2", - "@tanstack/vue-table": "^9.0.0", - "@tanstack/vue-table-devtools": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", + "@tanstack/vue-table-devtools": "^9.0.1", "vue": "^3.5.40", "zod": "^4.4.3" }, diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index 9e368535ae..d12875ed7e 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -11,10 +11,10 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/match-sorter-utils": "^9.0.0", + "@tanstack/match-sorter-utils": "^9.0.1", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0", + "@tanstack/vue-table": "^9.0.1", "vue": "^3.5.40" }, "devDependencies": { diff --git a/packages/alpine-table/CHANGELOG.md b/packages/alpine-table/CHANGELOG.md index d388b0bf27..e396d1c62f 100644 --- a/packages/alpine-table/CHANGELOG.md +++ b/packages/alpine-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/alpine-table/package.json b/packages/alpine-table/package.json index c237d5701d..3cdc174935 100644 --- a/packages/alpine-table/package.json +++ b/packages/alpine-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-table", - "version": "9.0.0", + "version": "9.0.1", "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 3bd4f59d65..c32d458888 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.0.0' + library_version: '9.0.1' 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 168e3e0c6a..a2cf4dfe0d 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.0.0' + library_version: '9.0.1' 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 f624b46b38..a04a9c5722 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/angular-table-devtools/CHANGELOG.md b/packages/angular-table-devtools/CHANGELOG.md index 44d33b4337..12131707f7 100644 --- a/packages/angular-table-devtools/CHANGELOG.md +++ b/packages/angular-table-devtools/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/angular-table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + +- Updated dependencies [[`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc)]: + - @tanstack/table-devtools@9.0.1 + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/angular-table-devtools/package.json b/packages/angular-table-devtools/package.json index 49ee77965c..697fbd36f6 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.0.0", + "version": "9.0.1", "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 fc6f694a8d..c731be4bbb 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/angular-table/CHANGELOG.md b/packages/angular-table/CHANGELOG.md index 77015f40c8..a07b36644c 100644 --- a/packages/angular-table/CHANGELOG.md +++ b/packages/angular-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/angular-table/package.json b/packages/angular-table/package.json index f416893bdd..dbb3037d56 100644 --- a/packages/angular-table/package.json +++ b/packages/angular-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table", - "version": "9.0.0", + "version": "9.0.1", "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 f4ac93668c..d4931454bb 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.0.0' + library_version: '9.0.1' 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 9fbe5f2688..5276717499 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.0.0' + library_version: '9.0.1' 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 57d939fcce..574ede25f0 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.0.0' + library_version: '9.0.1' 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 50f5f26990..3927cbcbaa 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.0.0' + library_version: '9.0.1' 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 48798ffa43..bc1e485b05 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.0.0' + library_version: '9.0.1' 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 f47ff54149..79f3b4ec62 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/ember-table/CHANGELOG.md b/packages/ember-table/CHANGELOG.md index 314d194df2..d774011fff 100644 --- a/packages/ember-table/CHANGELOG.md +++ b/packages/ember-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/ember-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/ember-table/package.json b/packages/ember-table/package.json index 9b49f839f4..f1a3da605d 100644 --- a/packages/ember-table/package.json +++ b/packages/ember-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ember-table", - "version": "9.0.0", + "version": "9.0.1", "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 cf5b68cc1b..eaa318e8f7 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.0.0' + library_version: '9.0.1' 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 85ce4dda26..9c67d8eca0 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.0.0' + library_version: '9.0.1' 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 7cf7722414..0cdafb1e20 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/lit-table/CHANGELOG.md b/packages/lit-table/CHANGELOG.md index 115cc66544..29abdf94c4 100644 --- a/packages/lit-table/CHANGELOG.md +++ b/packages/lit-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/lit-table/package.json b/packages/lit-table/package.json index 5d8cce3f30..556f1ef77c 100644 --- a/packages/lit-table/package.json +++ b/packages/lit-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-table", - "version": "9.0.0", + "version": "9.0.1", "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 4c3f7324c8..848e91af79 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.0.0' + library_version: '9.0.1' 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 8f59086ac2..891ce463f3 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.0.0' + library_version: '9.0.1' 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 fdaab6384a..e7db54d960 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.0.0' + library_version: '9.0.1' 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 f373689e36..0360db1684 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.0.0' + library_version: '9.0.1' 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 dcab446b0c..50f965e2e0 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/match-sorter-utils/CHANGELOG.md b/packages/match-sorter-utils/CHANGELOG.md index 53908ac975..bcb64db966 100644 --- a/packages/match-sorter-utils/CHANGELOG.md +++ b/packages/match-sorter-utils/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/match-sorter-utils +## 9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/match-sorter-utils/package.json b/packages/match-sorter-utils/package.json index 8f8215fcea..4d33c2e31c 100644 --- a/packages/match-sorter-utils/package.json +++ b/packages/match-sorter-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/match-sorter-utils", - "version": "9.0.0", + "version": "9.0.1", "description": "A fork of match-sorter with separated filtering and sorting phases", "contributors": [ "Kent C. Dodds", diff --git a/packages/match-sorter-utils/skills/fuzzy-ranking/SKILL.md b/packages/match-sorter-utils/skills/fuzzy-ranking/SKILL.md index 9bd3c2b169..d3f159f53b 100644 --- a/packages/match-sorter-utils/skills/fuzzy-ranking/SKILL.md +++ b/packages/match-sorter-utils/skills/fuzzy-ranking/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: core library: '@tanstack/match-sorter-utils' - library_version: '9.0.0' + library_version: '9.0.1' sources: - 'TanStack/table:packages/match-sorter-utils/src/index.ts' - 'TanStack/table:docs/framework/react/guide/fuzzy-filtering.md' diff --git a/packages/octane-table/CHANGELOG.md b/packages/octane-table/CHANGELOG.md index e7b2598eca..212c5e540e 100644 --- a/packages/octane-table/CHANGELOG.md +++ b/packages/octane-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/octane-table/package.json b/packages/octane-table/package.json index a630531235..1e9425aa7c 100644 --- a/packages/octane-table/package.json +++ b/packages/octane-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-table", - "version": "9.0.0", + "version": "9.0.1", "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 fb41737300..a5821a2b8e 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.0.0', + library_version: '9.0.1', 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 a9c4180819..2b08445e89 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.0.0', + library_version: '9.0.1', 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 f3f58a779f..1279b49893 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.0.0', + library_version: '9.0.1', framework: octane, } requires: ['@tanstack/table-core#core', getting-started] diff --git a/packages/preact-table-devtools/CHANGELOG.md b/packages/preact-table-devtools/CHANGELOG.md index 498073ecbd..f164278417 100644 --- a/packages/preact-table-devtools/CHANGELOG.md +++ b/packages/preact-table-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/preact-table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + +- Updated dependencies [[`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc)]: + - @tanstack/table-devtools@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/preact-table-devtools/package.json b/packages/preact-table-devtools/package.json index c96438e597..52a05e74eb 100644 --- a/packages/preact-table-devtools/package.json +++ b/packages/preact-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table-devtools", - "version": "9.0.0", + "version": "9.0.1", "description": "Preact devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-table-devtools/skills/devtools/SKILL.md b/packages/preact-table-devtools/skills/devtools/SKILL.md index eb93384dc6..9f7e37b460 100644 --- a/packages/preact-table-devtools/skills/devtools/SKILL.md +++ b/packages/preact-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/preact-table-devtools' framework: preact - library_version: '9.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/preact-table/CHANGELOG.md b/packages/preact-table/CHANGELOG.md index 35675ca95c..efbd200cc9 100644 --- a/packages/preact-table/CHANGELOG.md +++ b/packages/preact-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/preact-table/package.json b/packages/preact-table/package.json index f5f20e21b9..7dc65ecb01 100644 --- a/packages/preact-table/package.json +++ b/packages/preact-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table", - "version": "9.0.0", + "version": "9.0.1", "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 aaf7b7e32d..a5f424688b 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.0.0', + library_version: '9.0.1', 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 a4ab934e58..0a583286b5 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.0.0', + library_version: '9.0.1', 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 24478c7e4c..f06d931c3e 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.0.0' + library_version: '9.0.1' 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 da8bcc5252..8d8b8cb466 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.0.0', + library_version: '9.0.1', 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 e6c9ad278f..239a5d8ba8 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.0.0', + library_version: '9.0.1', 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 db5fcda6c7..96d9c3582b 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.0.0', + library_version: '9.0.1', framework: preact, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/react-table-devtools/CHANGELOG.md b/packages/react-table-devtools/CHANGELOG.md index d3e3cb4ff7..91a40a7e0f 100644 --- a/packages/react-table-devtools/CHANGELOG.md +++ b/packages/react-table-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + +- Updated dependencies [[`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc)]: + - @tanstack/table-devtools@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index 15bee8928c..24416d1e2a 100644 --- a/packages/react-table-devtools/package.json +++ b/packages/react-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table-devtools", - "version": "9.0.0", + "version": "9.0.1", "description": "React devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/skills/devtools/SKILL.md b/packages/react-table-devtools/skills/devtools/SKILL.md index e42f2a8e4e..6aa2319a23 100644 --- a/packages/react-table-devtools/skills/devtools/SKILL.md +++ b/packages/react-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/react-table-devtools' framework: react - library_version: '9.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 088119e407..ac56cddd60 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/react-table +## 9.0.1 + +### Patch Changes + +- [#6521](https://github.com/TanStack/table/pull/6521) [`10accb2`](https://github.com/TanStack/table/commit/10accb27cef872d84118580dba03b541c887378e) - Column defs built with `legacyCreateColumnHelper` now accept the built-in `filterFn`, `sortFn`, and `aggregationFn` names, matching the registries `useLegacyTable` registers at runtime. + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/react-table/package.json b/packages/react-table/package.json index e523fded43..66c5ed0e94 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "9.0.0", + "version": "9.0.1", "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 066acf9c9b..bfe6f61b6f 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.0.0' + library_version: '9.0.1' 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 273d6a2c10..045fdad234 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.0.0' + library_version: '9.0.1' 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 e472ce0a9f..24d8df91c1 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.0.0' + library_version: '9.0.1' 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 d3dfbceea0..c4e6c610d6 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.0.0' + library_version: '9.0.1' 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 fcac83f054..1ecff586da 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.0.0' + library_version: '9.0.1' 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 28f99cfd51..b73eb609a8 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.0.0' + library_version: '9.0.1' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/solid-table-devtools/CHANGELOG.md b/packages/solid-table-devtools/CHANGELOG.md index 1f515ebabf..8970c0bc15 100644 --- a/packages/solid-table-devtools/CHANGELOG.md +++ b/packages/solid-table-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/solid-table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + +- Updated dependencies [[`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc)]: + - @tanstack/table-devtools@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/solid-table-devtools/package.json b/packages/solid-table-devtools/package.json index 21525807e8..3ad184f723 100644 --- a/packages/solid-table-devtools/package.json +++ b/packages/solid-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table-devtools", - "version": "9.0.0", + "version": "9.0.1", "description": "Solid devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table-devtools/skills/devtools/SKILL.md b/packages/solid-table-devtools/skills/devtools/SKILL.md index 56cf2ae7f3..41c2839438 100644 --- a/packages/solid-table-devtools/skills/devtools/SKILL.md +++ b/packages/solid-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/solid-table-devtools' framework: solid - library_version: '9.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/solid-table/CHANGELOG.md b/packages/solid-table/CHANGELOG.md index f7ace593da..1bf1a9b705 100644 --- a/packages/solid-table/CHANGELOG.md +++ b/packages/solid-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index 1edf0ed80f..d8b9030834 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "9.0.0", + "version": "9.0.1", "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 bac7e6a1fe..ed6415c3b5 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.0.0', + library_version: '9.0.1', 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 ffe096c8a0..31f839dcbb 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.0.0', + library_version: '9.0.1', 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 1d3a6eeb72..e08ad025b5 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.0.0' + library_version: '9.0.1' 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 e6fb79037a..1fce7e7836 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.0.0', + library_version: '9.0.1', 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 95768e1775..10f3c98844 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.0.0', + library_version: '9.0.1', 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 fc8cc4920f..d6b14ae3c6 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.0.0', + library_version: '9.0.1', 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 057bcdbb54..a41f6f8880 100644 --- a/packages/svelte-table/CHANGELOG.md +++ b/packages/svelte-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index 102fd22b40..71b9f2a384 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-table", - "version": "9.0.0", + "version": "9.0.1", "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 d2b733e7e0..a33c3154b5 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.0.0' + library_version: '9.0.1' 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 f74b558b82..d5a0d3b9f8 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.0.0' + library_version: '9.0.1' 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 fc68680e62..678bbb536a 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.0.0' + library_version: '9.0.1' 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 f4ba9fca59..08d592be41 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.0.0' + library_version: '9.0.1' 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 d4d146411a..ccae8239db 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.0.0' + library_version: '9.0.1' 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 8daeda1013..0d110851b8 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/table-core/CHANGELOG.md b/packages/table-core/CHANGELOG.md index 6dce4243be..4f26c1d503 100644 --- a/packages/table-core/CHANGELOG.md +++ b/packages/table-core/CHANGELOG.md @@ -1,5 +1,7 @@ # @tanstack/table-core +## 9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/table-core/package.json b/packages/table-core/package.json index c7c4b19273..9b63dbc6fc 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-core", - "version": "9.0.0", + "version": "9.0.1", "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 04d2e8782f..a3cedb32e3 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 b025bbcf14..7aeeaccde8 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.0.0' + library_version: '9.0.1' 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 34907121b1..4342bc4657 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 9ed7e047db..cc0cc67c42 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 3d32c0558c..bc87a12a64 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.0.0' + library_version: '9.0.1' 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 5bc4e37ec9..db3928bfca 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 3a32825e48..35878b99e4 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 8f08aa2a13..b43afcb752 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 bb07686fac..092e8ea8c0 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 6ae4220189..08241f7b1c 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 05dbe23d4c..f599e15496 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 4e167d9398..53b7696b90 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 f8ad550c24..57a814c0ac 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.0.0' + library_version: '9.0.1' 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 57fbc78248..a5f5e525ec 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.0.0' + library_version: '9.0.1' 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 1e7ec01d22..acb81a803c 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 5841770b1e..88485224d5 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 16e1ed8666..033b94d7d7 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 ff915b03fd..c9c2fcec8a 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.0.0' + library_version: '9.0.1' 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 42790c03b7..7a649ce078 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 38b7a7d455..d295a05f60 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 e5bb302e42..c96d5f9d0f 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 c26b03fcd7..33abe9874f 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.0.0' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.0.1' } 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 97a8e87405..a97a0b4418 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.0.0' + library_version: '9.0.1' 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 56149e4672..739de1c53b 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.0.0' + library_version: '9.0.1' requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/guide/helpers.md' diff --git a/packages/table-devtools/CHANGELOG.md b/packages/table-devtools/CHANGELOG.md index 61bdaa6f98..24367ad5d4 100644 --- a/packages/table-devtools/CHANGELOG.md +++ b/packages/table-devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + ## 9.0.0 ### Major Changes diff --git a/packages/table-devtools/package.json b/packages/table-devtools/package.json index 773f0fa786..ffb8555c15 100644 --- a/packages/table-devtools/package.json +++ b/packages/table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-devtools", - "version": "9.0.0", + "version": "9.0.1", "description": "Devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-devtools/skills/devtools/SKILL.md b/packages/table-devtools/skills/devtools/SKILL.md index 97a7385356..9a78e200b8 100644 --- a/packages/table-devtools/skills/devtools/SKILL.md +++ b/packages/table-devtools/skills/devtools/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: core library: '@tanstack/table-devtools' - library_version: '9.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' sources: diff --git a/packages/vue-table-devtools/CHANGELOG.md b/packages/vue-table-devtools/CHANGELOG.md index 604cedf3e4..fb96e7bbcb 100644 --- a/packages/vue-table-devtools/CHANGELOG.md +++ b/packages/vue-table-devtools/CHANGELOG.md @@ -1,5 +1,14 @@ # @tanstack/vue-table-devtools +## 9.0.1 + +### Patch Changes + +- [#6516](https://github.com/TanStack/table/pull/6516) [`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc) - Hotfix: Fixes TableDevtoolsPanel rendering while using as a standalone component in TanStack Devtools + +- Updated dependencies [[`2d5d6c5`](https://github.com/TanStack/table/commit/2d5d6c580c799d54ac9789c757c49bebd23f99cc)]: + - @tanstack/table-devtools@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/vue-table-devtools/package.json b/packages/vue-table-devtools/package.json index 5a5b18341f..a1bbec483b 100644 --- a/packages/vue-table-devtools/package.json +++ b/packages/vue-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table-devtools", - "version": "9.0.0", + "version": "9.0.1", "description": "Vue devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table-devtools/skills/devtools/SKILL.md b/packages/vue-table-devtools/skills/devtools/SKILL.md index fdc567341c..915531eef6 100644 --- a/packages/vue-table-devtools/skills/devtools/SKILL.md +++ b/packages/vue-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/vue-table-devtools' framework: vue - library_version: '9.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/vue-table/CHANGELOG.md b/packages/vue-table/CHANGELOG.md index a6249ce3ee..9107f8de7e 100644 --- a/packages/vue-table/CHANGELOG.md +++ b/packages/vue-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-table +## 9.0.1 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/table-core@9.0.1 + ## 9.0.0 ### Major Changes diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index 2121b611c5..7f230e2d42 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.0.0", + "version": "9.0.1", "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 617ee75f0e..5a620deef9 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.0.0' + library_version: '9.0.1' 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 0f0952822a..ddf9c43772 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.0.0' + library_version: '9.0.1' 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 6cc5468a66..7799810509 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.0.0' + library_version: '9.0.1' 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 26558d0e52..05cd669862 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.0.0' + library_version: '9.0.1' 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 241c5179b1..4f0e235438 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.0.0' + library_version: '9.0.1' 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 edd1e61ed0..e8973e5b49 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.0.0' + library_version: '9.0.1' requires: - '@tanstack/table-core#core' - getting-started