From 4c04e87d562301ca606745d06461ba775c402e34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 03:34:23 +0000 Subject: [PATCH] release: v9.0.0-alpha.49 --- examples/angular/basic-app-table/package.json | 2 +- examples/angular/basic-inject-table/package.json | 2 +- examples/angular/column-ordering/package.json | 2 +- examples/angular/column-pinning-sticky/package.json | 2 +- examples/angular/column-pinning/package.json | 2 +- examples/angular/column-resizing-performant/package.json | 2 +- examples/angular/column-visibility/package.json | 2 +- examples/angular/composable-tables/package.json | 2 +- examples/angular/custom-plugin/package.json | 2 +- examples/angular/editable/package.json | 2 +- examples/angular/expanding/package.json | 2 +- examples/angular/filters/package.json | 2 +- examples/angular/grouping/package.json | 2 +- examples/angular/kitchen-sink/package.json | 2 +- examples/angular/remote-data/package.json | 2 +- examples/angular/row-dnd/package.json | 2 +- examples/angular/row-selection-signal/package.json | 2 +- examples/angular/row-selection/package.json | 2 +- examples/angular/signal-input/package.json | 2 +- examples/angular/sub-components/package.json | 2 +- examples/lit/basic-app-table/package.json | 2 +- examples/lit/basic-external-atoms/package.json | 2 +- examples/lit/basic-external-state/package.json | 2 +- examples/lit/basic-table-controller/package.json | 2 +- examples/lit/column-groups/package.json | 2 +- examples/lit/column-ordering/package.json | 2 +- examples/lit/column-pinning-split/package.json | 2 +- examples/lit/column-pinning-sticky/package.json | 2 +- examples/lit/column-pinning/package.json | 2 +- examples/lit/column-resizing-performant/package.json | 2 +- examples/lit/column-resizing/package.json | 2 +- examples/lit/column-sizing/package.json | 2 +- examples/lit/column-visibility/package.json | 2 +- examples/lit/composable-tables/package.json | 2 +- examples/lit/expanding/package.json | 2 +- examples/lit/filters-faceted/package.json | 2 +- examples/lit/filters-fuzzy/package.json | 2 +- examples/lit/filters/package.json | 2 +- examples/lit/grouping/package.json | 2 +- examples/lit/kitchen-sink/package.json | 2 +- examples/lit/pagination/package.json | 2 +- examples/lit/row-pinning/package.json | 2 +- examples/lit/row-selection/package.json | 2 +- examples/lit/sorting-dynamic-data/package.json | 2 +- examples/lit/sorting/package.json | 2 +- examples/lit/sub-components/package.json | 2 +- examples/lit/virtualized-columns/package.json | 2 +- examples/lit/virtualized-infinite-scrolling/package.json | 2 +- examples/lit/virtualized-rows/package.json | 2 +- examples/preact/basic-external-atoms/package.json | 2 +- examples/preact/basic-external-state/package.json | 2 +- examples/preact/basic-subscribe/package.json | 4 ++-- examples/preact/basic-use-app-table/package.json | 2 +- examples/preact/basic-use-table/package.json | 2 +- examples/preact/column-groups/package.json | 2 +- examples/preact/column-ordering/package.json | 2 +- examples/preact/column-pinning-split/package.json | 2 +- examples/preact/column-pinning-sticky/package.json | 2 +- examples/preact/column-pinning/package.json | 2 +- examples/preact/column-resizing-performant/package.json | 2 +- examples/preact/column-resizing/package.json | 2 +- examples/preact/column-sizing/package.json | 2 +- examples/preact/column-visibility/package.json | 2 +- examples/preact/composable-tables/package.json | 2 +- examples/preact/custom-plugin/package.json | 2 +- examples/preact/expanding/package.json | 2 +- examples/preact/filters-faceted/package.json | 2 +- examples/preact/filters-fuzzy/package.json | 2 +- examples/preact/filters/package.json | 2 +- examples/preact/grouping/package.json | 2 +- examples/preact/kitchen-sink/package.json | 2 +- examples/preact/pagination/package.json | 2 +- examples/preact/row-pinning/package.json | 2 +- examples/preact/row-selection/package.json | 4 ++-- examples/preact/sorting/package.json | 4 ++-- examples/preact/sub-components/package.json | 2 +- examples/preact/with-tanstack-query/package.json | 2 +- examples/react/basic-external-atoms/package.json | 2 +- examples/react/basic-external-state/package.json | 2 +- examples/react/basic-subscribe/package.json | 4 ++-- examples/react/basic-use-app-table/package.json | 2 +- examples/react/basic-use-legacy-table/package.json | 2 +- examples/react/basic-use-table/package.json | 2 +- examples/react/column-dnd/package.json | 2 +- examples/react/column-groups/package.json | 2 +- examples/react/column-ordering/package.json | 2 +- examples/react/column-pinning-split/package.json | 2 +- examples/react/column-pinning-sticky/package.json | 2 +- examples/react/column-pinning/package.json | 2 +- examples/react/column-resizing-performant/package.json | 2 +- examples/react/column-resizing/package.json | 2 +- examples/react/column-sizing/package.json | 2 +- examples/react/column-visibility/package.json | 2 +- examples/react/composable-tables/package.json | 2 +- examples/react/custom-plugin/package.json | 2 +- examples/react/expanding/package.json | 2 +- examples/react/filters-faceted/package.json | 2 +- examples/react/filters-fuzzy/package.json | 2 +- examples/react/filters/package.json | 2 +- examples/react/grouping/package.json | 2 +- examples/react/kitchen-sink-hero-ui/package.json | 2 +- examples/react/kitchen-sink-mantine/package.json | 2 +- examples/react/kitchen-sink-material-ui/package.json | 2 +- examples/react/kitchen-sink-react-aria/package.json | 2 +- examples/react/kitchen-sink-shadcn-base/package.json | 2 +- examples/react/kitchen-sink-shadcn-radix/package.json | 2 +- examples/react/kitchen-sink/package.json | 2 +- examples/react/lib-hero-ui/package.json | 2 +- examples/react/lib-mantine/package.json | 2 +- examples/react/lib-material-ui/package.json | 2 +- examples/react/lib-react-aria/package.json | 2 +- examples/react/lib-shadcn-base/package.json | 2 +- examples/react/lib-shadcn-radix/package.json | 2 +- examples/react/mantine-react-table/package.json | 2 +- examples/react/material-react-table/package.json | 2 +- examples/react/pagination/package.json | 2 +- examples/react/row-dnd/package.json | 2 +- examples/react/row-pinning/package.json | 2 +- examples/react/row-selection/package.json | 4 ++-- examples/react/sorting/package.json | 2 +- examples/react/sub-components/package.json | 2 +- examples/react/virtualized-columns-experimental/package.json | 2 +- examples/react/virtualized-columns/package.json | 2 +- examples/react/virtualized-infinite-scrolling/package.json | 2 +- examples/react/virtualized-rows-experimental/package.json | 2 +- examples/react/virtualized-rows/package.json | 2 +- examples/react/with-tanstack-form/package.json | 2 +- examples/react/with-tanstack-query/package.json | 2 +- examples/react/with-tanstack-router/package.json | 2 +- examples/solid/basic-app-table/package.json | 2 +- examples/solid/basic-external-atoms/package.json | 2 +- examples/solid/basic-external-state/package.json | 2 +- examples/solid/basic-use-table/package.json | 2 +- examples/solid/column-groups/package.json | 2 +- examples/solid/column-ordering/package.json | 2 +- examples/solid/column-pinning-split/package.json | 2 +- examples/solid/column-pinning-sticky/package.json | 2 +- examples/solid/column-pinning/package.json | 2 +- examples/solid/column-resizing-performant/package.json | 2 +- examples/solid/column-resizing/package.json | 2 +- examples/solid/column-sizing/package.json | 2 +- examples/solid/column-visibility/package.json | 2 +- examples/solid/composable-tables/package.json | 2 +- examples/solid/expanding/package.json | 2 +- examples/solid/filters-faceted/package.json | 2 +- examples/solid/filters-fuzzy/package.json | 2 +- examples/solid/filters/package.json | 2 +- examples/solid/grouping/package.json | 2 +- examples/solid/kitchen-sink/package.json | 2 +- examples/solid/pagination/package.json | 2 +- examples/solid/row-pinning/package.json | 2 +- examples/solid/row-selection/package.json | 4 ++-- examples/solid/sorting/package.json | 2 +- examples/solid/sub-components/package.json | 2 +- examples/solid/virtualized-columns/package.json | 2 +- examples/solid/virtualized-infinite-scrolling/package.json | 2 +- examples/solid/virtualized-rows/package.json | 2 +- examples/solid/with-tanstack-form/package.json | 2 +- examples/solid/with-tanstack-query/package.json | 2 +- examples/solid/with-tanstack-router/package.json | 2 +- examples/svelte/basic-app-table/package.json | 2 +- examples/svelte/basic-create-table/package.json | 2 +- examples/svelte/basic-external-atoms/package.json | 2 +- examples/svelte/basic-external-state/package.json | 2 +- examples/svelte/basic-snippets/package.json | 2 +- examples/svelte/column-groups/package.json | 2 +- examples/svelte/column-ordering/package.json | 2 +- examples/svelte/column-pinning-split/package.json | 2 +- examples/svelte/column-pinning-sticky/package.json | 2 +- examples/svelte/column-pinning/package.json | 2 +- examples/svelte/column-resizing-performant/package.json | 2 +- examples/svelte/column-resizing/package.json | 2 +- examples/svelte/column-sizing/package.json | 2 +- examples/svelte/column-visibility/package.json | 2 +- examples/svelte/composable-tables/package.json | 2 +- examples/svelte/expanding/package.json | 2 +- examples/svelte/filtering/package.json | 2 +- examples/svelte/filters-faceted/package.json | 2 +- examples/svelte/filters-fuzzy/package.json | 2 +- examples/svelte/grouping/package.json | 2 +- examples/svelte/kitchen-sink/package.json | 2 +- examples/svelte/pagination/package.json | 2 +- examples/svelte/row-pinning/package.json | 2 +- examples/svelte/row-selection/package.json | 2 +- examples/svelte/sorting/package.json | 2 +- examples/svelte/sub-components/package.json | 2 +- examples/svelte/virtualized-columns/package.json | 2 +- examples/svelte/virtualized-infinite-scrolling/package.json | 2 +- examples/svelte/virtualized-rows/package.json | 2 +- examples/svelte/with-tanstack-form/package.json | 2 +- examples/svelte/with-tanstack-query/package.json | 2 +- examples/vanilla/basic/package.json | 2 +- examples/vanilla/pagination/package.json | 2 +- examples/vanilla/sorting/package.json | 2 +- examples/vue/basic-external-atoms/package.json | 2 +- examples/vue/basic-external-state/package.json | 2 +- examples/vue/basic-use-app-table/package.json | 2 +- examples/vue/basic-use-table/package.json | 2 +- examples/vue/column-groups/package.json | 2 +- examples/vue/column-ordering/package.json | 2 +- examples/vue/column-pinning-split/package.json | 2 +- examples/vue/column-pinning-sticky/package.json | 2 +- examples/vue/column-pinning/package.json | 2 +- examples/vue/column-resizing-performant/package.json | 2 +- examples/vue/column-resizing/package.json | 2 +- examples/vue/column-sizing/package.json | 2 +- examples/vue/column-visibility/package.json | 2 +- examples/vue/composable-tables/package.json | 2 +- examples/vue/expanding/package.json | 2 +- examples/vue/filters-faceted/package.json | 2 +- examples/vue/filters-fuzzy/package.json | 2 +- examples/vue/filters/package.json | 2 +- examples/vue/grouping/package.json | 2 +- examples/vue/kitchen-sink/package.json | 2 +- examples/vue/pagination/package.json | 2 +- examples/vue/row-pinning/package.json | 2 +- examples/vue/row-selection/package.json | 4 ++-- examples/vue/sorting/package.json | 2 +- examples/vue/sub-components/package.json | 2 +- examples/vue/virtualized-columns/package.json | 2 +- examples/vue/virtualized-infinite-scrolling/package.json | 2 +- examples/vue/virtualized-rows/package.json | 2 +- examples/vue/with-tanstack-form/package.json | 2 +- examples/vue/with-tanstack-query/package.json | 2 +- packages/angular-table/package.json | 2 +- packages/lit-table/package.json | 2 +- packages/preact-table-devtools/package.json | 2 +- packages/preact-table/package.json | 2 +- packages/react-table-devtools/package.json | 2 +- packages/react-table/package.json | 2 +- packages/solid-table-devtools/package.json | 2 +- packages/solid-table/package.json | 2 +- packages/svelte-table/package.json | 2 +- packages/table-core/package.json | 2 +- packages/table-devtools/package.json | 2 +- packages/vue-table-devtools/package.json | 2 +- packages/vue-table/package.json | 2 +- 237 files changed, 244 insertions(+), 244 deletions(-) diff --git a/examples/angular/basic-app-table/package.json b/examples/angular/basic-app-table/package.json index 1406d8e13b..0e192e3159 100644 --- a/examples/angular/basic-app-table/package.json +++ b/examples/angular/basic-app-table/package.json @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.13", "@angular/platform-browser": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 8da4d9fc23..4c8c6be958 100644 --- a/examples/angular/basic-inject-table/package.json +++ b/examples/angular/basic-inject-table/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 dc88fd14b5..ac47d399c7 100644 --- a/examples/angular/column-ordering/package.json +++ b/examples/angular/column-ordering/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 0a79329b71..813bf1b8d6 100644 --- a/examples/angular/column-pinning-sticky/package.json +++ b/examples/angular/column-pinning-sticky/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 3ba53d62f4..ce97ef2548 100644 --- a/examples/angular/column-pinning/package.json +++ b/examples/angular/column-pinning/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 3d44b81f72..4372d1437b 100644 --- a/examples/angular/column-resizing-performant/package.json +++ b/examples/angular/column-resizing-performant/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 f485578dbd..f8a1d2c963 100644 --- a/examples/angular/column-visibility/package.json +++ b/examples/angular/column-visibility/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 582735dc1d..4c0d64ecbf 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 61d91a4650..ef77a0f246 100644 --- a/examples/angular/custom-plugin/package.json +++ b/examples/angular/custom-plugin/package.json @@ -17,7 +17,7 @@ "@angular/forms": "^21.2.13", "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/editable/package.json b/examples/angular/editable/package.json index 73770ab482..0f613c65e4 100644 --- a/examples/angular/editable/package.json +++ b/examples/angular/editable/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/expanding/package.json b/examples/angular/expanding/package.json index 9eda0ed6c8..0b73685464 100644 --- a/examples/angular/expanding/package.json +++ b/examples/angular/expanding/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/filters/package.json b/examples/angular/filters/package.json index 9874e50ed0..0915fcb492 100644 --- a/examples/angular/filters/package.json +++ b/examples/angular/filters/package.json @@ -19,7 +19,7 @@ "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", "@tanstack/angular-pacer": "^0.23.1", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/grouping/package.json b/examples/angular/grouping/package.json index 1b1dcdb053..52e1bc3f40 100644 --- a/examples/angular/grouping/package.json +++ b/examples/angular/grouping/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 437dc12018..4290d0ba35 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "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 3cfd7fed23..d1205484de 100644 --- a/examples/angular/remote-data/package.json +++ b/examples/angular/remote-data/package.json @@ -22,7 +22,7 @@ "@angular/platform-server": "^21.2.13", "@angular/router": "^21.2.13", "@angular/ssr": "^21.2.11", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 79d058e98a..3ffc16097d 100644 --- a/examples/angular/row-dnd/package.json +++ b/examples/angular/row-dnd/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 e55f200f87..802594d65c 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/platform-browser-dynamic": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 89dff1ee38..6a0bf7c772 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 699498efd9..47fdf16998 100644 --- a/examples/angular/signal-input/package.json +++ b/examples/angular/signal-input/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "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 fc8e12e0bd..2c45399dcf 100644 --- a/examples/angular/sub-components/package.json +++ b/examples/angular/sub-components/package.json @@ -18,7 +18,7 @@ "@angular/platform-browser": "^21.2.13", "@angular/router": "^21.2.13", "@faker-js/faker": "^10.4.0", - "@tanstack/angular-table": "^9.0.0-alpha.48", + "@tanstack/angular-table": "^9.0.0-alpha.49", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/lit/basic-app-table/package.json b/examples/lit/basic-app-table/package.json index 06c1564938..f558fad7a9 100644 --- a/examples/lit/basic-app-table/package.json +++ b/examples/lit/basic-app-table/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-external-atoms/package.json b/examples/lit/basic-external-atoms/package.json index 263442d234..8afd5fc97f 100644 --- a/examples/lit/basic-external-atoms/package.json +++ b/examples/lit/basic-external-atoms/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/store": "^0.11.0", "lit": "^3.3.3" }, diff --git a/examples/lit/basic-external-state/package.json b/examples/lit/basic-external-state/package.json index 95538a93de..1aed8b5e14 100644 --- a/examples/lit/basic-external-state/package.json +++ b/examples/lit/basic-external-state/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/basic-table-controller/package.json b/examples/lit/basic-table-controller/package.json index 38465e5436..c3949d5dcf 100644 --- a/examples/lit/basic-table-controller/package.json +++ b/examples/lit/basic-table-controller/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-groups/package.json b/examples/lit/column-groups/package.json index 29c1bb9274..fe191b695c 100644 --- a/examples/lit/column-groups/package.json +++ b/examples/lit/column-groups/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-ordering/package.json b/examples/lit/column-ordering/package.json index 202bb042b2..333669be12 100644 --- a/examples/lit/column-ordering/package.json +++ b/examples/lit/column-ordering/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-split/package.json b/examples/lit/column-pinning-split/package.json index ae29a286ce..67126907b3 100644 --- a/examples/lit/column-pinning-split/package.json +++ b/examples/lit/column-pinning-split/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning-sticky/package.json b/examples/lit/column-pinning-sticky/package.json index 524dddf151..b5f961ba59 100644 --- a/examples/lit/column-pinning-sticky/package.json +++ b/examples/lit/column-pinning-sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-pinning/package.json b/examples/lit/column-pinning/package.json index f6557f6164..b8f03d6812 100644 --- a/examples/lit/column-pinning/package.json +++ b/examples/lit/column-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing-performant/package.json b/examples/lit/column-resizing-performant/package.json index ee8ad563aa..5b49d3f623 100644 --- a/examples/lit/column-resizing-performant/package.json +++ b/examples/lit/column-resizing-performant/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-resizing/package.json b/examples/lit/column-resizing/package.json index ed2e4c0057..7cb87521b4 100644 --- a/examples/lit/column-resizing/package.json +++ b/examples/lit/column-resizing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-sizing/package.json b/examples/lit/column-sizing/package.json index 4a83c003a2..64b2b10748 100644 --- a/examples/lit/column-sizing/package.json +++ b/examples/lit/column-sizing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/column-visibility/package.json b/examples/lit/column-visibility/package.json index df1b40bb15..ff057df9a7 100644 --- a/examples/lit/column-visibility/package.json +++ b/examples/lit/column-visibility/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/composable-tables/package.json b/examples/lit/composable-tables/package.json index 66a9342b16..cd9b8840c6 100644 --- a/examples/lit/composable-tables/package.json +++ b/examples/lit/composable-tables/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@lit/context": "^1.1.6", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/expanding/package.json b/examples/lit/expanding/package.json index 3db1c833a7..6840ab9604 100644 --- a/examples/lit/expanding/package.json +++ b/examples/lit/expanding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-faceted/package.json b/examples/lit/filters-faceted/package.json index 3ab4565b6b..60d91319d9 100644 --- a/examples/lit/filters-faceted/package.json +++ b/examples/lit/filters-faceted/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/filters-fuzzy/package.json b/examples/lit/filters-fuzzy/package.json index eaca3260f1..d23c92b99f 100644 --- a/examples/lit/filters-fuzzy/package.json +++ b/examples/lit/filters-fuzzy/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "lit": "^3.3.3" }, diff --git a/examples/lit/filters/package.json b/examples/lit/filters/package.json index dad8bc4c45..0c36418951 100644 --- a/examples/lit/filters/package.json +++ b/examples/lit/filters/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/grouping/package.json b/examples/lit/grouping/package.json index 5ffc8e4dc9..16b15410d9 100644 --- a/examples/lit/grouping/package.json +++ b/examples/lit/grouping/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/kitchen-sink/package.json b/examples/lit/kitchen-sink/package.json index 3e2128f32c..1c1a677d18 100644 --- a/examples/lit/kitchen-sink/package.json +++ b/examples/lit/kitchen-sink/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "lit": "^3.3.3" }, diff --git a/examples/lit/pagination/package.json b/examples/lit/pagination/package.json index 196d8fd114..9b984343ed 100644 --- a/examples/lit/pagination/package.json +++ b/examples/lit/pagination/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-pinning/package.json b/examples/lit/row-pinning/package.json index a2678cb23d..24cb6f7a57 100644 --- a/examples/lit/row-pinning/package.json +++ b/examples/lit/row-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/row-selection/package.json b/examples/lit/row-selection/package.json index 55092acf1f..a07ff506cf 100644 --- a/examples/lit/row-selection/package.json +++ b/examples/lit/row-selection/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting-dynamic-data/package.json b/examples/lit/sorting-dynamic-data/package.json index dac232f97d..e915fa19af 100644 --- a/examples/lit/sorting-dynamic-data/package.json +++ b/examples/lit/sorting-dynamic-data/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sorting/package.json b/examples/lit/sorting/package.json index e5a557cfff..e581da200b 100644 --- a/examples/lit/sorting/package.json +++ b/examples/lit/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/sub-components/package.json b/examples/lit/sub-components/package.json index fa306a6d27..24daa7121a 100644 --- a/examples/lit/sub-components/package.json +++ b/examples/lit/sub-components/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "lit": "^3.3.3" }, "devDependencies": { diff --git a/examples/lit/virtualized-columns/package.json b/examples/lit/virtualized-columns/package.json index 817d188b3a..7e24509919 100644 --- a/examples/lit/virtualized-columns/package.json +++ b/examples/lit/virtualized-columns/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/lit-virtual": "^3.13.25", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-infinite-scrolling/package.json b/examples/lit/virtualized-infinite-scrolling/package.json index 5a11e39288..c3c3b7bee0 100644 --- a/examples/lit/virtualized-infinite-scrolling/package.json +++ b/examples/lit/virtualized-infinite-scrolling/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/lit-virtual": "^3.13.25", "lit": "^3.3.3" }, diff --git a/examples/lit/virtualized-rows/package.json b/examples/lit/virtualized-rows/package.json index 464d6145ae..e655317247 100644 --- a/examples/lit/virtualized-rows/package.json +++ b/examples/lit/virtualized-rows/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/lit-table": "^9.0.0-alpha.48", + "@tanstack/lit-table": "^9.0.0-alpha.49", "@tanstack/lit-virtual": "^3.13.25", "lit": "^3.3.3" }, diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index 26d8462640..bf3417d967 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index 4bde1c6513..410995dc5f 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 4a8c6d9896..0ced2a8b82 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -13,13 +13,13 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-table-devtools": "^9.0.0-alpha.48", + "@tanstack/preact-table-devtools": "^9.0.0-alpha.49", "typescript": "6.0.3", "vite": "^8.0.13" } diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index 1480db00b5..60f351702b 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index 7f98a613f5..9708e31d9f 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-groups/package.json b/examples/preact/column-groups/package.json index f66e8f8c20..4abd567390 100644 --- a/examples/preact/column-groups/package.json +++ b/examples/preact/column-groups/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-ordering/package.json b/examples/preact/column-ordering/package.json index 9ed7e5df88..c4e7569e66 100644 --- a/examples/preact/column-ordering/package.json +++ b/examples/preact/column-ordering/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-pinning-split/package.json b/examples/preact/column-pinning-split/package.json index c39942bf14..7d2110d864 100644 --- a/examples/preact/column-pinning-split/package.json +++ b/examples/preact/column-pinning-split/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-pinning-sticky/package.json b/examples/preact/column-pinning-sticky/package.json index 21d9f48b37..b535b2b055 100644 --- a/examples/preact/column-pinning-sticky/package.json +++ b/examples/preact/column-pinning-sticky/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-pinning/package.json b/examples/preact/column-pinning/package.json index 2a4383c339..a199d66f35 100644 --- a/examples/preact/column-pinning/package.json +++ b/examples/preact/column-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-resizing-performant/package.json b/examples/preact/column-resizing-performant/package.json index f29971e08f..53b8d91c40 100644 --- a/examples/preact/column-resizing-performant/package.json +++ b/examples/preact/column-resizing-performant/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-resizing/package.json b/examples/preact/column-resizing/package.json index 25aed828c4..27e198305e 100644 --- a/examples/preact/column-resizing/package.json +++ b/examples/preact/column-resizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-sizing/package.json b/examples/preact/column-sizing/package.json index d5a3555a5e..fef6b35662 100644 --- a/examples/preact/column-sizing/package.json +++ b/examples/preact/column-sizing/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/column-visibility/package.json b/examples/preact/column-visibility/package.json index 3a2334508d..34e0df9c96 100644 --- a/examples/preact/column-visibility/package.json +++ b/examples/preact/column-visibility/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index b860317fb3..92279e9862 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/custom-plugin/package.json b/examples/preact/custom-plugin/package.json index 11d8100c34..a7d45369be 100644 --- a/examples/preact/custom-plugin/package.json +++ b/examples/preact/custom-plugin/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/expanding/package.json b/examples/preact/expanding/package.json index f5c81c5eeb..f1a63a1eed 100644 --- a/examples/preact/expanding/package.json +++ b/examples/preact/expanding/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/filters-faceted/package.json b/examples/preact/filters-faceted/package.json index b07e2acac2..d158aa8922 100644 --- a/examples/preact/filters-faceted/package.json +++ b/examples/preact/filters-faceted/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/filters-fuzzy/package.json b/examples/preact/filters-fuzzy/package.json index 26535a7309..9d95c80288 100644 --- a/examples/preact/filters-fuzzy/package.json +++ b/examples/preact/filters-fuzzy/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/filters/package.json b/examples/preact/filters/package.json index 1c36200359..4bc4d4b12a 100644 --- a/examples/preact/filters/package.json +++ b/examples/preact/filters/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/preact-pacer": "^0.22.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/grouping/package.json b/examples/preact/grouping/package.json index 09f35e743f..35c4bb088b 100644 --- a/examples/preact/grouping/package.json +++ b/examples/preact/grouping/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index 8a1d682750..8c85c85f06 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/pagination/package.json b/examples/preact/pagination/package.json index c6f277cb3f..46907faf9f 100644 --- a/examples/preact/pagination/package.json +++ b/examples/preact/pagination/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/row-pinning/package.json b/examples/preact/row-pinning/package.json index 3c5071edd4..d36776e793 100644 --- a/examples/preact/row-pinning/package.json +++ b/examples/preact/row-pinning/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index 22fb9df973..06d1e5474a 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -13,13 +13,13 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-table-devtools": "^9.0.0-alpha.48", + "@tanstack/preact-table-devtools": "^9.0.0-alpha.49", "typescript": "6.0.3", "vite": "^8.0.13" } diff --git a/examples/preact/sorting/package.json b/examples/preact/sorting/package.json index 6d9bf9c718..c6df5c2ab3 100644 --- a/examples/preact/sorting/package.json +++ b/examples/preact/sorting/package.json @@ -12,13 +12,13 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "^0.10.5", - "@tanstack/preact-table-devtools": "^9.0.0-alpha.48", + "@tanstack/preact-table-devtools": "^9.0.0-alpha.49", "typescript": "6.0.3", "vite": "^8.0.13" } diff --git a/examples/preact/sub-components/package.json b/examples/preact/sub-components/package.json index 9f999b3b59..c3c2f04e59 100644 --- a/examples/preact/sub-components/package.json +++ b/examples/preact/sub-components/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-query/package.json b/examples/preact/with-tanstack-query/package.json index 722f55c8b8..9438517973 100644 --- a/examples/preact/with-tanstack-query/package.json +++ b/examples/preact/with-tanstack-query/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/preact-query": "^5.100.10", "@tanstack/preact-store": "^0.13.1", - "@tanstack/preact-table": "^9.0.0-alpha.48", + "@tanstack/preact-table": "^9.0.0-alpha.49", "preact": "^10.29.2" }, "devDependencies": { diff --git a/examples/react/basic-external-atoms/package.json b/examples/react/basic-external-atoms/package.json index 6b5f23954b..fc6d34f534 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/basic-external-state/package.json b/examples/react/basic-external-state/package.json index ec3596c2f5..b0614bfd59 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/basic-subscribe/package.json b/examples/react/basic-subscribe/package.json index 20ce926455..d6b4782c00 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, @@ -21,7 +21,7 @@ "@rolldown/plugin-babel": "^0.2.3", "@rollup/plugin-replace": "^6.0.3", "@tanstack/react-devtools": "^0.10.5", - "@tanstack/react-table-devtools": "^9.0.0-alpha.48", + "@tanstack/react-table-devtools": "^9.0.0-alpha.49", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", diff --git a/examples/react/basic-use-app-table/package.json b/examples/react/basic-use-app-table/package.json index b1132f0839..35811d2c37 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -10,7 +10,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/basic-use-legacy-table/package.json b/examples/react/basic-use-legacy-table/package.json index 88364795e8..75766a941b 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/basic-use-table/package.json b/examples/react/basic-use-table/package.json index c0b275f791..211d1142a3 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -10,7 +10,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-dnd/package.json b/examples/react/column-dnd/package.json index 0535c599b2..8dfca6b39b 100644 --- a/examples/react/column-dnd/package.json +++ b/examples/react/column-dnd/package.json @@ -15,7 +15,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-groups/package.json b/examples/react/column-groups/package.json index 23c7bb194c..5952b98e23 100644 --- a/examples/react/column-groups/package.json +++ b/examples/react/column-groups/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-ordering/package.json b/examples/react/column-ordering/package.json index 8a5498d206..64a472716a 100644 --- a/examples/react/column-ordering/package.json +++ b/examples/react/column-ordering/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-pinning-split/package.json b/examples/react/column-pinning-split/package.json index 442b260752..6acbbb5e82 100644 --- a/examples/react/column-pinning-split/package.json +++ b/examples/react/column-pinning-split/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-pinning-sticky/package.json b/examples/react/column-pinning-sticky/package.json index a65f836f1d..28726b8a7c 100644 --- a/examples/react/column-pinning-sticky/package.json +++ b/examples/react/column-pinning-sticky/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-pinning/package.json b/examples/react/column-pinning/package.json index 6f9d66d713..1094345daf 100644 --- a/examples/react/column-pinning/package.json +++ b/examples/react/column-pinning/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-resizing-performant/package.json b/examples/react/column-resizing-performant/package.json index 27c633c027..91ab56dc7d 100644 --- a/examples/react/column-resizing-performant/package.json +++ b/examples/react/column-resizing-performant/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-resizing/package.json b/examples/react/column-resizing/package.json index 57258f821d..88227ae05f 100644 --- a/examples/react/column-resizing/package.json +++ b/examples/react/column-resizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-sizing/package.json b/examples/react/column-sizing/package.json index d0ec433396..b546e9c48c 100644 --- a/examples/react/column-sizing/package.json +++ b/examples/react/column-sizing/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/column-visibility/package.json b/examples/react/column-visibility/package.json index 3f43d53be8..b4ec94f67a 100644 --- a/examples/react/column-visibility/package.json +++ b/examples/react/column-visibility/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/composable-tables/package.json b/examples/react/composable-tables/package.json index 0298229e63..f8988f0c91 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/custom-plugin/package.json b/examples/react/custom-plugin/package.json index 7aaf4ac2c4..b5f935b1ce 100644 --- a/examples/react/custom-plugin/package.json +++ b/examples/react/custom-plugin/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/expanding/package.json b/examples/react/expanding/package.json index 5730d40826..4178190a6d 100644 --- a/examples/react/expanding/package.json +++ b/examples/react/expanding/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/filters-faceted/package.json b/examples/react/filters-faceted/package.json index 7c5b157136..049c2a02ed 100644 --- a/examples/react/filters-faceted/package.json +++ b/examples/react/filters-faceted/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/filters-fuzzy/package.json b/examples/react/filters-fuzzy/package.json index 8a3ee1317f..f37cca18e2 100644 --- a/examples/react/filters-fuzzy/package.json +++ b/examples/react/filters-fuzzy/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/filters/package.json b/examples/react/filters/package.json index 3e80c57db1..16cbe081e7 100644 --- a/examples/react/filters/package.json +++ b/examples/react/filters/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/grouping/package.json b/examples/react/grouping/package.json index 38cfe64537..c9298078ce 100644 --- a/examples/react/grouping/package.json +++ b/examples/react/grouping/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index 8e8cb7db54..51f65105c0 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.3.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "date-fns": "^4.1.0", "react": "^19.2.6", "react-dom": "^19.2.6", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index 39855fcb3b..a8d4260346 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -20,7 +20,7 @@ "@tabler/icons-react": "^3.44.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "date-fns": "^4.1.0", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index 079e14ba35..9a080925a5 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -21,7 +21,7 @@ "@mui/material": "^9.0.1", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "date-fns": "^4.1.0", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index 6050b86e67..e066f05e9d 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -19,7 +19,7 @@ "@tailwindcss/vite": "^4.3.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "date-fns": "^4.1.0", "react": "^19.2.6", "react-aria-components": "^1.17.0", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index 66dc17a506..ebafaa6086 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -21,7 +21,7 @@ "@tailwindcss/vite": "^4.3.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink-shadcn-radix/package.json b/examples/react/kitchen-sink-shadcn-radix/package.json index b0ec7d3411..65489778fd 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.1.1", diff --git a/examples/react/kitchen-sink/package.json b/examples/react/kitchen-sink/package.json index 2414531271..b0771b3e4b 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -18,7 +18,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/lib-hero-ui/package.json b/examples/react/lib-hero-ui/package.json index 213fbf339d..a3f4d351ba 100644 --- a/examples/react/lib-hero-ui/package.json +++ b/examples/react/lib-hero-ui/package.json @@ -15,7 +15,7 @@ "@heroui/react": "^3.0.5", "@heroui/styles": "^3.0.5", "@tailwindcss/vite": "^4.3.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6", "tailwindcss": "^4.3.0" diff --git a/examples/react/lib-mantine/package.json b/examples/react/lib-mantine/package.json index a4af904be0..d09802b5b4 100644 --- a/examples/react/lib-mantine/package.json +++ b/examples/react/lib-mantine/package.json @@ -15,7 +15,7 @@ "@mantine/core": "^9.2.1", "@mantine/hooks": "^9.2.1", "@tabler/icons-react": "^3.44.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/lib-material-ui/package.json b/examples/react/lib-material-ui/package.json index b14f10e68f..cda5d5f845 100644 --- a/examples/react/lib-material-ui/package.json +++ b/examples/react/lib-material-ui/package.json @@ -16,7 +16,7 @@ "@faker-js/faker": "^10.4.0", "@mui/icons-material": "^9.0.1", "@mui/material": "^9.0.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/lib-react-aria/package.json b/examples/react/lib-react-aria/package.json index 1f3f8feff1..75ab64188d 100644 --- a/examples/react/lib-react-aria/package.json +++ b/examples/react/lib-react-aria/package.json @@ -13,7 +13,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tailwindcss/vite": "^4.3.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-aria-components": "^1.17.0", "react-dom": "^19.2.6", diff --git a/examples/react/lib-shadcn-base/package.json b/examples/react/lib-shadcn-base/package.json index 5954fdc92e..ef7cdb23ef 100644 --- a/examples/react/lib-shadcn-base/package.json +++ b/examples/react/lib-shadcn-base/package.json @@ -15,7 +15,7 @@ "@faker-js/faker": "^10.4.0", "@tailwindcss/vite": "^4.3.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.16.0", diff --git a/examples/react/lib-shadcn-radix/package.json b/examples/react/lib-shadcn-radix/package.json index ac03a67b0b..012f0788a6 100644 --- a/examples/react/lib-shadcn-radix/package.json +++ b/examples/react/lib-shadcn-radix/package.json @@ -14,7 +14,7 @@ "@faker-js/faker": "^10.4.0", "@tailwindcss/vite": "^4.3.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.16.0", diff --git a/examples/react/mantine-react-table/package.json b/examples/react/mantine-react-table/package.json index edd3a05929..81355f2c19 100644 --- a/examples/react/mantine-react-table/package.json +++ b/examples/react/mantine-react-table/package.json @@ -17,7 +17,7 @@ "@tabler/icons-react": "^3.44.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "clsx": "^2.1.1", "dayjs": "^1.11.20", diff --git a/examples/react/material-react-table/package.json b/examples/react/material-react-table/package.json index dd99b90be5..ac06b7709f 100644 --- a/examples/react/material-react-table/package.json +++ b/examples/react/material-react-table/package.json @@ -20,7 +20,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "highlight-words": "^2.0.0", "react": "^19.2.6", diff --git a/examples/react/pagination/package.json b/examples/react/pagination/package.json index 9d37fcf5aa..106ea01171 100644 --- a/examples/react/pagination/package.json +++ b/examples/react/pagination/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/row-dnd/package.json b/examples/react/row-dnd/package.json index 5900e1dcf1..8f390c7640 100644 --- a/examples/react/row-dnd/package.json +++ b/examples/react/row-dnd/package.json @@ -15,7 +15,7 @@ "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/row-pinning/package.json b/examples/react/row-pinning/package.json index 7ee841c333..4e64a5397a 100644 --- a/examples/react/row-pinning/package.json +++ b/examples/react/row-pinning/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index 10ae5d2d83..d7abb38c7d 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, @@ -21,7 +21,7 @@ "@rolldown/plugin-babel": "^0.2.3", "@rollup/plugin-replace": "^6.0.3", "@tanstack/react-devtools": "^0.10.5", - "@tanstack/react-table-devtools": "^9.0.0-alpha.48", + "@tanstack/react-table-devtools": "^9.0.0-alpha.49", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.2", diff --git a/examples/react/sorting/package.json b/examples/react/sorting/package.json index 347e366b66..2b22805b24 100644 --- a/examples/react/sorting/package.json +++ b/examples/react/sorting/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/sub-components/package.json b/examples/react/sub-components/package.json index a708fd74e2..73c3100733 100644 --- a/examples/react/sub-components/package.json +++ b/examples/react/sub-components/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/virtualized-columns-experimental/package.json b/examples/react/virtualized-columns-experimental/package.json index 893187e86b..8093b5faae 100644 --- a/examples/react/virtualized-columns-experimental/package.json +++ b/examples/react/virtualized-columns-experimental/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/virtualized-columns/package.json b/examples/react/virtualized-columns/package.json index a5c99c4118..369e93450b 100644 --- a/examples/react/virtualized-columns/package.json +++ b/examples/react/virtualized-columns/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/virtualized-infinite-scrolling/package.json b/examples/react/virtualized-infinite-scrolling/package.json index a8097a7213..33e1b71c2b 100644 --- a/examples/react/virtualized-infinite-scrolling/package.json +++ b/examples/react/virtualized-infinite-scrolling/package.json @@ -12,7 +12,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/react-query": "^5.100.10", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/virtualized-rows-experimental/package.json b/examples/react/virtualized-rows-experimental/package.json index 86ec3188ab..8f36a42002 100644 --- a/examples/react/virtualized-rows-experimental/package.json +++ b/examples/react/virtualized-rows-experimental/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/virtualized-rows/package.json b/examples/react/virtualized-rows/package.json index 884ead0463..9d4f144f37 100644 --- a/examples/react/virtualized-rows/package.json +++ b/examples/react/virtualized-rows/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "@tanstack/react-virtual": "^3.13.24", "react": "^19.2.6", "react-dom": "^19.2.6" diff --git a/examples/react/with-tanstack-form/package.json b/examples/react/with-tanstack-form/package.json index 24fbcefd04..48e7df7b0f 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/react-form": "^1.32.0", "@tanstack/react-pacer": "^0.22.1", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6", "zod": "^4.4.3" diff --git a/examples/react/with-tanstack-query/package.json b/examples/react/with-tanstack-query/package.json index 0f07cbb653..24ec0adc81 100644 --- a/examples/react/with-tanstack-query/package.json +++ b/examples/react/with-tanstack-query/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@tanstack/react-query": "^5.100.10", "@tanstack/react-store": "^0.11.0", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/react/with-tanstack-router/package.json b/examples/react/with-tanstack-router/package.json index ed4d792ce9..57f713e3f0 100644 --- a/examples/react/with-tanstack-router/package.json +++ b/examples/react/with-tanstack-router/package.json @@ -13,7 +13,7 @@ "@tanstack/react-pacer": "^0.22.1", "@tanstack/react-query": "^5.100.10", "@tanstack/react-router": "^1.170.4", - "@tanstack/react-table": "^9.0.0-alpha.48", + "@tanstack/react-table": "^9.0.0-alpha.49", "react": "^19.2.6", "react-dom": "^19.2.6" }, diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index bc502576ab..10c79ef704 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index 4154c9b394..4c89784fd7 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 1af094a96f..43d91bce33 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index 97edadf526..2a4649f5bf 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-groups/package.json b/examples/solid/column-groups/package.json index fedc8dd3f3..8d05d62a34 100644 --- a/examples/solid/column-groups/package.json +++ b/examples/solid/column-groups/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-ordering/package.json b/examples/solid/column-ordering/package.json index 302c5c79c9..7ba17f07a3 100644 --- a/examples/solid/column-ordering/package.json +++ b/examples/solid/column-ordering/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-pinning-split/package.json b/examples/solid/column-pinning-split/package.json index d815eac42c..48b3d11c0e 100644 --- a/examples/solid/column-pinning-split/package.json +++ b/examples/solid/column-pinning-split/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-pinning-sticky/package.json b/examples/solid/column-pinning-sticky/package.json index d85ff2c13e..4a0473ff3a 100644 --- a/examples/solid/column-pinning-sticky/package.json +++ b/examples/solid/column-pinning-sticky/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-pinning/package.json b/examples/solid/column-pinning/package.json index b892b9978b..9df03d6323 100644 --- a/examples/solid/column-pinning/package.json +++ b/examples/solid/column-pinning/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-resizing-performant/package.json b/examples/solid/column-resizing-performant/package.json index 87de43efbd..cb78dce514 100644 --- a/examples/solid/column-resizing-performant/package.json +++ b/examples/solid/column-resizing-performant/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-resizing/package.json b/examples/solid/column-resizing/package.json index b01f221d2b..993b5172cc 100644 --- a/examples/solid/column-resizing/package.json +++ b/examples/solid/column-resizing/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-sizing/package.json b/examples/solid/column-sizing/package.json index 4580446cd9..cad0b0a276 100644 --- a/examples/solid/column-sizing/package.json +++ b/examples/solid/column-sizing/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/column-visibility/package.json b/examples/solid/column-visibility/package.json index 8130bd4fc8..cd6e4bb69c 100644 --- a/examples/solid/column-visibility/package.json +++ b/examples/solid/column-visibility/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index 0716916af5..0397084136 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -15,7 +15,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/expanding/package.json b/examples/solid/expanding/package.json index fc65dd4d9c..fd6c51dcc0 100644 --- a/examples/solid/expanding/package.json +++ b/examples/solid/expanding/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/filters-faceted/package.json b/examples/solid/filters-faceted/package.json index 3f483fc752..edaf767825 100644 --- a/examples/solid/filters-faceted/package.json +++ b/examples/solid/filters-faceted/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/filters-fuzzy/package.json b/examples/solid/filters-fuzzy/package.json index 7e1a95e6ab..e897ebbf59 100644 --- a/examples/solid/filters-fuzzy/package.json +++ b/examples/solid/filters-fuzzy/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/filters/package.json b/examples/solid/filters/package.json index deab0738a3..7b993723d5 100644 --- a/examples/solid/filters/package.json +++ b/examples/solid/filters/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tanstack/solid-pacer": "^0.21.1", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/grouping/package.json b/examples/solid/grouping/package.json index a0015d4eaf..e09eea3730 100644 --- a/examples/solid/grouping/package.json +++ b/examples/solid/grouping/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index 052e6925c4..2926929e3e 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/pagination/package.json b/examples/solid/pagination/package.json index 046d578c43..77e550a418 100644 --- a/examples/solid/pagination/package.json +++ b/examples/solid/pagination/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/row-pinning/package.json b/examples/solid/row-pinning/package.json index f715ee1818..8db178299e 100644 --- a/examples/solid/row-pinning/package.json +++ b/examples/solid/row-pinning/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index 9bb56752eb..7419c35296 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -17,8 +17,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "^0.8.5", - "@tanstack/solid-table": "^9.0.0-alpha.48", - "@tanstack/solid-table-devtools": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", + "@tanstack/solid-table-devtools": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/sorting/package.json b/examples/solid/sorting/package.json index e5e5470f9d..7986795299 100644 --- a/examples/solid/sorting/package.json +++ b/examples/solid/sorting/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/sub-components/package.json b/examples/solid/sub-components/package.json index ba80cda6c2..183a794ded 100644 --- a/examples/solid/sub-components/package.json +++ b/examples/solid/sub-components/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/virtualized-columns/package.json b/examples/solid/virtualized-columns/package.json index 64939e7758..18c40011db 100644 --- a/examples/solid/virtualized-columns/package.json +++ b/examples/solid/virtualized-columns/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "@tanstack/solid-virtual": "^3.13.24", "solid-js": "^1.9.13" } diff --git a/examples/solid/virtualized-infinite-scrolling/package.json b/examples/solid/virtualized-infinite-scrolling/package.json index a70d92e3f3..d1ed23b14e 100644 --- a/examples/solid/virtualized-infinite-scrolling/package.json +++ b/examples/solid/virtualized-infinite-scrolling/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/solid-query": "^5.100.10", "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "@tanstack/solid-virtual": "^3.13.24", "solid-js": "^1.9.13" } diff --git a/examples/solid/virtualized-rows/package.json b/examples/solid/virtualized-rows/package.json index 3d90703394..e9d65a6723 100644 --- a/examples/solid/virtualized-rows/package.json +++ b/examples/solid/virtualized-rows/package.json @@ -16,7 +16,7 @@ "vite-plugin-solid": "^2.11.12" }, "dependencies": { - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "@tanstack/solid-virtual": "^3.13.24", "solid-js": "^1.9.13" } diff --git a/examples/solid/with-tanstack-form/package.json b/examples/solid/with-tanstack-form/package.json index 7b19bc859b..319e74f61f 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@tanstack/solid-form": "^1.32.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13", "zod": "^4.4.3" } diff --git a/examples/solid/with-tanstack-query/package.json b/examples/solid/with-tanstack-query/package.json index 1d03326666..dfb0b57e76 100644 --- a/examples/solid/with-tanstack-query/package.json +++ b/examples/solid/with-tanstack-query/package.json @@ -18,7 +18,7 @@ "dependencies": { "@tanstack/solid-query": "^5.100.10", "@tanstack/solid-store": "^0.11.0", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/solid/with-tanstack-router/package.json b/examples/solid/with-tanstack-router/package.json index 29d2f560a3..0eb46e646c 100644 --- a/examples/solid/with-tanstack-router/package.json +++ b/examples/solid/with-tanstack-router/package.json @@ -20,7 +20,7 @@ "@tanstack/solid-pacer": "^0.21.1", "@tanstack/solid-query": "^5.100.10", "@tanstack/solid-router": "^1.170.4", - "@tanstack/solid-table": "^9.0.0-alpha.48", + "@tanstack/solid-table": "^9.0.0-alpha.49", "solid-js": "^1.9.13" } } diff --git a/examples/svelte/basic-app-table/package.json b/examples/svelte/basic-app-table/package.json index 531f718d30..89220923fd 100644 --- a/examples/svelte/basic-app-table/package.json +++ b/examples/svelte/basic-app-table/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/basic-create-table/package.json b/examples/svelte/basic-create-table/package.json index 4fd1f636ea..2865952b21 100644 --- a/examples/svelte/basic-create-table/package.json +++ b/examples/svelte/basic-create-table/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/basic-external-atoms/package.json b/examples/svelte/basic-external-atoms/package.json index 0a3cd0ce1d..b9ad68275f 100644 --- a/examples/svelte/basic-external-atoms/package.json +++ b/examples/svelte/basic-external-atoms/package.json @@ -16,7 +16,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/basic-external-state/package.json b/examples/svelte/basic-external-state/package.json index b0965fa3d7..17b43790c2 100644 --- a/examples/svelte/basic-external-state/package.json +++ b/examples/svelte/basic-external-state/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/basic-snippets/package.json b/examples/svelte/basic-snippets/package.json index 7dbd62754b..3369c1fc4d 100644 --- a/examples/svelte/basic-snippets/package.json +++ b/examples/svelte/basic-snippets/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-groups/package.json b/examples/svelte/column-groups/package.json index f64a563f16..c239470919 100644 --- a/examples/svelte/column-groups/package.json +++ b/examples/svelte/column-groups/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-ordering/package.json b/examples/svelte/column-ordering/package.json index 9c65a5414d..b28d245d20 100644 --- a/examples/svelte/column-ordering/package.json +++ b/examples/svelte/column-ordering/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-pinning-split/package.json b/examples/svelte/column-pinning-split/package.json index dd91df400f..0f2a649319 100644 --- a/examples/svelte/column-pinning-split/package.json +++ b/examples/svelte/column-pinning-split/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-pinning-sticky/package.json b/examples/svelte/column-pinning-sticky/package.json index cf82fd7d29..6062929b42 100644 --- a/examples/svelte/column-pinning-sticky/package.json +++ b/examples/svelte/column-pinning-sticky/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-pinning/package.json b/examples/svelte/column-pinning/package.json index daaf531641..cc41bee050 100644 --- a/examples/svelte/column-pinning/package.json +++ b/examples/svelte/column-pinning/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-resizing-performant/package.json b/examples/svelte/column-resizing-performant/package.json index 5756b96445..669625394e 100644 --- a/examples/svelte/column-resizing-performant/package.json +++ b/examples/svelte/column-resizing-performant/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-resizing/package.json b/examples/svelte/column-resizing/package.json index 2f7c3f64ac..22ff579e7b 100644 --- a/examples/svelte/column-resizing/package.json +++ b/examples/svelte/column-resizing/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-sizing/package.json b/examples/svelte/column-sizing/package.json index b3e30cab9d..d1bbf909c4 100644 --- a/examples/svelte/column-sizing/package.json +++ b/examples/svelte/column-sizing/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/column-visibility/package.json b/examples/svelte/column-visibility/package.json index b1e00e9f25..748a9817d2 100644 --- a/examples/svelte/column-visibility/package.json +++ b/examples/svelte/column-visibility/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/composable-tables/package.json b/examples/svelte/composable-tables/package.json index 8a51b2a3b7..411fd6e641 100644 --- a/examples/svelte/composable-tables/package.json +++ b/examples/svelte/composable-tables/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/expanding/package.json b/examples/svelte/expanding/package.json index bf1264b11a..ab2e2c95af 100644 --- a/examples/svelte/expanding/package.json +++ b/examples/svelte/expanding/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/filtering/package.json b/examples/svelte/filtering/package.json index 69902ded8f..f6317e6000 100644 --- a/examples/svelte/filtering/package.json +++ b/examples/svelte/filtering/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/filters-faceted/package.json b/examples/svelte/filters-faceted/package.json index 0e574a4b42..29eb08ca02 100644 --- a/examples/svelte/filters-faceted/package.json +++ b/examples/svelte/filters-faceted/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/filters-fuzzy/package.json b/examples/svelte/filters-fuzzy/package.json index b323faab51..a058ad57e9 100644 --- a/examples/svelte/filters-fuzzy/package.json +++ b/examples/svelte/filters-fuzzy/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/grouping/package.json b/examples/svelte/grouping/package.json index 3b274b8856..ee5f5cb694 100644 --- a/examples/svelte/grouping/package.json +++ b/examples/svelte/grouping/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/kitchen-sink/package.json b/examples/svelte/kitchen-sink/package.json index 6472f34835..586828c684 100644 --- a/examples/svelte/kitchen-sink/package.json +++ b/examples/svelte/kitchen-sink/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/pagination/package.json b/examples/svelte/pagination/package.json index 41292803d0..073c2aca04 100644 --- a/examples/svelte/pagination/package.json +++ b/examples/svelte/pagination/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/row-pinning/package.json b/examples/svelte/row-pinning/package.json index 00469c4d19..6a2cca1d4a 100644 --- a/examples/svelte/row-pinning/package.json +++ b/examples/svelte/row-pinning/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/row-selection/package.json b/examples/svelte/row-selection/package.json index 351019464f..754503d6a9 100644 --- a/examples/svelte/row-selection/package.json +++ b/examples/svelte/row-selection/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/sorting/package.json b/examples/svelte/sorting/package.json index a935246649..3b18271171 100644 --- a/examples/svelte/sorting/package.json +++ b/examples/svelte/sorting/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/sub-components/package.json b/examples/svelte/sub-components/package.json index 01d23757d0..ac103cffbf 100644 --- a/examples/svelte/sub-components/package.json +++ b/examples/svelte/sub-components/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", "svelte-check": "^4.4.8", diff --git a/examples/svelte/virtualized-columns/package.json b/examples/svelte/virtualized-columns/package.json index 3d979e92a8..60c8690be7 100644 --- a/examples/svelte/virtualized-columns/package.json +++ b/examples/svelte/virtualized-columns/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tanstack/svelte-virtual": "^3.13.24", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", diff --git a/examples/svelte/virtualized-infinite-scrolling/package.json b/examples/svelte/virtualized-infinite-scrolling/package.json index d4043ce8ac..40aff74740 100644 --- a/examples/svelte/virtualized-infinite-scrolling/package.json +++ b/examples/svelte/virtualized-infinite-scrolling/package.json @@ -14,7 +14,7 @@ "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", "@tanstack/svelte-query": "^6.1.29", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tanstack/svelte-virtual": "^3.13.24", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", diff --git a/examples/svelte/virtualized-rows/package.json b/examples/svelte/virtualized-rows/package.json index 433918b456..2cddc4bafd 100644 --- a/examples/svelte/virtualized-rows/package.json +++ b/examples/svelte/virtualized-rows/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.4.0", "@rollup/plugin-replace": "^6.0.3", "@sveltejs/vite-plugin-svelte": "^7.1.2", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "@tanstack/svelte-virtual": "^3.13.24", "@tsconfig/svelte": "^5.0.8", "svelte": "^5.55.7", diff --git a/examples/svelte/with-tanstack-form/package.json b/examples/svelte/with-tanstack-form/package.json index 9504b6c18f..3ab03f5f6d 100644 --- a/examples/svelte/with-tanstack-form/package.json +++ b/examples/svelte/with-tanstack-form/package.json @@ -22,7 +22,7 @@ "dependencies": { "@tanstack/form-core": "^1.32.0", "@tanstack/svelte-form": "^1.32.0", - "@tanstack/svelte-table": "^9.0.0-alpha.48", + "@tanstack/svelte-table": "^9.0.0-alpha.49", "zod": "^4.4.3" } } diff --git a/examples/svelte/with-tanstack-query/package.json b/examples/svelte/with-tanstack-query/package.json index 7bc812d535..d3c0a043c4 100644 --- a/examples/svelte/with-tanstack-query/package.json +++ b/examples/svelte/with-tanstack-query/package.json @@ -21,6 +21,6 @@ }, "dependencies": { "@tanstack/svelte-query": "^6.1.29", - "@tanstack/svelte-table": "^9.0.0-alpha.48" + "@tanstack/svelte-table": "^9.0.0-alpha.49" } } diff --git a/examples/vanilla/basic/package.json b/examples/vanilla/basic/package.json index b4871fa8ea..c567b3d753 100644 --- a/examples/vanilla/basic/package.json +++ b/examples/vanilla/basic/package.json @@ -15,6 +15,6 @@ "vite": "^8.0.13" }, "dependencies": { - "@tanstack/table-core": "^9.0.0-alpha.48" + "@tanstack/table-core": "^9.0.0-alpha.49" } } diff --git a/examples/vanilla/pagination/package.json b/examples/vanilla/pagination/package.json index b8adce83ca..c826a820ed 100644 --- a/examples/vanilla/pagination/package.json +++ b/examples/vanilla/pagination/package.json @@ -15,6 +15,6 @@ "vite": "^8.0.13" }, "dependencies": { - "@tanstack/table-core": "^9.0.0-alpha.48" + "@tanstack/table-core": "^9.0.0-alpha.49" } } diff --git a/examples/vanilla/sorting/package.json b/examples/vanilla/sorting/package.json index 43e889dc4e..643808b934 100644 --- a/examples/vanilla/sorting/package.json +++ b/examples/vanilla/sorting/package.json @@ -15,6 +15,6 @@ "vite": "^8.0.13" }, "dependencies": { - "@tanstack/table-core": "^9.0.0-alpha.48" + "@tanstack/table-core": "^9.0.0-alpha.49" } } diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index d53e511152..76ce543271 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index ca65634150..6ebe51bcf4 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index e776a74da3..824b48945b 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -9,7 +9,7 @@ "test:types": "vue-tsc" }, "dependencies": { - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index 0a0a46d684..3c326a3042 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -9,7 +9,7 @@ "test:types": "vue-tsc" }, "dependencies": { - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-groups/package.json b/examples/vue/column-groups/package.json index dd33b66909..6a3ffaaf28 100644 --- a/examples/vue/column-groups/package.json +++ b/examples/vue/column-groups/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-ordering/package.json b/examples/vue/column-ordering/package.json index 8eca1c8048..64574ea132 100644 --- a/examples/vue/column-ordering/package.json +++ b/examples/vue/column-ordering/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-pinning-split/package.json b/examples/vue/column-pinning-split/package.json index 31536fc624..727e665f99 100644 --- a/examples/vue/column-pinning-split/package.json +++ b/examples/vue/column-pinning-split/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-pinning-sticky/package.json b/examples/vue/column-pinning-sticky/package.json index ff07d42423..086fa81f2d 100644 --- a/examples/vue/column-pinning-sticky/package.json +++ b/examples/vue/column-pinning-sticky/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-pinning/package.json b/examples/vue/column-pinning/package.json index 4522d630d0..2e16eaae79 100644 --- a/examples/vue/column-pinning/package.json +++ b/examples/vue/column-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-resizing-performant/package.json b/examples/vue/column-resizing-performant/package.json index 6a48c43ffa..88aad207f6 100644 --- a/examples/vue/column-resizing-performant/package.json +++ b/examples/vue/column-resizing-performant/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-resizing/package.json b/examples/vue/column-resizing/package.json index d3146d73e8..cd5bef70ad 100644 --- a/examples/vue/column-resizing/package.json +++ b/examples/vue/column-resizing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-sizing/package.json b/examples/vue/column-sizing/package.json index 2ec1103aa5..b1478f8340 100644 --- a/examples/vue/column-sizing/package.json +++ b/examples/vue/column-sizing/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/column-visibility/package.json b/examples/vue/column-visibility/package.json index e79d0aab99..d50fb1747e 100644 --- a/examples/vue/column-visibility/package.json +++ b/examples/vue/column-visibility/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 165f67aca3..07f4c440e9 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/expanding/package.json b/examples/vue/expanding/package.json index 29f567f7fc..9c37edddbf 100644 --- a/examples/vue/expanding/package.json +++ b/examples/vue/expanding/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/filters-faceted/package.json b/examples/vue/filters-faceted/package.json index 0953b418a2..cb125c7729 100644 --- a/examples/vue/filters-faceted/package.json +++ b/examples/vue/filters-faceted/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/filters-fuzzy/package.json b/examples/vue/filters-fuzzy/package.json index ec5243bcec..864028b4ba 100644 --- a/examples/vue/filters-fuzzy/package.json +++ b/examples/vue/filters-fuzzy/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/filters/package.json b/examples/vue/filters/package.json index 6065baabea..6a6d7bbf55 100644 --- a/examples/vue/filters/package.json +++ b/examples/vue/filters/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/grouping/package.json b/examples/vue/grouping/package.json index 36cbe75580..4c76763e38 100644 --- a/examples/vue/grouping/package.json +++ b/examples/vue/grouping/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index 2cc6f4b6bb..a4fbfac328 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/pagination/package.json b/examples/vue/pagination/package.json index 474777bace..161e200ab8 100644 --- a/examples/vue/pagination/package.json +++ b/examples/vue/pagination/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/row-pinning/package.json b/examples/vue/row-pinning/package.json index 7afd8b89b6..fcd6096832 100644 --- a/examples/vue/row-pinning/package.json +++ b/examples/vue/row-pinning/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index 8678f7b6a6..5c8842e95a 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -11,8 +11,8 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/vue-devtools": "^0.2.19", - "@tanstack/vue-table": "^9.0.0-alpha.48", - "@tanstack/vue-table-devtools": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", + "@tanstack/vue-table-devtools": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/sorting/package.json b/examples/vue/sorting/package.json index 19d60862b2..cc929fd15b 100644 --- a/examples/vue/sorting/package.json +++ b/examples/vue/sorting/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/sub-components/package.json b/examples/vue/sub-components/package.json index c8486ff3f8..f6bd526b42 100644 --- a/examples/vue/sub-components/package.json +++ b/examples/vue/sub-components/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/examples/vue/virtualized-columns/package.json b/examples/vue/virtualized-columns/package.json index 6b16a64981..113a87b69e 100644 --- a/examples/vue/virtualized-columns/package.json +++ b/examples/vue/virtualized-columns/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "@tanstack/vue-virtual": "^3.13.24", "vue": "^3.5.34" }, diff --git a/examples/vue/virtualized-infinite-scrolling/package.json b/examples/vue/virtualized-infinite-scrolling/package.json index 8fa5afb4ed..abe0d0424b 100644 --- a/examples/vue/virtualized-infinite-scrolling/package.json +++ b/examples/vue/virtualized-infinite-scrolling/package.json @@ -13,7 +13,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/vue-query": "^5.100.10", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "@tanstack/vue-virtual": "^3.13.24", "vue": "^3.5.34" }, diff --git a/examples/vue/virtualized-rows/package.json b/examples/vue/virtualized-rows/package.json index dd21353b46..8948a621b0 100644 --- a/examples/vue/virtualized-rows/package.json +++ b/examples/vue/virtualized-rows/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@faker-js/faker": "^10.4.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "@tanstack/vue-virtual": "^3.13.24", "vue": "^3.5.34" }, diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index a31ddbd437..a9274c6bf4 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -11,7 +11,7 @@ "dependencies": { "@faker-js/faker": "^10.4.0", "@tanstack/vue-form": "^1.32.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34", "zod": "^4.4.3" }, diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index 1692faea2d..e4603a7c6b 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -13,7 +13,7 @@ "@tanstack/match-sorter-utils": "^9.0.0-alpha.4", "@tanstack/vue-query": "^5.100.10", "@tanstack/vue-store": "^0.11.0", - "@tanstack/vue-table": "^9.0.0-alpha.48", + "@tanstack/vue-table": "^9.0.0-alpha.49", "vue": "^3.5.34" }, "devDependencies": { diff --git a/packages/angular-table/package.json b/packages/angular-table/package.json index ce9912443e..c600d7aa25 100644 --- a/packages/angular-table/package.json +++ b/packages/angular-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Angular.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/lit-table/package.json b/packages/lit-table/package.json index 94039abbc3..2444751601 100644 --- a/packages/lit-table/package.json +++ b/packages/lit-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Lit.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-table-devtools/package.json b/packages/preact-table-devtools/package.json index 2eef82d3db..fcc42cb82b 100644 --- a/packages/preact-table-devtools/package.json +++ b/packages/preact-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table-devtools", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Preact devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-table/package.json b/packages/preact-table/package.json index bf3197b7dc..94b7351bbe 100644 --- a/packages/preact-table/package.json +++ b/packages/preact-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Preact.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index a6d2ea4ce6..99ab780526 100644 --- a/packages/react-table-devtools/package.json +++ b/packages/react-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table-devtools", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "React devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table/package.json b/packages/react-table/package.json index 4fe6988ed1..81d551c5c3 100644 --- a/packages/react-table/package.json +++ b/packages/react-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for React.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table-devtools/package.json b/packages/solid-table-devtools/package.json index e1228f5f0f..3561ef7fe6 100644 --- a/packages/solid-table-devtools/package.json +++ b/packages/solid-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table-devtools", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Solid devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table/package.json b/packages/solid-table/package.json index a13c76696d..74553ed2c7 100644 --- a/packages/solid-table/package.json +++ b/packages/solid-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Solid.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-table/package.json b/packages/svelte-table/package.json index f69a05efb5..8fdbfffce4 100644 --- a/packages/svelte-table/package.json +++ b/packages/svelte-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Svelte.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-core/package.json b/packages/table-core/package.json index c7ad0e5e8d..743273bd28 100644 --- a/packages/table-core/package.json +++ b/packages/table-core/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-core", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for TS/JS.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-devtools/package.json b/packages/table-devtools/package.json index 07327ad503..b1528fcaef 100644 --- a/packages/table-devtools/package.json +++ b/packages/table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-devtools", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table-devtools/package.json b/packages/vue-table-devtools/package.json index b5fd55492f..a431b841c8 100644 --- a/packages/vue-table-devtools/package.json +++ b/packages/vue-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table-devtools", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Vue devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table/package.json b/packages/vue-table/package.json index ab075fdbae..638ef30aa2 100644 --- a/packages/vue-table/package.json +++ b/packages/vue-table/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-table", - "version": "9.0.0-alpha.48", + "version": "9.0.0-alpha.49", "description": "Headless UI for building powerful tables & datagrids for Vue.", "author": "Tanner Linsley", "license": "MIT",