diff --git a/.changeset/fuzzy-tables-filter.md b/.changeset/fuzzy-tables-filter.md deleted file mode 100644 index c57414375f..0000000000 --- a/.changeset/fuzzy-tables-filter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/table-core': patch ---- - -Fix hierarchical filtered row models so `flatRows` lists parents before descendants in both filtering modes, preserves filter metadata on cloned rows, and round-trips nested data correctly through worker-backed row models. diff --git a/.changeset/real-llamas-study.md b/.changeset/real-llamas-study.md deleted file mode 100644 index a845151cc8..0000000000 --- a/.changeset/real-llamas-study.md +++ /dev/null @@ -1,2 +0,0 @@ ---- ---- diff --git a/.changeset/tidy-groups-walk.md b/.changeset/tidy-groups-walk.md deleted file mode 100644 index 7dffb5f23c..0000000000 --- a/.changeset/tidy-groups-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/table-core': patch ---- - -Emit grouped and downstream worker `flatRows` in parent-first preorder. diff --git a/_artifacts/domain_map.yaml b/_artifacts/domain_map.yaml index 6c9e4e3710..eed860926f 100644 --- a/_artifacts/domain_map.yaml +++ b/_artifacts/domain_map.yaml @@ -1,14 +1,13 @@ library: name: '@tanstack/table' - version: '9.1.2' + version: '9.2.3' 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.' primary_framework: 'framework-agnostic' monorepo: true package_version_overrides: - '@tanstack/angular-table': '9.2.2' - '@tanstack/angular-table-devtools': '9.2.0' + '@tanstack/match-sorter-utils': '9.1.2' '@tanstack/preact-table-devtools': '9.2.0' '@tanstack/react-table-devtools': '9.2.0' '@tanstack/solid-table-devtools': '9.2.0' diff --git a/_artifacts/skill_tree.yaml b/_artifacts/skill_tree.yaml index 6badbf7996..bf7a46a60e 100644 --- a/_artifacts/skill_tree.yaml +++ b/_artifacts/skill_tree.yaml @@ -1,11 +1,10 @@ library: name: '@tanstack/table' - version: '9.1.2' + version: '9.2.3' 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: - '@tanstack/angular-table': '9.2.2' - '@tanstack/angular-table-devtools': '9.2.0' + '@tanstack/match-sorter-utils': '9.1.2' '@tanstack/preact-table-devtools': '9.2.0' '@tanstack/react-table-devtools': '9.2.0' '@tanstack/solid-table-devtools': '9.2.0' diff --git a/examples/alpine/aggregation/package.json b/examples/alpine/aggregation/package.json index 5fe0348f2d..f840e64450 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/basic-app-table/package.json b/examples/alpine/basic-app-table/package.json index 4ca1d3b3a5..dfb57d0cb2 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/basic-create-table/package.json b/examples/alpine/basic-create-table/package.json index decddcef50..e234d5a8d8 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/basic-dynamic-columns/package.json b/examples/alpine/basic-dynamic-columns/package.json index 79880848a3..d673fe30c4 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/basic-external-atoms/package.json b/examples/alpine/basic-external-atoms/package.json index 8adaef5d43..4dfb928b63 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "@tanstack/store": "^0.11.1", "alpinejs": "^3.16.1" }, diff --git a/examples/alpine/basic-external-state/package.json b/examples/alpine/basic-external-state/package.json index 0566ae1d6a..5918ee9e24 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/cell-selection/package.json b/examples/alpine/cell-selection/package.json index e1abb1c1a1..2c01490b4c 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "@tanstack/hotkeys": "^0.8.0", "alpinejs": "^3.16.1" }, diff --git a/examples/alpine/cell-spanning/package.json b/examples/alpine/cell-spanning/package.json index 09036ea21f..cd86e89ad6 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-ordering/package.json b/examples/alpine/column-ordering/package.json index 75217ddfd3..16b297b059 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-split/package.json b/examples/alpine/column-pinning-split/package.json index f76ed6084c..baced8ea0c 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-pinning-sticky/package.json b/examples/alpine/column-pinning-sticky/package.json index da796030bb..d2cc118b32 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-pinning/package.json b/examples/alpine/column-pinning/package.json index ebaf4670c3..97ba1e1d6f 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-resizing-performant/package.json b/examples/alpine/column-resizing-performant/package.json index 6a41879f14..56a9f76b91 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-resizing/package.json b/examples/alpine/column-resizing/package.json index 66323487ae..7cb8d0897f 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-sizing/package.json b/examples/alpine/column-sizing/package.json index c8bebf67a3..6c2bd647e8 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/column-visibility/package.json b/examples/alpine/column-visibility/package.json index 05f9becc51..795048c7d0 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/custom-plugin/package.json b/examples/alpine/custom-plugin/package.json index c6e6769d6f..1052e312b7 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/expanding/package.json b/examples/alpine/expanding/package.json index b362e7f662..490f19e9f8 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted-bucketed/package.json b/examples/alpine/filters-faceted-bucketed/package.json index f3f0e0e0ed..be9daa0106 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/filters-faceted/package.json b/examples/alpine/filters-faceted/package.json index 6b03c32c2f..33d8782195 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/filters/package.json b/examples/alpine/filters/package.json index d7ac52a7c7..b048e51d3c 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/grouped-aggregation/package.json b/examples/alpine/grouped-aggregation/package.json index 7e5e077f0c..0538d372e1 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/grouping/package.json b/examples/alpine/grouping/package.json index 1b89b3aa7b..9c732cd401 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/header-groups/package.json b/examples/alpine/header-groups/package.json index f7ad38e092..82a7314d15 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/pagination/package.json b/examples/alpine/pagination/package.json index 95a0147542..5da628bcbe 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/row-pinning/package.json b/examples/alpine/row-pinning/package.json index 4dc77b887e..30a7fd095d 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/row-selection/package.json b/examples/alpine/row-selection/package.json index b829d379cd..5a31ac7c61 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/sorting-dynamic-data/package.json b/examples/alpine/sorting-dynamic-data/package.json index 3339d71109..0a0ec89d73 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/sorting/package.json b/examples/alpine/sorting/package.json index 4bd5116d2d..8d177ed5b2 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/alpine/sub-components/package.json b/examples/alpine/sub-components/package.json index 06aa7420cf..8e0af03a04 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.1.2", + "@tanstack/alpine-table": "^9.2.3", "alpinejs": "^3.16.1" }, "devDependencies": { diff --git a/examples/angular/aggregation/package.json b/examples/angular/aggregation/package.json index 7c42b367f6..f29883eb18 100644 --- a/examples/angular/aggregation/package.json +++ b/examples/angular/aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 c11492cda8..6356dd2a51 100644 --- a/examples/angular/basic-app-table/package.json +++ b/examples/angular/basic-app-table/package.json @@ -20,8 +20,8 @@ "@angular/platform-browser": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 0912007868..bd249c51bd 100644 --- a/examples/angular/basic-dynamic-columns/package.json +++ b/examples/angular/basic-dynamic-columns/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 60597c638b..721a86881d 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.9", "@tanstack/angular-store": "^0.11.1", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 47a2f37c85..1c9e0ce571 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.9", "@tanstack/angular-store": "^0.11.1", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 23a3f98925..ac586643d9 100644 --- a/examples/angular/basic-inject-table/package.json +++ b/examples/angular/basic-inject-table/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 e2ba9ee43e..4b79dab9f3 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.9", "@tanstack/angular-hotkeys": "^0.10.0", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 851d2f2225..32dee30dd2 100644 --- a/examples/angular/cell-spanning/package.json +++ b/examples/angular/cell-spanning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 49433491d3..b38a5c87de 100644 --- a/examples/angular/column-ordering/package.json +++ b/examples/angular/column-ordering/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 a1a4b818b9..c180998c4e 100644 --- a/examples/angular/column-pinning-split/package.json +++ b/examples/angular/column-pinning-split/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 da4511bd1e..eea4d914ce 100644 --- a/examples/angular/column-pinning-sticky/package.json +++ b/examples/angular/column-pinning-sticky/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 48211f8c50..7024beff04 100644 --- a/examples/angular/column-pinning/package.json +++ b/examples/angular/column-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 5df7d74c82..d654029172 100644 --- a/examples/angular/column-resizing-performant/package.json +++ b/examples/angular/column-resizing-performant/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 fe1f009d81..189e684ae3 100644 --- a/examples/angular/column-resizing/package.json +++ b/examples/angular/column-resizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 be85e3ba78..ae7a4288bd 100644 --- a/examples/angular/column-sizing/package.json +++ b/examples/angular/column-sizing/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 d849f989a6..d8eedaf459 100644 --- a/examples/angular/column-visibility/package.json +++ b/examples/angular/column-visibility/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 60dd90df51..60f388e007 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 8a7b3c0745..9f344e4f61 100644 --- a/examples/angular/custom-plugin/package.json +++ b/examples/angular/custom-plugin/package.json @@ -19,7 +19,7 @@ "@angular/forms": "^22.1.1", "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/editable/package.json b/examples/angular/editable/package.json index 81a6681525..1f1bd7ac30 100644 --- a/examples/angular/editable/package.json +++ b/examples/angular/editable/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/expanding/package.json b/examples/angular/expanding/package.json index faf9c41a6e..4964608c36 100644 --- a/examples/angular/expanding/package.json +++ b/examples/angular/expanding/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 8d61a1dd36..908ba40c3f 100644 --- a/examples/angular/filters-faceted-bucketed/package.json +++ b/examples/angular/filters-faceted-bucketed/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 729502cf12..146b9e47c9 100644 --- a/examples/angular/filters-faceted/package.json +++ b/examples/angular/filters-faceted/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 2a06edc2d2..70e681364f 100644 --- a/examples/angular/filters-fuzzy/package.json +++ b/examples/angular/filters-fuzzy/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/filters/package.json b/examples/angular/filters/package.json index 82aa131dd1..c3ca751a74 100644 --- a/examples/angular/filters/package.json +++ b/examples/angular/filters/package.json @@ -21,7 +21,7 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-pacer": "^0.24.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 4a3e7c5373..c65dc3b347 100644 --- a/examples/angular/grouped-aggregation/package.json +++ b/examples/angular/grouped-aggregation/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/grouping/package.json b/examples/angular/grouping/package.json index af43cfb19d..4efb6036e8 100644 --- a/examples/angular/grouping/package.json +++ b/examples/angular/grouping/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 609b208549..cb81d00702 100644 --- a/examples/angular/header-groups/package.json +++ b/examples/angular/header-groups/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 833f6eaea6..383c79c0d0 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -21,8 +21,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "rxjs": "~7.8.2", "tslib": "^2.8.1" diff --git a/examples/angular/pagination/package.json b/examples/angular/pagination/package.json index a3a3169e4d..51af7bc3e6 100644 --- a/examples/angular/pagination/package.json +++ b/examples/angular/pagination/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/remote-data/package.json b/examples/angular/remote-data/package.json index f79a616255..0f49d863ff 100644 --- a/examples/angular/remote-data/package.json +++ b/examples/angular/remote-data/package.json @@ -25,7 +25,7 @@ "@angular/platform-server": "^22.1.1", "@angular/router": "^22.1.1", "@angular/ssr": "^22.1.2", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 fbb9f3a9f8..9cb47f6a15 100644 --- a/examples/angular/row-dnd/package.json +++ b/examples/angular/row-dnd/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 6b6ea7a929..f2f72785ba 100644 --- a/examples/angular/row-pinning/package.json +++ b/examples/angular/row-pinning/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 99a429c7bb..1e51ecccd7 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -23,8 +23,8 @@ "@angular/platform-browser-dynamic": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 ccd69c677d..da89db224d 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -22,8 +22,8 @@ "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 f9580672b8..a1c8d0456f 100644 --- a/examples/angular/signal-input/package.json +++ b/examples/angular/signal-input/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/sorting/package.json b/examples/angular/sorting/package.json index 0a7d6a4b9d..35565c6a62 100644 --- a/examples/angular/sorting/package.json +++ b/examples/angular/sorting/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 2e48e6d599..88b1e9660a 100644 --- a/examples/angular/sub-components/package.json +++ b/examples/angular/sub-components/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "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 f7d99c1a83..db2b356b77 100644 --- a/examples/angular/virtualized-columns/package.json +++ b/examples/angular/virtualized-columns/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "@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 b9f3aa7da6..f68f244327 100644 --- a/examples/angular/virtualized-infinite-scrolling/package.json +++ b/examples/angular/virtualized-infinite-scrolling/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "@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 b0f522047b..e65088d0cc 100644 --- a/examples/angular/virtualized-rows/package.json +++ b/examples/angular/virtualized-rows/package.json @@ -20,7 +20,7 @@ "@angular/platform-browser": "^22.1.1", "@angular/router": "^22.1.1", "@faker-js/faker": "^10.5.0", - "@tanstack/angular-table": "^9.2.2", + "@tanstack/angular-table": "^9.2.3", "@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 dba1318e38..9d91fa11ff 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.9", "@tanstack/angular-form": "^1.33.5", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "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 466fe83daa..ddee7bfe6c 100644 --- a/examples/angular/with-tanstack-query/package.json +++ b/examples/angular/with-tanstack-query/package.json @@ -22,8 +22,8 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-query-experimental": "^5.101.4", - "@tanstack/angular-table": "^9.2.2", - "@tanstack/angular-table-devtools": "^9.2.0", + "@tanstack/angular-table": "^9.2.3", + "@tanstack/angular-table-devtools": "^9.2.3", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/ember/aggregation/package.json b/examples/ember/aggregation/package.json index 47e8f313f1..658e1c32d7 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-app-table/package.json b/examples/ember/basic-app-table/package.json index c035f302f6..f64428a8ed 100644 --- a/examples/ember/basic-app-table/package.json +++ b/examples/ember/basic-app-table/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.6", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-external-atoms/package.json b/examples/ember/basic-external-atoms/package.json index 766c5213e2..da8191f41c 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-external-state/package.json b/examples/ember/basic-external-state/package.json index d11d562f34..6f768787ff 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/basic-table/package.json b/examples/ember/basic-table/package.json index 7aa97a6686..1b9ffdf6ec 100644 --- a/examples/ember/basic-table/package.json +++ b/examples/ember/basic-table/package.json @@ -26,7 +26,7 @@ "@embroider/macros": "1.20.6", "@embroider/router": "3.0.6", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/cell-selection/package.json b/examples/ember/cell-selection/package.json index 6ae78dfffe..2820dd5c67 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.1.2", + "@tanstack/ember-table": "^9.2.3", "@tanstack/hotkeys": "^0.8.0", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/cell-spanning/package.json b/examples/ember/cell-spanning/package.json index 08d7b61bd7..615d860ae5 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-ordering/package.json b/examples/ember/column-ordering/package.json index 94f134b61a..f2d1dff020 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning-split/package.json b/examples/ember/column-pinning-split/package.json index 76fbc25c2d..b73fd33d92 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning-sticky/package.json b/examples/ember/column-pinning-sticky/package.json index 107992dc09..d7b3547b6a 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-pinning/package.json b/examples/ember/column-pinning/package.json index b972ebf630..1a4236b8bb 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-resizing-performant/package.json b/examples/ember/column-resizing-performant/package.json index 1a48d6bd5a..d24e2a416c 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-resizing/package.json b/examples/ember/column-resizing/package.json index b45904cbb2..0910b71512 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-sizing/package.json b/examples/ember/column-sizing/package.json index 4f6e248cff..0ab737b8c1 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/column-visibility/package.json b/examples/ember/column-visibility/package.json index 10206470bd..e995e22aa7 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/custom-plugin/package.json b/examples/ember/custom-plugin/package.json index a1a26bc1ed..96c2a530f3 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.1.2", - "@tanstack/table-core": "^9.1.2", + "@tanstack/ember-table": "^9.2.3", + "@tanstack/table-core": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/editable/package.json b/examples/ember/editable/package.json index 6ef149e43b..ebb3d5f547 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/expanding/package.json b/examples/ember/expanding/package.json index 99afdd3689..6fe922ef29 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-faceted-bucketed/package.json b/examples/ember/filters-faceted-bucketed/package.json index d1aa61e3a0..ace0cb08cd 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-faceted/package.json b/examples/ember/filters-faceted/package.json index 810b2e8e8f..6af1bb1ff3 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/filters-fuzzy/package.json b/examples/ember/filters-fuzzy/package.json index 5ec8bd6ea7..e5bd43c81d 100644 --- a/examples/ember/filters-fuzzy/package.json +++ b/examples/ember/filters-fuzzy/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.1.2", + "@tanstack/ember-table": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/filters/package.json b/examples/ember/filters/package.json index 02cd9150bf..7b5fabacf4 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/grouped-aggregation/package.json b/examples/ember/grouped-aggregation/package.json index 38f4b0b0c4..48391bfb26 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/grouping/package.json b/examples/ember/grouping/package.json index 282fe76b2c..2275ab8d7f 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/header-groups/package.json b/examples/ember/header-groups/package.json index f199ea60a1..b112e6743a 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/kitchen-sink/package.json b/examples/ember/kitchen-sink/package.json index 4ed106483b..1c5701a70e 100644 --- a/examples/ember/kitchen-sink/package.json +++ b/examples/ember/kitchen-sink/package.json @@ -27,7 +27,7 @@ "@embroider/router": "3.0.6", "@faker-js/faker": "^10.5.0", "@glimmer/component": "2.1.1", - "@tanstack/ember-table": "^9.1.2", + "@tanstack/ember-table": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", diff --git a/examples/ember/pagination/package.json b/examples/ember/pagination/package.json index 502b6f66d9..d75a38ab94 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.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 2b9d0b23c8..d8419696e8 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-dnd/package.json b/examples/ember/row-dnd/package.json index 03e0e8ac71..ac746c9702 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-pinning/package.json b/examples/ember/row-pinning/package.json index d0419e8831..1ce2c73f97 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/row-selection/package.json b/examples/ember/row-selection/package.json index 01526f4872..3ce8c081f0 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/sorting/package.json b/examples/ember/sorting/package.json index d31af77ffe..52c5c05de6 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/ember/sub-components/package.json b/examples/ember/sub-components/package.json index cbeef90142..83852f213f 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.1.2", + "@tanstack/ember-table": "^9.2.3", "decorator-transforms": "2.4.0", "ember-source": "7.2.0", "ember-strict-application-resolver": "0.1.1" diff --git a/examples/lit/aggregation/package.json b/examples/lit/aggregation/package.json index cf33858204..4a4ca20bbf 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-app-table/package.json b/examples/lit/basic-app-table/package.json index e561899177..6589a02b40 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-dynamic-columns/package.json b/examples/lit/basic-dynamic-columns/package.json index 9e6b8eead2..bd4fa838b8 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-external-atoms/package.json b/examples/lit/basic-external-atoms/package.json index 69fd20098c..a3d742991a 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.1.2", + "@tanstack/lit-table": "^9.2.3", "@tanstack/store": "^0.11.1", "lit": "^3.3.3" }, diff --git a/examples/lit/basic-external-state/package.json b/examples/lit/basic-external-state/package.json index 424ae48f67..4ffa8d0ec2 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-subscribe/package.json b/examples/lit/basic-subscribe/package.json index de83636c17..29a6d4243b 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.1", - "@tanstack/lit-table": "^9.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-table-controller/package.json b/examples/lit/basic-table-controller/package.json index f87fc54903..266b983d05 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-selection/package.json b/examples/lit/cell-selection/package.json index 908939f963..e5d4a24b93 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/cell-spanning/package.json b/examples/lit/cell-spanning/package.json index 6b2e8e3ab8..6f4406ce0c 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-ordering/package.json b/examples/lit/column-ordering/package.json index d235129720..e144c97462 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-split/package.json b/examples/lit/column-pinning-split/package.json index 2f37c3a8cd..38150168f0 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-sticky/package.json b/examples/lit/column-pinning-sticky/package.json index d5fea59b9c..ce94a7f49a 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning/package.json b/examples/lit/column-pinning/package.json index 4d4b216f5c..fb1dfa4f61 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing-performant/package.json b/examples/lit/column-resizing-performant/package.json index 69467d0013..df18fab50a 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing/package.json b/examples/lit/column-resizing/package.json index ea24d53b32..7f01118f23 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-sizing/package.json b/examples/lit/column-sizing/package.json index 90b8ed0a72..8e86c018bc 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-visibility/package.json b/examples/lit/column-visibility/package.json index 50a416f8b2..8f1203f127 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/composable-tables/package.json b/examples/lit/composable-tables/package.json index 9f35fdc962..bb2449ff38 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/expanding/package.json b/examples/lit/expanding/package.json index ade717cb39..2b4a2b777c 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted-bucketed/package.json b/examples/lit/filters-faceted-bucketed/package.json index e5304c811c..e983587efd 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted/package.json b/examples/lit/filters-faceted/package.json index 71a8ea19af..40ed429152 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-fuzzy/package.json b/examples/lit/filters-fuzzy/package.json index 580df96514..a95e8e0783 100644 --- a/examples/lit/filters-fuzzy/package.json +++ b/examples/lit/filters-fuzzy/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.1.2", + "@tanstack/lit-table": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "lit": "^3.3.3" }, diff --git a/examples/lit/filters/package.json b/examples/lit/filters/package.json index 4185b07921..876ee20bdc 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouped-aggregation/package.json b/examples/lit/grouped-aggregation/package.json index 777384f646..a2093becc9 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouping/package.json b/examples/lit/grouping/package.json index 56f5c94afb..f3740427ee 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/header-groups/package.json b/examples/lit/header-groups/package.json index 12d1399621..818e27961a 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/kitchen-sink/package.json b/examples/lit/kitchen-sink/package.json index 79d1391d9a..db09e05e5f 100644 --- a/examples/lit/kitchen-sink/package.json +++ b/examples/lit/kitchen-sink/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@faker-js/faker": "^10.5.0", - "@tanstack/lit-table": "^9.1.2", + "@tanstack/lit-table": "^9.2.3", "@tanstack/match-sorter-utils": "^9.1.2", "lit": "^3.3.3" }, diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index 2f2ae7f86f..7bc26dca0e 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-pinning/package.json b/examples/lit/row-pinning/package.json index f63b786f9e..894759de21 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-selection/package.json b/examples/lit/row-selection/package.json index d2086ae1ab..797a8efba9 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting-dynamic-data/package.json b/examples/lit/sorting-dynamic-data/package.json index 11d8fb21b7..22087ccb9f 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting/package.json b/examples/lit/sorting/package.json index 48faebc53a..7c8ea5a6f8 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sub-components/package.json b/examples/lit/sub-components/package.json index 73b68e5c9d..1f9551df75 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.1.2", + "@tanstack/lit-table": "^9.2.3", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/virtualized-columns/package.json b/examples/lit/virtualized-columns/package.json index 48e68c2683..2e48756ec8 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.1.2", + "@tanstack/lit-table": "^9.2.3", "@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 aa7d166c8c..92983e17b2 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.1.2", + "@tanstack/lit-table": "^9.2.3", "@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 4224e0005c..11a67e97f3 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.1.2", + "@tanstack/lit-table": "^9.2.3", "@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 1d179b87c0..4aae8637af 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-dynamic-columns/package.json b/examples/octane/basic-dynamic-columns/package.json index ec583679f5..962c68d24b 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-external-atoms/package.json b/examples/octane/basic-external-atoms/package.json index 698b4f9ab7..1f8cc1714e 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-external-state/package.json b/examples/octane/basic-external-state/package.json index eb0ab56ff3..7de5a6bc53 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-subscribe/package.json b/examples/octane/basic-subscribe/package.json index 97d66c4797..caa469a045 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-use-app-table/package.json b/examples/octane/basic-use-app-table/package.json index 2b5a3e49b1..4f732c7752 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/basic-use-table/package.json b/examples/octane/basic-use-table/package.json index 0762d2ccfa..2f2ae3bd5e 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/cell-spanning/package.json b/examples/octane/cell-spanning/package.json index 54146600e7..f371b884bb 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-ordering/package.json b/examples/octane/column-ordering/package.json index d576daf01f..8ebd09a923 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning-split/package.json b/examples/octane/column-pinning-split/package.json index f9f4c91389..8493af2dcb 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning-sticky/package.json b/examples/octane/column-pinning-sticky/package.json index 9047b62418..3f4af61bfb 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-pinning/package.json b/examples/octane/column-pinning/package.json index 02d2cad03a..372c2d235b 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-resizing-performant/package.json b/examples/octane/column-resizing-performant/package.json index b8d3d068d6..9ce654bd8c 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-resizing/package.json b/examples/octane/column-resizing/package.json index 07a2a2f1cc..07f2b24c53 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-sizing/package.json b/examples/octane/column-sizing/package.json index 32291771ee..fe09caa79d 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/column-visibility/package.json b/examples/octane/column-visibility/package.json index 573f0eeaca..ae5a9cc6f2 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/composable-tables/package.json b/examples/octane/composable-tables/package.json index 798830b789..897fee23e7 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/custom-plugin/package.json b/examples/octane/custom-plugin/package.json index d8998b67c5..80a3997d73 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/expanding/package.json b/examples/octane/expanding/package.json index c6a943cd59..174602a859 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-faceted-bucketed/package.json b/examples/octane/filters-faceted-bucketed/package.json index 99045ecc83..f8fce07031 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-faceted/package.json b/examples/octane/filters-faceted/package.json index 7c1b59f69e..3017539fb0 100644 --- a/examples/octane/filters-faceted/package.json +++ b/examples/octane/filters-faceted/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters-fuzzy/package.json b/examples/octane/filters-fuzzy/package.json index d329fd7170..4aa54207d1 100644 --- a/examples/octane/filters-fuzzy/package.json +++ b/examples/octane/filters-fuzzy/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/filters/package.json b/examples/octane/filters/package.json index 4c5ac7331c..a4b7ae2e64 100644 --- a/examples/octane/filters/package.json +++ b/examples/octane/filters/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/grouped-aggregation/package.json b/examples/octane/grouped-aggregation/package.json index 624006d897..65dcb8100f 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/grouping/package.json b/examples/octane/grouping/package.json index cea5a35d00..bd53704258 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/header-groups/package.json b/examples/octane/header-groups/package.json index d1e9adb0ac..fade0f0e25 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/kitchen-sink/package.json b/examples/octane/kitchen-sink/package.json index e18248018e..90a1a96991 100644 --- a/examples/octane/kitchen-sink/package.json +++ b/examples/octane/kitchen-sink/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/pagination/package.json b/examples/octane/pagination/package.json index e2153854dc..3c7f7d463a 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/row-pinning/package.json b/examples/octane/row-pinning/package.json index f576aab91e..c0b2bd8582 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/row-selection/package.json b/examples/octane/row-selection/package.json index 96bed08322..222cf9cd35 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.2", - "@tanstack/octane-table": "^9.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/sorting/package.json b/examples/octane/sorting/package.json index f29fcc401b..bf4fc7286c 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/octane/sub-components/package.json b/examples/octane/sub-components/package.json index 1eae77e11d..d962320b9a 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.1.2", + "@tanstack/octane-table": "^9.2.3", "octane": "0.1.36" }, "devDependencies": { diff --git a/examples/preact/aggregation/package.json b/examples/preact/aggregation/package.json index df7d08286c..ca1a3f24b5 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.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-dynamic-columns/package.json b/examples/preact/basic-dynamic-columns/package.json index 5d79702cc4..a1d99a1384 100644 --- a/examples/preact/basic-dynamic-columns/package.json +++ b/examples/preact/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index dac4e378b1..6355d464b4 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index 640d8f0320..dc7ad1c1cf 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 0911ee84e4..5777dadd3e 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index 3fde03f7d5..0e559d7526 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.10", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index a3d3722406..1f74de77b2 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/preact-devtools": "^0.10.10", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/cell-selection/package.json b/examples/preact/cell-selection/package.json index 0dc7bedd00..daaaea1045 100644 --- a/examples/preact/cell-selection/package.json +++ b/examples/preact/cell-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-hotkeys": "^0.10.0", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/cell-spanning/package.json b/examples/preact/cell-spanning/package.json index 96eefef72e..b5489ba3e7 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-ordering/package.json b/examples/preact/column-ordering/package.json index 46a4875b0d..8f9cbdd8a4 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning-split/package.json b/examples/preact/column-pinning-split/package.json index 70a36f8681..1f04cc6612 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning-sticky/package.json b/examples/preact/column-pinning-sticky/package.json index ccd6e9d092..857984a9ff 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-pinning/package.json b/examples/preact/column-pinning/package.json index 558cea16f1..c46a975a57 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-resizing-performant/package.json b/examples/preact/column-resizing-performant/package.json index 3fd7222067..9269e40b2d 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-resizing/package.json b/examples/preact/column-resizing/package.json index ca5fed5d66..927c840d4c 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-sizing/package.json b/examples/preact/column-sizing/package.json index 8fb3895676..8c787a3eb6 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/column-visibility/package.json b/examples/preact/column-visibility/package.json index eee14c9bdb..9968a95d75 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index 29ee9848fc..6338e0fec0 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/custom-plugin/package.json b/examples/preact/custom-plugin/package.json index 116fffca98..eb2e728961 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/expanding/package.json b/examples/preact/expanding/package.json index 3535a5c1ef..d24c89d902 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-faceted-bucketed/package.json b/examples/preact/filters-faceted-bucketed/package.json index c58a249f97..7c161b7742 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-faceted/package.json b/examples/preact/filters-faceted/package.json index 1fffb457b3..eac77e6558 100644 --- a/examples/preact/filters-faceted/package.json +++ b/examples/preact/filters-faceted/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters-fuzzy/package.json b/examples/preact/filters-fuzzy/package.json index 12691c0514..46623531dc 100644 --- a/examples/preact/filters-fuzzy/package.json +++ b/examples/preact/filters-fuzzy/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/filters/package.json b/examples/preact/filters/package.json index e5bf2e5055..05e8d15f58 100644 --- a/examples/preact/filters/package.json +++ b/examples/preact/filters/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-pacer": "^0.23.0", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/grouped-aggregation/package.json b/examples/preact/grouped-aggregation/package.json index 6b7269dab3..4ab0b9418d 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/grouping/package.json b/examples/preact/grouping/package.json index 20f9e32eb7..565320a5e3 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/header-groups/package.json b/examples/preact/header-groups/package.json index 7bc4852c13..96cac6a705 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index 38badd6386..a06c3677f9 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-devtools": "^0.10.10", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/pagination/package.json b/examples/preact/pagination/package.json index c83962fdb3..d13b5c2ff8 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.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/row-pinning/package.json b/examples/preact/row-pinning/package.json index d36706288e..2a32e3a4d6 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index 50dd6d3183..a73d1d2f18 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/preact/sorting/package.json b/examples/preact/sorting/package.json index 4ee7845f3c..62626dfb1b 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/sub-components/package.json b/examples/preact/sub-components/package.json index e633153355..6ab08ac9db 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.1.2", + "@tanstack/preact-table": "^9.2.3", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-form/package.json b/examples/preact/with-tanstack-form/package.json index 55f487c03a..dedd6542bd 100644 --- a/examples/preact/with-tanstack-form/package.json +++ b/examples/preact/with-tanstack-form/package.json @@ -17,7 +17,7 @@ "@tanstack/preact-form": "^1.30.5", "@tanstack/preact-pacer": "^0.23.0", "@tanstack/preact-pacer-devtools": "0.7.0", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "@tanstack/react-form-devtools": "^0.2.34", "preact": "^10.29.8", diff --git a/examples/preact/with-tanstack-query/package.json b/examples/preact/with-tanstack-query/package.json index 407e981fd2..a20eae75c3 100644 --- a/examples/preact/with-tanstack-query/package.json +++ b/examples/preact/with-tanstack-query/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-query": "^5.101.4", "@tanstack/preact-query-devtools": "^5.101.4", - "@tanstack/preact-table": "^9.1.2", + "@tanstack/preact-table": "^9.2.3", "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, diff --git a/examples/react/aggregation/package.json b/examples/react/aggregation/package.json index b45c27cd83..18cf361b7f 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 f3e294ab6f..90ab6293d8 100644 --- a/examples/react/basic-dynamic-columns/package.json +++ b/examples/react/basic-dynamic-columns/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-external-atoms/package.json b/examples/react/basic-external-atoms/package.json index ac2f323c46..7d803beb09 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-external-state/package.json b/examples/react/basic-external-state/package.json index d5628e0765..836ae89690 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-subscribe/package.json b/examples/react/basic-subscribe/package.json index cb3f202544..15281f5a8d 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-app-table/package.json b/examples/react/basic-use-app-table/package.json index 1e4dac894e..eb9d936e67 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.10", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-legacy-table/package.json b/examples/react/basic-use-legacy-table/package.json index 6ac575250a..58e83bc5ab 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/basic-use-table/package.json b/examples/react/basic-use-table/package.json index ef176577a7..2f4ba12a1b 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@tanstack/react-devtools": "^0.10.10", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/cell-selection/package.json b/examples/react/cell-selection/package.json index 608f859423..78313b5719 100644 --- a/examples/react/cell-selection/package.json +++ b/examples/react/cell-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/cell-spanning/package.json b/examples/react/cell-spanning/package.json index 0ceff563d5..ac7e6aea19 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 5b2055651a..cab77722ec 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 6ce98d7358..f47c63463a 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 7712f2fe2b..f9137ce510 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 4eaf8cb856..c18cbe5113 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 9a6af3970e..2df4f4da99 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 f79d0a3925..e814fb6bfd 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 1021d16b2b..df98c311a2 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 c6d5ff4d96..aa1080c7af 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 8464747d62..afb1cdec38 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 67f4b6942d..5b3deac40f 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/custom-plugin/package.json b/examples/react/custom-plugin/package.json index b8f9fd6c61..b202a72628 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.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 90c5e0f7a1..c7814ce6c9 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.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 8cc017b5a4..a03e90cc31 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 2db49ba878..39779a5cf3 100644 --- a/examples/react/filters-faceted/package.json +++ b/examples/react/filters-faceted/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 41836cd781..83d5d1092a 100644 --- a/examples/react/filters-fuzzy/package.json +++ b/examples/react/filters-fuzzy/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 8806d603ae..956d04b463 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 1b721cfc61..43cf44f709 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.1.2", + "@tanstack/react-table": "^9.2.3", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index 118c9ab9ad..f8d256ba23 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 7105e925af..fae7ced997 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 8d7a96bb5b..0917e70080 100644 --- a/examples/react/kitchen-sink-chakra-ui/package.json +++ b/examples/react/kitchen-sink-chakra-ui/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "next-themes": "^0.4.6", diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index cb36864bb7..329fae06c2 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index a2e914c8c7..c06d9d4e9d 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index c15ec3ce9e..dfaaf32742 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index 5c56f119c8..27055f0b37 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -21,7 +21,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index 6d1b5a2361..ee4c79541e 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -23,7 +23,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/react/kitchen-sink-shadcn-radix/package.json b/examples/react/kitchen-sink-shadcn-radix/package.json index 1e10cfc453..6fec5d635b 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -22,7 +22,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index d002d2bfff..3c7b76383f 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -24,7 +24,7 @@ "@tanstack/react-router": "^1.170.27", "@tanstack/react-start": "^1.168.44", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/lib-chakra-ui/package.json b/examples/react/lib-chakra-ui/package.json index 66b2be1bf4..c6578e151a 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 eda991be82..c6af0352a9 100644 --- a/examples/react/lib-hero-ui/package.json +++ b/examples/react/lib-hero-ui/package.json @@ -16,7 +16,7 @@ "@heroui/react": "^3.2.4", "@heroui/styles": "^3.2.4", "@tailwindcss/vite": "^4.3.3", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 f09d31bf77..a323f5ac0e 100644 --- a/examples/react/lib-mantine/package.json +++ b/examples/react/lib-mantine/package.json @@ -16,7 +16,7 @@ "@mantine/core": "^9.5.1", "@mantine/hooks": "^9.5.1", "@tabler/icons-react": "^3.46.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 121bfd06cb..73bb68b940 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.3.1", "@mui/material": "^9.3.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 87dbd92ce3..1c58164ea7 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.1.2", + "@tanstack/react-table": "^9.2.3", "react": "^19.2.8", "react-aria-components": "^1.20.0", "react-dom": "^19.2.8", diff --git a/examples/react/lib-shadcn-base/package.json b/examples/react/lib-shadcn-base/package.json index 28b63330c7..5ab048d4a6 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.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.31.0", diff --git a/examples/react/lib-shadcn-radix/package.json b/examples/react/lib-shadcn-radix/package.json index b6514d823c..1f1c05cd54 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.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.31.0", diff --git a/examples/react/mantine-react-table/package.json b/examples/react/mantine-react-table/package.json index b96aea3f77..de8a14e54d 100644 --- a/examples/react/mantine-react-table/package.json +++ b/examples/react/mantine-react-table/package.json @@ -19,7 +19,7 @@ "@tabler/icons-react": "^3.46.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@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 5c8f2a8153..3bdc6e4084 100644 --- a/examples/react/material-react-table/package.json +++ b/examples/react/material-react-table/package.json @@ -21,7 +21,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@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 412467a6af..8a530c062b 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.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 3cf928d15b..bfb8a612e9 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 3991fc7ab5..cdc74f267c 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.23.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "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 f411d17a9d..d2a521dd31 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index c2cc6bacb8..4ed23cdabc 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.1.2", + "@tanstack/react-table": "^9.2.3", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/spreadsheet/package.json b/examples/react/spreadsheet/package.json index e882c5266b..a5dcac0d66 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.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@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 e6e4e57fb8..d90feadeca 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.1.2", + "@tanstack/react-table": "^9.2.3", "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 96d84aaa18..3dedd16e86 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.1.2", + "@tanstack/react-table": "^9.2.3", "@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 774e183f99..083524e8b3 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.1.2", + "@tanstack/react-table": "^9.2.3", "@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 fd2cbc904a..1267ce0346 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.1.2", + "@tanstack/react-table": "^9.2.3", "@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 8db6a38e17..61874693f2 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.1.2", + "@tanstack/react-table": "^9.2.3", "@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 15278e1fe5..c8532f81fb 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.1.2", + "@tanstack/react-table": "^9.2.3", "@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 f8a7bcb24c..05b815e70e 100644 --- a/examples/react/web-worker-row-models/package.json +++ b/examples/react/web-worker-row-models/package.json @@ -17,7 +17,7 @@ "@tanstack/react-router": "^1.170.27", "@tanstack/react-start": "^1.168.44", "@tanstack/react-store": "^0.11.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/with-tanstack-form/package.json b/examples/react/with-tanstack-form/package.json index d13e76a079..08508cc13e 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -18,7 +18,7 @@ "@tanstack/react-form-devtools": "^0.2.34", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-pacer-devtools": "0.8.0", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/examples/react/with-tanstack-query/package.json b/examples/react/with-tanstack-query/package.json index 65e6d7b5b6..b949be1b03 100644 --- a/examples/react/with-tanstack-query/package.json +++ b/examples/react/with-tanstack-query/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-query": "^5.101.4", "@tanstack/react-query-devtools": "^5.101.4", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/with-tanstack-router/package.json b/examples/react/with-tanstack-router/package.json index b2bdca92ce..ca81c1eacf 100644 --- a/examples/react/with-tanstack-router/package.json +++ b/examples/react/with-tanstack-router/package.json @@ -19,7 +19,7 @@ "@tanstack/react-query-devtools": "^5.101.4", "@tanstack/react-router": "^1.170.27", "@tanstack/react-router-devtools": "^1.167.1", - "@tanstack/react-table": "^9.1.2", + "@tanstack/react-table": "^9.2.3", "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/solid/aggregation/package.json b/examples/solid/aggregation/package.json index 42f01f9bbf..cbef91cd43 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index f84b4d3e26..f51495bfa1 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -20,7 +20,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/basic-dynamic-columns/package.json b/examples/solid/basic-dynamic-columns/package.json index 68b6c7d09a..679fb51b07 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.22.0", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index 301c9f696f..71e439587b 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-store": "^0.11.1", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 10c8c1b232..7baa68d573 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index bdef53b14a..7132b91941 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/cell-selection/package.json b/examples/solid/cell-selection/package.json index 469c472a1b..1cdeca80d9 100644 --- a/examples/solid/cell-selection/package.json +++ b/examples/solid/cell-selection/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-hotkeys": "^0.10.0", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/cell-spanning/package.json b/examples/solid/cell-spanning/package.json index 5cb007bfc7..6aa6cccdbf 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 78784490ac..132bc00d20 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning-split/package.json b/examples/solid/column-pinning-split/package.json index ade215690b..d065feee81 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning-sticky/package.json b/examples/solid/column-pinning-sticky/package.json index 1e48715119..ea6d5a408c 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-pinning/package.json b/examples/solid/column-pinning/package.json index a7ed13cdf4..3727a2fa41 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-resizing-performant/package.json b/examples/solid/column-resizing-performant/package.json index 6837bfd44d..9176d6d9e5 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-resizing/package.json b/examples/solid/column-resizing/package.json index 13b884616e..3f7e73dd39 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-sizing/package.json b/examples/solid/column-sizing/package.json index c40eb99f54..0f63de9287 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index 814b82c273..7fed7ed351 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index 49017f4c71..8a6977d39c 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -19,7 +19,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/expanding/package.json b/examples/solid/expanding/package.json index 8ce91487a8..2525a4435c 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-faceted-bucketed/package.json b/examples/solid/filters-faceted-bucketed/package.json index 54b46f4e64..d72cb5120e 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-faceted/package.json b/examples/solid/filters-faceted/package.json index 9c45bf0436..a687ddb508 100644 --- a/examples/solid/filters-faceted/package.json +++ b/examples/solid/filters-faceted/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters-fuzzy/package.json b/examples/solid/filters-fuzzy/package.json index 992c4d090e..529193303d 100644 --- a/examples/solid/filters-fuzzy/package.json +++ b/examples/solid/filters-fuzzy/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index a02ff54205..c362f3f4b4 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.22.0", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/grouped-aggregation/package.json b/examples/solid/grouped-aggregation/package.json index d0558c9eae..7f061dfd4d 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/grouping/package.json b/examples/solid/grouping/package.json index 7daebe97ef..949ffbcf65 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/header-groups/package.json b/examples/solid/header-groups/package.json index 24414ba398..e85fbcfaa9 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index a345d9ecb9..7474d7d416 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/pagination/package.json b/examples/solid/pagination/package.json index 9b6c8d58d7..a24d3f5ec5 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/row-pinning/package.json b/examples/solid/row-pinning/package.json index 8143b4cfbf..7c4a1e03c5 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index 94b0dc9272..eb8e9d3e59 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.10", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index 549282768e..c4a49d6934 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/spreadsheet/package.json b/examples/solid/spreadsheet/package.json index 083c2c438b..de282e4c6e 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.1.2", + "@tanstack/solid-table": "^9.2.3", "@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 f753103f5b..2401d849af 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.1.2", + "@tanstack/solid-table": "^9.2.3", "solid-js": "^1.9.14" } } diff --git a/examples/solid/virtualized-columns/package.json b/examples/solid/virtualized-columns/package.json index 69f51df182..29b9aa5ffe 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.1.2", + "@tanstack/solid-table": "^9.2.3", "@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 d29bece299..2e6bc2afda 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.1", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@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 1db8326c4e..1cd654b4df 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.1.2", + "@tanstack/solid-table": "^9.2.3", "@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 8e49517938..cca65186fc 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -22,7 +22,7 @@ "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-form": "^1.33.5", "@tanstack/solid-form-devtools": "^0.2.34", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "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 6b11a496d5..1d3106a0c1 100644 --- a/examples/solid/with-tanstack-query/package.json +++ b/examples/solid/with-tanstack-query/package.json @@ -22,7 +22,7 @@ "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-query-devtools": "^5.101.4", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/solid/with-tanstack-router/package.json b/examples/solid/with-tanstack-router/package.json index ce324f5c78..535ba08732 100644 --- a/examples/solid/with-tanstack-router/package.json +++ b/examples/solid/with-tanstack-router/package.json @@ -27,7 +27,7 @@ "@tanstack/solid-query-devtools": "^5.101.4", "@tanstack/solid-router": "^1.170.25", "@tanstack/solid-router-devtools": "^1.167.1", - "@tanstack/solid-table": "^9.1.2", + "@tanstack/solid-table": "^9.2.3", "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } diff --git a/examples/svelte/aggregation/package.json b/examples/svelte/aggregation/package.json index 63576bfbc7..3604995b1c 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 40f4fcd69d..730bac69eb 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 174b2d050b..0ad49a87c6 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 a3302892dc..417e35d526 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 b8acd3cf15..75517bebb7 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 cb1e687163..b05a347c3f 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 ee45e0b112..e7a574c1f5 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 19a68c9746..b5a287fc17 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.3.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 19ba2dce68..d779cce0ab 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 98ca460e91..71666d093e 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 26af678291..8d49b58c40 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 0384d4ebdc..6bddc86031 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 4173013331..0ca9dfe6a8 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 368888f507..1f27e1e405 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 1c4f488462..a709b67317 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 a5c2e9c9db..d0ecaa7d4a 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 f9e43e3723..b91f03250d 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 d7358e85c4..30f498b446 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 91e8ddddc4..782c91cc6a 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 22a8625fae..7267f41b92 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 1e0bccc292..62d5f8d787 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 b6da54a1a6..88b8dd4f7c 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 bf2121f7d9..a2716b1629 100644 --- a/examples/svelte/filters-fuzzy/package.json +++ b/examples/svelte/filters-fuzzy/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 6b9cf45ba1..24d58a9081 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 01d7b45969..ffca8959b1 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 e42b44b0d3..7b47eac425 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 a7143e3837..93a69f1c0f 100644 --- a/examples/svelte/kitchen-sink-shadcn/package.json +++ b/examples/svelte/kitchen-sink-shadcn/package.json @@ -23,7 +23,7 @@ "@tailwindcss/vite": "^4.3.3", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/pacer": "^0.22.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.2.0", "bits-ui": "^2.18.1", diff --git a/examples/svelte/kitchen-sink/package.json b/examples/svelte/kitchen-sink/package.json index f670ec72ad..e4b3f646ee 100644 --- a/examples/svelte/kitchen-sink/package.json +++ b/examples/svelte/kitchen-sink/package.json @@ -15,7 +15,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 bbccdf0c9c..209c8656bf 100644 --- a/examples/svelte/lib-shadcn/package.json +++ b/examples/svelte/lib-shadcn/package.json @@ -17,7 +17,7 @@ "@sveltejs/vite-plugin-svelte": "^7.3.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.22.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@tsconfig/svelte": "^5.0.8", "@types/node": "^26.2.0", "bits-ui": "^2.18.1", diff --git a/examples/svelte/pagination/package.json b/examples/svelte/pagination/package.json index 1d7342c491..1cd65a277f 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 f4bbfe5513..9735c3478d 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 5b8a3999d4..b9c49a2479 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 ae90a73844..3bd34e208d 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 62d3e38489..83eff5d638 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.3.0", "@tanstack/svelte-hotkeys": "^0.10.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 09cd6432d8..1ef9671379 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 0d927b7a8b..0afdc9cf95 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 51bc9051ba..0810322040 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.3.0", "@tanstack/svelte-query": "^6.1.38", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 61e45a1dcb..9fd10b576c 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.3.0", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@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 f0b224107f..f8c5e433c8 100644 --- a/examples/svelte/with-tanstack-form/package.json +++ b/examples/svelte/with-tanstack-form/package.json @@ -24,7 +24,7 @@ "@tanstack/form-core": "^1.33.5", "@tanstack/svelte-devtools": "^0.1.3", "@tanstack/svelte-form": "^1.33.5", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@tanstack/table-devtools": "^9.2.0", "zod": "^4.4.3" } diff --git a/examples/svelte/with-tanstack-query/package.json b/examples/svelte/with-tanstack-query/package.json index 8907949027..e2d928ae99 100644 --- a/examples/svelte/with-tanstack-query/package.json +++ b/examples/svelte/with-tanstack-query/package.json @@ -25,7 +25,7 @@ "@tanstack/svelte-devtools": "^0.1.3", "@tanstack/svelte-query": "^6.1.38", "@tanstack/svelte-query-devtools": "^6.1.38", - "@tanstack/svelte-table": "^9.1.2", + "@tanstack/svelte-table": "^9.2.3", "@tanstack/table-devtools": "^9.2.0" } } diff --git a/examples/vanilla/aggregation/package.json b/examples/vanilla/aggregation/package.json index 6dcdc1fbdd..558c3133eb 100644 --- a/examples/vanilla/aggregation/package.json +++ b/examples/vanilla/aggregation/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.1" }, "dependencies": { - "@tanstack/table-core": "^9.1.2" + "@tanstack/table-core": "^9.2.3" } } diff --git a/examples/vanilla/basic/package.json b/examples/vanilla/basic/package.json index 2fa94985d1..d838232704 100644 --- a/examples/vanilla/basic/package.json +++ b/examples/vanilla/basic/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.1" }, "dependencies": { - "@tanstack/table-core": "^9.1.2" + "@tanstack/table-core": "^9.2.3" } } diff --git a/examples/vanilla/pagination/package.json b/examples/vanilla/pagination/package.json index 111d02bff3..bc70629a6d 100644 --- a/examples/vanilla/pagination/package.json +++ b/examples/vanilla/pagination/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.1" }, "dependencies": { - "@tanstack/table-core": "^9.1.2" + "@tanstack/table-core": "^9.2.3" } } diff --git a/examples/vanilla/sorting/package.json b/examples/vanilla/sorting/package.json index 1687b29fe1..507359dc1c 100644 --- a/examples/vanilla/sorting/package.json +++ b/examples/vanilla/sorting/package.json @@ -18,6 +18,6 @@ "vite": "^8.2.1" }, "dependencies": { - "@tanstack/table-core": "^9.1.2" + "@tanstack/table-core": "^9.2.3" } } diff --git a/examples/vue/aggregation/package.json b/examples/vue/aggregation/package.json index bf9ba01713..df43ab2430 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-dynamic-columns/package.json b/examples/vue/basic-dynamic-columns/package.json index 0dc1b94ff0..b4366863f1 100644 --- a/examples/vue/basic-dynamic-columns/package.json +++ b/examples/vue/basic-dynamic-columns/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index 297d98b7cc..ff6eea33df 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index 03ff00fbfa..5c8abd350f 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index 877e0cde68..686d1991c5 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index ee0faba314..7d622a460a 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/cell-selection/package.json b/examples/vue/cell-selection/package.json index c80bfad81d..3b840fcd2d 100644 --- a/examples/vue/cell-selection/package.json +++ b/examples/vue/cell-selection/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-hotkeys": "^0.10.0", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/cell-spanning/package.json b/examples/vue/cell-spanning/package.json index a2fbdf69ea..eb2d27b222 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index e44181184b..5c286c9176 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning-split/package.json b/examples/vue/column-pinning-split/package.json index cdad925117..e1bb81e9da 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning-sticky/package.json b/examples/vue/column-pinning-sticky/package.json index 0e6ad74612..2cf780adfd 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 1920124330..cbd7f32d84 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-resizing-performant/package.json b/examples/vue/column-resizing-performant/package.json index 5e4ab12af4..985edc3530 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-resizing/package.json b/examples/vue/column-resizing/package.json index f3c45879e2..753943ae2c 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-sizing/package.json b/examples/vue/column-sizing/package.json index b785ca9e13..2706a7270a 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/column-visibility/package.json b/examples/vue/column-visibility/package.json index a520c5d72b..85105d757c 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 9122a185c8..9ad5dd1c21 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/expanding/package.json b/examples/vue/expanding/package.json index d981aa2e1e..56d73273ac 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-faceted-bucketed/package.json b/examples/vue/filters-faceted-bucketed/package.json index 96b12d208c..24e665ec78 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-faceted/package.json b/examples/vue/filters-faceted/package.json index 58f4e6f51f..0a5c0b8b42 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters-fuzzy/package.json b/examples/vue/filters-fuzzy/package.json index 0805e21b79..471046c193 100644 --- a/examples/vue/filters-fuzzy/package.json +++ b/examples/vue/filters-fuzzy/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/filters/package.json b/examples/vue/filters/package.json index 04dc30faa4..645d65c09b 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/grouped-aggregation/package.json b/examples/vue/grouped-aggregation/package.json index 844bf1c577..8d1a6b7912 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/grouping/package.json b/examples/vue/grouping/package.json index e8d854c17c..115b55dc4f 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/header-groups/package.json b/examples/vue/header-groups/package.json index 22071cf6e2..c3f3aaccfd 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink-shadcn/package.json b/examples/vue/kitchen-sink-shadcn/package.json index edd3686cd6..9d1aa91af9 100644 --- a/examples/vue/kitchen-sink-shadcn/package.json +++ b/examples/vue/kitchen-sink-shadcn/package.json @@ -19,7 +19,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/pacer": "^0.22.0", "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "@vueuse/core": "^14.4.0", "class-variance-authority": "^0.7.1", diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index 174c1a251c..30c3dbe1ed 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/lib-shadcn/package.json b/examples/vue/lib-shadcn/package.json index 7d353134b4..464fc885d4 100644 --- a/examples/vue/lib-shadcn/package.json +++ b/examples/vue/lib-shadcn/package.json @@ -15,7 +15,7 @@ "@lucide/vue": "^1.31.0", "@tailwindcss/vite": "^4.3.3", "@tanstack/pacer": "^0.22.0", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@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 ba034d4fd1..330a410721 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/row-pinning/package.json b/examples/vue/row-pinning/package.json index fcb08b0399..80217663d0 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index 88790e6c75..e029dc38cf 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index 5859bf7883..3944ac7b67 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/sub-components/package.json b/examples/vue/sub-components/package.json index b082e5ccd2..410df79a79 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.1.2", + "@tanstack/vue-table": "^9.2.3", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/virtualized-columns/package.json b/examples/vue/virtualized-columns/package.json index af9e072f8a..43d5877744 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.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.41" }, diff --git a/examples/vue/virtualized-infinite-scrolling/package.json b/examples/vue/virtualized-infinite-scrolling/package.json index 7b0c24a380..0a123473fb 100644 --- a/examples/vue/virtualized-infinite-scrolling/package.json +++ b/examples/vue/virtualized-infinite-scrolling/package.json @@ -14,7 +14,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-store": "^0.11.1", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.41" }, diff --git a/examples/vue/virtualized-rows/package.json b/examples/vue/virtualized-rows/package.json index 9ffdcc0bdb..8562417b0c 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.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-virtual": "^3.13.35", "vue": "^3.5.41" }, diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index 3106e2ffe6..fd9ba6c5c1 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-form": "^1.33.5", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41", "zod": "^4.4.3" diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index ec91b7ea62..d6aa06011c 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -15,7 +15,7 @@ "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-query-devtools": "^6.1.38", - "@tanstack/vue-table": "^9.1.2", + "@tanstack/vue-table": "^9.2.3", "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, diff --git a/packages/alpine-table/CHANGELOG.md b/packages/alpine-table/CHANGELOG.md index 78b525123e..37a2a9eb01 100644 --- a/packages/alpine-table/CHANGELOG.md +++ b/packages/alpine-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/alpine-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/alpine-table/package.json b/packages/alpine-table/package.json index f92bfb45a4..ce0059a983 100644 --- a/packages/alpine-table/package.json +++ b/packages/alpine-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/alpine-table", - "version": "9.1.2", + "version": "9.2.3", "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 4f5ff63ad3..ec4de6f4dd 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.1.2' + library_version: '9.2.3' 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 a720b5d278..80061ce9e6 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.1.2' + library_version: '9.2.3' 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 9d1325ca65..8c758efbf1 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.1.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/angular-table-devtools/CHANGELOG.md b/packages/angular-table-devtools/CHANGELOG.md index 5bc56e1209..e629bb9354 100644 --- a/packages/angular-table-devtools/CHANGELOG.md +++ b/packages/angular-table-devtools/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/angular-table-devtools +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + - @tanstack/table-devtools@9.2.0 + ## 9.2.0 ### Minor Changes diff --git a/packages/angular-table-devtools/package.json b/packages/angular-table-devtools/package.json index 7f62a4655a..908ecd7988 100644 --- a/packages/angular-table-devtools/package.json +++ b/packages/angular-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table-devtools", - "version": "9.2.0", + "version": "9.2.3", "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 c52cb1bf09..e4c5a93878 100644 --- a/packages/angular-table-devtools/skills/devtools/SKILL.md +++ b/packages/angular-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table-devtools' framework: angular - library_version: '9.2.0' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/angular-table/CHANGELOG.md b/packages/angular-table/CHANGELOG.md index b0ff1a8cbd..f853cc434e 100644 --- a/packages/angular-table/CHANGELOG.md +++ b/packages/angular-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.2.2 ### Patch Changes diff --git a/packages/angular-table/package.json b/packages/angular-table/package.json index dd871eb700..b3595c9921 100644 --- a/packages/angular-table/package.json +++ b/packages/angular-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table", - "version": "9.2.2", + "version": "9.2.3", "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 9aaaeaa852..5b1d79d9d0 100644 --- a/packages/angular-table/skills/create-table-hook/SKILL.md +++ b/packages/angular-table/skills/create-table-hook/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' 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 2242bef872..e688a77298 100644 --- a/packages/angular-table/skills/getting-started/SKILL.md +++ b/packages/angular-table/skills/getting-started/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' 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 bc1259fa6a..ca8a4e60fe 100644 --- a/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md +++ b/packages/angular-table/skills/migrate-v8-to-v9/SKILL.md @@ -6,7 +6,7 @@ metadata: type: lifecycle library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' 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 a48c623dca..2fc7ae2f39 100644 --- a/packages/angular-table/skills/table-state/SKILL.md +++ b/packages/angular-table/skills/table-state/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' 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 dc85d800d2..024e3820aa 100644 --- a/packages/angular-table/skills/with-tanstack-query/SKILL.md +++ b/packages/angular-table/skills/with-tanstack-query/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' 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 ee4064e83d..db377bc2a3 100644 --- a/packages/angular-table/skills/with-tanstack-virtual/SKILL.md +++ b/packages/angular-table/skills/with-tanstack-virtual/SKILL.md @@ -6,7 +6,7 @@ metadata: type: composition library: '@tanstack/angular-table' framework: angular - library_version: '9.2.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/ember-table/CHANGELOG.md b/packages/ember-table/CHANGELOG.md index 85ade35c38..700ce6a3c3 100644 --- a/packages/ember-table/CHANGELOG.md +++ b/packages/ember-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/ember-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/ember-table/package.json b/packages/ember-table/package.json index da97a8d437..a8e2b7c542 100644 --- a/packages/ember-table/package.json +++ b/packages/ember-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/ember-table", - "version": "9.1.2", + "version": "9.2.3", "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 496f2013f6..075f9d06df 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.1.2' + library_version: '9.2.3' 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 83fd8b753c..883a513ccc 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.1.2' + library_version: '9.2.3' 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 eaadbc994c..ed4e35ef11 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.1.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/lit-table/CHANGELOG.md b/packages/lit-table/CHANGELOG.md index bcebefcff1..d4bb4c9e1e 100644 --- a/packages/lit-table/CHANGELOG.md +++ b/packages/lit-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/lit-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/lit-table/package.json b/packages/lit-table/package.json index eeb85916e4..a9f09422ef 100644 --- a/packages/lit-table/package.json +++ b/packages/lit-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-table", - "version": "9.1.2", + "version": "9.2.3", "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 9b6d964fac..efb5292388 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.1.2' + library_version: '9.2.3' 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 1b851ca7f8..c22aaa3a0b 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.1.2' + library_version: '9.2.3' 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 8a0294765c..f6e68f565a 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.1.2' + library_version: '9.2.3' 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 33aa573403..563ce8b471 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.1.2' + library_version: '9.2.3' 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 5f8e9c4ac4..37be196aef 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.1.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/octane-table/CHANGELOG.md b/packages/octane-table/CHANGELOG.md index 0d48b622bd..823eb71027 100644 --- a/packages/octane-table/CHANGELOG.md +++ b/packages/octane-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/octane-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/octane-table/package.json b/packages/octane-table/package.json index 94396e0d7e..5fd2cb8d52 100644 --- a/packages/octane-table/package.json +++ b/packages/octane-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/octane-table", - "version": "9.1.2", + "version": "9.2.3", "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 844867ddb8..4e3ea7cb8e 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.1.2', + library_version: '9.2.3', 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 ee53d8894e..df0362d019 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.1.2', + library_version: '9.2.3', 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 096bf27052..95c54a4c87 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.1.2', + library_version: '9.2.3', framework: octane, } requires: ['@tanstack/table-core#core', getting-started] diff --git a/packages/preact-table/CHANGELOG.md b/packages/preact-table/CHANGELOG.md index 6135f66437..4a2640ac10 100644 --- a/packages/preact-table/CHANGELOG.md +++ b/packages/preact-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/preact-table/package.json b/packages/preact-table/package.json index 27e4ced47d..6c2482f847 100644 --- a/packages/preact-table/package.json +++ b/packages/preact-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table", - "version": "9.1.2", + "version": "9.2.3", "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 7497e0a672..38f50e2aeb 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.1.2', + library_version: '9.2.3', 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 2f7510171b..dd26ffa781 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.1.2', + library_version: '9.2.3', 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 0d8adb0a4d..7beff83e31 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.1.2' + library_version: '9.2.3' 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 cba532e45b..dd45c71c7b 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.1.2', + library_version: '9.2.3', 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 3f5eba3f00..d2410cfe49 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.1.2', + library_version: '9.2.3', 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 eedd3cd1d1..c066bb3492 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.1.2', + library_version: '9.2.3', framework: preact, } requires: ['@tanstack/table-core#core', getting-started, table-state] diff --git a/packages/react-table/CHANGELOG.md b/packages/react-table/CHANGELOG.md index 919a5c6252..83b51eecc3 100644 --- a/packages/react-table/CHANGELOG.md +++ b/packages/react-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 1eab0752c0..4860d1a50e 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "9.1.2", + "version": "9.2.3", "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 114da9f20d..7540e41298 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.1.2' + library_version: '9.2.3' 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 0560d1ceea..3112de30d0 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.1.2' + library_version: '9.2.3' 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 edc2868eb1..032a2515f8 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.1.2' + library_version: '9.2.3' 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 099beebc77..b45228437d 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.1.2' + library_version: '9.2.3' 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 e302ae032d..9fea44d814 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.1.2' + library_version: '9.2.3' 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 a499067650..8f3e1e38e6 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.1.2' + library_version: '9.2.3' framework: react requires: - '@tanstack/table-core#core' diff --git a/packages/solid-table/CHANGELOG.md b/packages/solid-table/CHANGELOG.md index d8cc740082..d5e6f74666 100644 --- a/packages/solid-table/CHANGELOG.md +++ b/packages/solid-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index a8a8ce0e75..b1831a67a8 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "9.1.2", + "version": "9.2.3", "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 c3611b1214..673fd8afe5 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.1.2', + library_version: '9.2.3', 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 11be6222d8..65d363af0a 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.1.2', + library_version: '9.2.3', 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 ae0eaa9650..b1aa330756 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.1.2' + library_version: '9.2.3' 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 8a7d71d2a1..4d50708d27 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.1.2', + library_version: '9.2.3', 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 83b29a16be..97c1f52610 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.1.2', + library_version: '9.2.3', 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 82ebfaebe6..4e2d71dafd 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.1.2', + library_version: '9.2.3', 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 c480c8d039..277f1597f9 100644 --- a/packages/svelte-table/CHANGELOG.md +++ b/packages/svelte-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index 6113294f37..5eaf16b705 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-table", - "version": "9.1.2", + "version": "9.2.3", "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 18a92d4a8b..3160f80d66 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.1.2' + library_version: '9.2.3' 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 c3cc84d06b..d05795d768 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.1.2' + library_version: '9.2.3' 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 0e526f08f9..3e3c1b41cc 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.1.2' + library_version: '9.2.3' 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 47ac3fe2fc..4e7cf41c83 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.1.2' + library_version: '9.2.3' 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 2aa32742aa..ab5984e283 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.1.2' + library_version: '9.2.3' 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 98b04f9ff9..e683c10b24 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.1.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started diff --git a/packages/table-core/CHANGELOG.md b/packages/table-core/CHANGELOG.md index cc5708138e..9fb5cc8b5b 100644 --- a/packages/table-core/CHANGELOG.md +++ b/packages/table-core/CHANGELOG.md @@ -1,5 +1,13 @@ # @tanstack/table-core +## 9.2.3 + +### Patch Changes + +- [#6568](https://github.com/TanStack/table/pull/6568) [`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb) - Fix hierarchical filtered row models so `flatRows` lists parents before descendants in both filtering modes, preserves filter metadata on cloned rows, and round-trips nested data correctly through worker-backed row models. + +- [#6576](https://github.com/TanStack/table/pull/6576) [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7) - Emit grouped and downstream worker `flatRows` in parent-first preorder. + ## 9.1.2 ### Patch Changes diff --git a/packages/table-core/package.json b/packages/table-core/package.json index 437aef89c5..8507f76e83 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-core", - "version": "9.1.2", + "version": "9.2.3", "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 ad2c148c83..04199c60d2 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 3c520b4c19..51794f7f31 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.1.2' + library_version: '9.2.3' 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 d78c00d171..dc4e948484 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 adc694579e..94ccf9ca6e 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 b655dbf214..ce890a3830 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.1.2' + library_version: '9.2.3' 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 74eb6184c3..239ba2826f 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 468f8387e6..09c5d67d3b 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 dc1d02409e..03533cb54f 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 82443bd55f..d76b3590e9 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 3ea8ed1fe0..a42a9ad4a7 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 6807012314..a81ecbfa8a 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 8b4a558fdd..2c8b88136f 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 98fa3b0849..6b9a736e8c 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.1.2' + library_version: '9.2.3' 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 cec1817527..052f99e185 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.1.2' + library_version: '9.2.3' 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 5c1f3826f9..2ba8b65999 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 70c28a5c77..128ce2496f 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 5039207908..b30f206e60 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 c8aa65ddab..4aa34ca3e0 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.1.2' + library_version: '9.2.3' 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 0391a8aac5..86b88925ac 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 95d4ba0902..1fc1b78236 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 6c0fb2ee65..cd87ba7524 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 cb4d6d7ede..b0815c78c9 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.1.2' } + { type: sub-skill, library: '@tanstack/table-core', library_version: '9.2.3' } 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 a0dc66a6b4..30b2d2f7fa 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.1.2' + library_version: '9.2.3' 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 fb48971016..6ddfbc11b4 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.1.2' + library_version: '9.2.3' requires: ['core', 'table-features'] sources: - 'TanStack/table:docs/guide/helpers.md' diff --git a/packages/vue-table/CHANGELOG.md b/packages/vue-table/CHANGELOG.md index def0eef425..2d2465a0f5 100644 --- a/packages/vue-table/CHANGELOG.md +++ b/packages/vue-table/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-table +## 9.2.3 + +### Patch Changes + +- Updated dependencies [[`468f267`](https://github.com/TanStack/table/commit/468f26768d6f7e31010e14c3363b54696cb6a1eb), [`3b94648`](https://github.com/TanStack/table/commit/3b946481795b53a53d6d823cea0ab3e368befec7)]: + - @tanstack/table-core@9.2.3 + ## 9.1.2 ### Patch Changes diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index b6bfee7242..5eeb68e8f8 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.1.2", + "version": "9.2.3", "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 1288fc750e..101c9a827e 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.1.2' + library_version: '9.2.3' 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 68c6a192c6..6298d6de36 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.1.2' + library_version: '9.2.3' 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 6a1cc8c2a2..ebd869284c 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.1.2' + library_version: '9.2.3' 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 aa15912b1c..0bf9849b82 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.1.2' + library_version: '9.2.3' 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 a3d733f0ac..354915536e 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.1.2' + library_version: '9.2.3' 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 623dcd64ff..34bc121a17 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.1.2' + library_version: '9.2.3' requires: - '@tanstack/table-core#core' - getting-started