diff --git a/.changeset/calm-panels-align.md b/.changeset/calm-panels-align.md deleted file mode 100644 index 2bc435b103..0000000000 --- a/.changeset/calm-panels-align.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/angular-table-devtools': minor -'@tanstack/preact-table-devtools': minor -'@tanstack/react-table-devtools': minor -'@tanstack/solid-table-devtools': minor -'@tanstack/vue-table-devtools': minor -'@tanstack/table-devtools': minor ---- - -Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. diff --git a/_artifacts/domain_map.yaml b/_artifacts/domain_map.yaml index d49cb28786..42a029b881 100644 --- a/_artifacts/domain_map.yaml +++ b/_artifacts/domain_map.yaml @@ -8,6 +8,12 @@ library: monorepo: true package_version_overrides: '@tanstack/angular-table': '9.1.3' + '@tanstack/angular-table-devtools': '9.2.0' + '@tanstack/preact-table-devtools': '9.2.0' + '@tanstack/react-table-devtools': '9.2.0' + '@tanstack/solid-table-devtools': '9.2.0' + '@tanstack/table-devtools': '9.2.0' + '@tanstack/vue-table-devtools': '9.2.0' meta: generated_by: '@tanstack/intent scaffold domain discovery' diff --git a/_artifacts/skill_tree.yaml b/_artifacts/skill_tree.yaml index aad7067353..f2e3a5bb54 100644 --- a/_artifacts/skill_tree.yaml +++ b/_artifacts/skill_tree.yaml @@ -5,6 +5,12 @@ library: description: 'Headless data-grid state and row processing with tree-shakeable v9 features and framework adapters.' package_version_overrides: '@tanstack/angular-table': '9.1.3' + '@tanstack/angular-table-devtools': '9.2.0' + '@tanstack/preact-table-devtools': '9.2.0' + '@tanstack/react-table-devtools': '9.2.0' + '@tanstack/solid-table-devtools': '9.2.0' + '@tanstack/table-devtools': '9.2.0' + '@tanstack/vue-table-devtools': '9.2.0' generated_from: domain_map: '_artifacts/domain_map.yaml' skill_spec: '_artifacts/skill_spec.md' diff --git a/examples/angular/basic-app-table/package.json b/examples/angular/basic-app-table/package.json index efaa16a421..a31c40d96e 100644 --- a/examples/angular/basic-app-table/package.json +++ b/examples/angular/basic-app-table/package.json @@ -21,7 +21,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-atoms/package.json b/examples/angular/basic-external-atoms/package.json index 432de0247c..2131e8f01a 100644 --- a/examples/angular/basic-external-atoms/package.json +++ b/examples/angular/basic-external-atoms/package.json @@ -22,7 +22,7 @@ "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-store": "^0.11.1", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/basic-external-state/package.json b/examples/angular/basic-external-state/package.json index 918c47e84e..71c960a58f 100644 --- a/examples/angular/basic-external-state/package.json +++ b/examples/angular/basic-external-state/package.json @@ -22,7 +22,7 @@ "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-store": "^0.11.1", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "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 1750b3c0f5..ac3765ae7d 100644 --- a/examples/angular/basic-inject-table/package.json +++ b/examples/angular/basic-inject-table/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/cell-selection/package.json b/examples/angular/cell-selection/package.json index 05a65ebf5f..9339d3a533 100644 --- a/examples/angular/cell-selection/package.json +++ b/examples/angular/cell-selection/package.json @@ -24,7 +24,7 @@ "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-hotkeys": "^0.10.0", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "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 3f4533eb44..ecb055fa5e 100644 --- a/examples/angular/composable-tables/package.json +++ b/examples/angular/composable-tables/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "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 93c4c7baf3..c0daac3c3f 100644 --- a/examples/angular/kitchen-sink/package.json +++ b/examples/angular/kitchen-sink/package.json @@ -22,7 +22,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "@tanstack/match-sorter-utils": "^9.1.2", "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 9fdef0b72d..cd58a2e688 100644 --- a/examples/angular/row-selection-signal/package.json +++ b/examples/angular/row-selection-signal/package.json @@ -24,7 +24,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "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 d5aff79c67..91be5749dd 100644 --- a/examples/angular/row-selection/package.json +++ b/examples/angular/row-selection/package.json @@ -23,7 +23,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/angular/with-tanstack-form/package.json b/examples/angular/with-tanstack-form/package.json index 45aa88df7f..29d6cfe3c2 100644 --- a/examples/angular/with-tanstack-form/package.json +++ b/examples/angular/with-tanstack-form/package.json @@ -23,7 +23,7 @@ "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-form": "^1.33.5", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zod": "^4.4.3" diff --git a/examples/angular/with-tanstack-query/package.json b/examples/angular/with-tanstack-query/package.json index 557993d65b..2fff991d61 100644 --- a/examples/angular/with-tanstack-query/package.json +++ b/examples/angular/with-tanstack-query/package.json @@ -23,7 +23,7 @@ "@tanstack/angular-devtools": "^0.0.9", "@tanstack/angular-query-experimental": "^5.101.4", "@tanstack/angular-table": "^9.1.3", - "@tanstack/angular-table-devtools": "^9.1.2", + "@tanstack/angular-table-devtools": "^9.2.0", "rxjs": "~7.8.2", "tslib": "^2.8.1" }, diff --git a/examples/preact/basic-dynamic-columns/package.json b/examples/preact/basic-dynamic-columns/package.json index c7fd2ea1e7..5d79702cc4 100644 --- a/examples/preact/basic-dynamic-columns/package.json +++ b/examples/preact/basic-dynamic-columns/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-pacer": "^0.23.0", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-external-atoms/package.json b/examples/preact/basic-external-atoms/package.json index 58b2848e0b..dac4e378b1 100644 --- a/examples/preact/basic-external-atoms/package.json +++ b/examples/preact/basic-external-atoms/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-external-state/package.json b/examples/preact/basic-external-state/package.json index 497295d27a..640d8f0320 100644 --- a/examples/preact/basic-external-state/package.json +++ b/examples/preact/basic-external-state/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-subscribe/package.json b/examples/preact/basic-subscribe/package.json index 00f85b693d..0911ee84e4 100644 --- a/examples/preact/basic-subscribe/package.json +++ b/examples/preact/basic-subscribe/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-use-app-table/package.json b/examples/preact/basic-use-app-table/package.json index 4800a46886..3fde03f7d5 100644 --- a/examples/preact/basic-use-app-table/package.json +++ b/examples/preact/basic-use-app-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/basic-use-table/package.json b/examples/preact/basic-use-table/package.json index 22c299e554..a3d3722406 100644 --- a/examples/preact/basic-use-table/package.json +++ b/examples/preact/basic-use-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/cell-selection/package.json b/examples/preact/cell-selection/package.json index 12fe53495e..0dc7bedd00 100644 --- a/examples/preact/cell-selection/package.json +++ b/examples/preact/cell-selection/package.json @@ -17,7 +17,7 @@ "@tanstack/preact-hotkeys": "^0.10.0", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/composable-tables/package.json b/examples/preact/composable-tables/package.json index e8ecf91e71..29ee9848fc 100644 --- a/examples/preact/composable-tables/package.json +++ b/examples/preact/composable-tables/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/kitchen-sink/package.json b/examples/preact/kitchen-sink/package.json index eba460fa08..38badd6386 100644 --- a/examples/preact/kitchen-sink/package.json +++ b/examples/preact/kitchen-sink/package.json @@ -16,7 +16,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/row-selection/package.json b/examples/preact/row-selection/package.json index 138d0e2147..50dd6d3183 100644 --- a/examples/preact/row-selection/package.json +++ b/examples/preact/row-selection/package.json @@ -16,7 +16,7 @@ "@tanstack/preact-devtools": "^0.10.10", "@tanstack/preact-store": "^0.13.2", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/preact/with-tanstack-form/package.json b/examples/preact/with-tanstack-form/package.json index 805952dbf7..55f487c03a 100644 --- a/examples/preact/with-tanstack-form/package.json +++ b/examples/preact/with-tanstack-form/package.json @@ -18,7 +18,7 @@ "@tanstack/preact-pacer": "^0.23.0", "@tanstack/preact-pacer-devtools": "0.7.0", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "@tanstack/react-form-devtools": "^0.2.34", "preact": "^10.29.8", "zod": "^4.4.3" diff --git a/examples/preact/with-tanstack-query/package.json b/examples/preact/with-tanstack-query/package.json index 785d4c2478..407e981fd2 100644 --- a/examples/preact/with-tanstack-query/package.json +++ b/examples/preact/with-tanstack-query/package.json @@ -17,7 +17,7 @@ "@tanstack/preact-query": "^5.101.4", "@tanstack/preact-query-devtools": "^5.101.4", "@tanstack/preact-table": "^9.1.2", - "@tanstack/preact-table-devtools": "^9.1.2", + "@tanstack/preact-table-devtools": "^9.2.0", "preact": "^10.29.8" }, "devDependencies": { diff --git a/examples/react/basic-dynamic-columns/package.json b/examples/react/basic-dynamic-columns/package.json index b091e2c44d..f3e294ab6f 100644 --- a/examples/react/basic-dynamic-columns/package.json +++ b/examples/react/basic-dynamic-columns/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-external-atoms/package.json b/examples/react/basic-external-atoms/package.json index d2a9f8bd0f..ac2f323c46 100644 --- a/examples/react/basic-external-atoms/package.json +++ b/examples/react/basic-external-atoms/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-external-state/package.json b/examples/react/basic-external-state/package.json index aed78f3401..d5628e0765 100644 --- a/examples/react/basic-external-state/package.json +++ b/examples/react/basic-external-state/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-subscribe/package.json b/examples/react/basic-subscribe/package.json index 3ace74de8d..cb3f202544 100644 --- a/examples/react/basic-subscribe/package.json +++ b/examples/react/basic-subscribe/package.json @@ -17,7 +17,7 @@ "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-use-app-table/package.json b/examples/react/basic-use-app-table/package.json index 215b488241..1e4dac894e 100644 --- a/examples/react/basic-use-app-table/package.json +++ b/examples/react/basic-use-app-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-use-legacy-table/package.json b/examples/react/basic-use-legacy-table/package.json index 420ced7169..6ac575250a 100644 --- a/examples/react/basic-use-legacy-table/package.json +++ b/examples/react/basic-use-legacy-table/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/basic-use-table/package.json b/examples/react/basic-use-table/package.json index 0909bc8f80..ef176577a7 100644 --- a/examples/react/basic-use-table/package.json +++ b/examples/react/basic-use-table/package.json @@ -14,7 +14,7 @@ "dependencies": { "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/cell-selection/package.json b/examples/react/cell-selection/package.json index d29e4807da..608f859423 100644 --- a/examples/react/cell-selection/package.json +++ b/examples/react/cell-selection/package.json @@ -17,7 +17,7 @@ "@tanstack/react-hotkeys": "^0.10.0", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/composable-tables/package.json b/examples/react/composable-tables/package.json index 0485582766..67f4b6942d 100644 --- a/examples/react/composable-tables/package.json +++ b/examples/react/composable-tables/package.json @@ -16,7 +16,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/kitchen-sink-chakra-ui/package.json b/examples/react/kitchen-sink-chakra-ui/package.json index 64739b2bee..8d7a96bb5b 100644 --- a/examples/react/kitchen-sink-chakra-ui/package.json +++ b/examples/react/kitchen-sink-chakra-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "next-themes": "^0.4.6", "react": "^19.2.8", diff --git a/examples/react/kitchen-sink-hero-ui/package.json b/examples/react/kitchen-sink-hero-ui/package.json index 6c077d545e..cb36864bb7 100644 --- a/examples/react/kitchen-sink-hero-ui/package.json +++ b/examples/react/kitchen-sink-hero-ui/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/examples/react/kitchen-sink-mantine/package.json b/examples/react/kitchen-sink-mantine/package.json index 02228700a6..a2e914c8c7 100644 --- a/examples/react/kitchen-sink-mantine/package.json +++ b/examples/react/kitchen-sink-mantine/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/kitchen-sink-material-ui/package.json b/examples/react/kitchen-sink-material-ui/package.json index 863f518787..c15ec3ce9e 100644 --- a/examples/react/kitchen-sink-material-ui/package.json +++ b/examples/react/kitchen-sink-material-ui/package.json @@ -25,7 +25,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", "react-dom": "^19.2.8" diff --git a/examples/react/kitchen-sink-react-aria/package.json b/examples/react/kitchen-sink-react-aria/package.json index aeb3902954..5c56f119c8 100644 --- a/examples/react/kitchen-sink-react-aria/package.json +++ b/examples/react/kitchen-sink-react-aria/package.json @@ -22,7 +22,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "date-fns": "^4.4.0", "react": "^19.2.8", "react-aria-components": "^1.20.0", diff --git a/examples/react/kitchen-sink-shadcn-base/package.json b/examples/react/kitchen-sink-shadcn-base/package.json index 5271599a8b..6d1b5a2361 100644 --- a/examples/react/kitchen-sink-shadcn-base/package.json +++ b/examples/react/kitchen-sink-shadcn-base/package.json @@ -24,7 +24,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "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 846e6b7647..1e10cfc453 100644 --- a/examples/react/kitchen-sink-shadcn-radix/package.json +++ b/examples/react/kitchen-sink-shadcn-radix/package.json @@ -23,7 +23,7 @@ "@tanstack/react-devtools": "^0.10.10", "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "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 61a2bc84df..d002d2bfff 100644 --- a/examples/react/kitchen-sink/package.json +++ b/examples/react/kitchen-sink/package.json @@ -25,7 +25,7 @@ "@tanstack/react-start": "^1.168.44", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/row-selection/package.json b/examples/react/row-selection/package.json index 0515bbf6b6..f411d17a9d 100644 --- a/examples/react/row-selection/package.json +++ b/examples/react/row-selection/package.json @@ -17,7 +17,7 @@ "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/web-worker-row-models/package.json b/examples/react/web-worker-row-models/package.json index be741b219c..f8a7bcb24c 100644 --- a/examples/react/web-worker-row-models/package.json +++ b/examples/react/web-worker-row-models/package.json @@ -18,7 +18,7 @@ "@tanstack/react-start": "^1.168.44", "@tanstack/react-store": "^0.11.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/with-tanstack-form/package.json b/examples/react/with-tanstack-form/package.json index c072769eca..d13e76a079 100644 --- a/examples/react/with-tanstack-form/package.json +++ b/examples/react/with-tanstack-form/package.json @@ -19,7 +19,7 @@ "@tanstack/react-pacer": "^0.23.0", "@tanstack/react-pacer-devtools": "0.8.0", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8", "zod": "^4.4.3" diff --git a/examples/react/with-tanstack-query/package.json b/examples/react/with-tanstack-query/package.json index b83d45f4ba..65e6d7b5b6 100644 --- a/examples/react/with-tanstack-query/package.json +++ b/examples/react/with-tanstack-query/package.json @@ -17,7 +17,7 @@ "@tanstack/react-query": "^5.101.4", "@tanstack/react-query-devtools": "^5.101.4", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/react/with-tanstack-router/package.json b/examples/react/with-tanstack-router/package.json index cecbf55355..b2bdca92ce 100644 --- a/examples/react/with-tanstack-router/package.json +++ b/examples/react/with-tanstack-router/package.json @@ -20,7 +20,7 @@ "@tanstack/react-router": "^1.170.27", "@tanstack/react-router-devtools": "^1.167.1", "@tanstack/react-table": "^9.1.2", - "@tanstack/react-table-devtools": "^9.1.2", + "@tanstack/react-table-devtools": "^9.2.0", "react": "^19.2.8", "react-dom": "^19.2.8" }, diff --git a/examples/solid/basic-app-table/package.json b/examples/solid/basic-app-table/package.json index b7cec11076..f84b4d3e26 100644 --- a/examples/solid/basic-app-table/package.json +++ b/examples/solid/basic-app-table/package.json @@ -21,7 +21,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-external-atoms/package.json b/examples/solid/basic-external-atoms/package.json index 0255253be1..301c9f696f 100644 --- a/examples/solid/basic-external-atoms/package.json +++ b/examples/solid/basic-external-atoms/package.json @@ -22,7 +22,7 @@ "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-store": "^0.11.1", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-external-state/package.json b/examples/solid/basic-external-state/package.json index 6c34ad64cf..10c8c1b232 100644 --- a/examples/solid/basic-external-state/package.json +++ b/examples/solid/basic-external-state/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/basic-use-table/package.json b/examples/solid/basic-use-table/package.json index b975a941ae..bdef53b14a 100644 --- a/examples/solid/basic-use-table/package.json +++ b/examples/solid/basic-use-table/package.json @@ -20,7 +20,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/cell-selection/package.json b/examples/solid/cell-selection/package.json index 61f9ddce3c..469c472a1b 100644 --- a/examples/solid/cell-selection/package.json +++ b/examples/solid/cell-selection/package.json @@ -22,7 +22,7 @@ "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-hotkeys": "^0.10.0", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/composable-tables/package.json b/examples/solid/composable-tables/package.json index c2b715f857..49017f4c71 100644 --- a/examples/solid/composable-tables/package.json +++ b/examples/solid/composable-tables/package.json @@ -20,7 +20,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/kitchen-sink/package.json b/examples/solid/kitchen-sink/package.json index bd2a620aa9..a345d9ecb9 100644 --- a/examples/solid/kitchen-sink/package.json +++ b/examples/solid/kitchen-sink/package.json @@ -22,7 +22,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/row-selection/package.json b/examples/solid/row-selection/package.json index 760d2a74e4..94b0dc9272 100644 --- a/examples/solid/row-selection/package.json +++ b/examples/solid/row-selection/package.json @@ -21,7 +21,7 @@ "dependencies": { "@tanstack/solid-devtools": "^0.8.10", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/with-tanstack-form/package.json b/examples/solid/with-tanstack-form/package.json index 74eecf2c18..8e49517938 100644 --- a/examples/solid/with-tanstack-form/package.json +++ b/examples/solid/with-tanstack-form/package.json @@ -23,7 +23,7 @@ "@tanstack/solid-form": "^1.33.5", "@tanstack/solid-form-devtools": "^0.2.34", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14", "zod": "^4.4.3" } diff --git a/examples/solid/with-tanstack-query/package.json b/examples/solid/with-tanstack-query/package.json index 8c6bf2d3ec..6b11a496d5 100644 --- a/examples/solid/with-tanstack-query/package.json +++ b/examples/solid/with-tanstack-query/package.json @@ -23,7 +23,7 @@ "@tanstack/solid-query": "^5.101.4", "@tanstack/solid-query-devtools": "^5.101.4", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/solid/with-tanstack-router/package.json b/examples/solid/with-tanstack-router/package.json index eb7399cc29..ce324f5c78 100644 --- a/examples/solid/with-tanstack-router/package.json +++ b/examples/solid/with-tanstack-router/package.json @@ -28,7 +28,7 @@ "@tanstack/solid-router": "^1.170.25", "@tanstack/solid-router-devtools": "^1.167.1", "@tanstack/solid-table": "^9.1.2", - "@tanstack/solid-table-devtools": "^9.1.2", + "@tanstack/solid-table-devtools": "^9.2.0", "solid-js": "^1.9.14" } } diff --git a/examples/svelte/with-tanstack-form/package.json b/examples/svelte/with-tanstack-form/package.json index c8ed600f71..f0b224107f 100644 --- a/examples/svelte/with-tanstack-form/package.json +++ b/examples/svelte/with-tanstack-form/package.json @@ -25,7 +25,7 @@ "@tanstack/svelte-devtools": "^0.1.3", "@tanstack/svelte-form": "^1.33.5", "@tanstack/svelte-table": "^9.1.2", - "@tanstack/table-devtools": "^9.1.2", + "@tanstack/table-devtools": "^9.2.0", "zod": "^4.4.3" } } diff --git a/examples/svelte/with-tanstack-query/package.json b/examples/svelte/with-tanstack-query/package.json index 03e4b06219..8907949027 100644 --- a/examples/svelte/with-tanstack-query/package.json +++ b/examples/svelte/with-tanstack-query/package.json @@ -26,6 +26,6 @@ "@tanstack/svelte-query": "^6.1.38", "@tanstack/svelte-query-devtools": "^6.1.38", "@tanstack/svelte-table": "^9.1.2", - "@tanstack/table-devtools": "^9.1.2" + "@tanstack/table-devtools": "^9.2.0" } } diff --git a/examples/vue/basic-dynamic-columns/package.json b/examples/vue/basic-dynamic-columns/package.json index 7af68aeb04..0dc1b94ff0 100644 --- a/examples/vue/basic-dynamic-columns/package.json +++ b/examples/vue/basic-dynamic-columns/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-external-atoms/package.json b/examples/vue/basic-external-atoms/package.json index 36b5227931..297d98b7cc 100644 --- a/examples/vue/basic-external-atoms/package.json +++ b/examples/vue/basic-external-atoms/package.json @@ -14,7 +14,7 @@ "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-store": "^0.11.1", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-external-state/package.json b/examples/vue/basic-external-state/package.json index 1d8817927a..03ff00fbfa 100644 --- a/examples/vue/basic-external-state/package.json +++ b/examples/vue/basic-external-state/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-use-app-table/package.json b/examples/vue/basic-use-app-table/package.json index 000b5f91ef..877e0cde68 100644 --- a/examples/vue/basic-use-app-table/package.json +++ b/examples/vue/basic-use-app-table/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/basic-use-table/package.json b/examples/vue/basic-use-table/package.json index f60dbf2e1c..ee0faba314 100644 --- a/examples/vue/basic-use-table/package.json +++ b/examples/vue/basic-use-table/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/cell-selection/package.json b/examples/vue/cell-selection/package.json index 4cd9f3ccf4..c80bfad81d 100644 --- a/examples/vue/cell-selection/package.json +++ b/examples/vue/cell-selection/package.json @@ -14,7 +14,7 @@ "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-hotkeys": "^0.10.0", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/composable-tables/package.json b/examples/vue/composable-tables/package.json index 4e78dc5e82..9122a185c8 100644 --- a/examples/vue/composable-tables/package.json +++ b/examples/vue/composable-tables/package.json @@ -13,7 +13,7 @@ "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-store": "^0.11.1", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/kitchen-sink-shadcn/package.json b/examples/vue/kitchen-sink-shadcn/package.json index 5d71e094e6..edd3686cd6 100644 --- a/examples/vue/kitchen-sink-shadcn/package.json +++ b/examples/vue/kitchen-sink-shadcn/package.json @@ -20,7 +20,7 @@ "@tanstack/pacer": "^0.22.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "@vueuse/core": "^14.4.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", diff --git a/examples/vue/kitchen-sink/package.json b/examples/vue/kitchen-sink/package.json index 98bbf893ee..174c1a251c 100644 --- a/examples/vue/kitchen-sink/package.json +++ b/examples/vue/kitchen-sink/package.json @@ -14,7 +14,7 @@ "@tanstack/match-sorter-utils": "^9.1.2", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/row-selection/package.json b/examples/vue/row-selection/package.json index 0bff45bdd7..88790e6c75 100644 --- a/examples/vue/row-selection/package.json +++ b/examples/vue/row-selection/package.json @@ -13,7 +13,7 @@ "@faker-js/faker": "^10.5.0", "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/examples/vue/with-tanstack-form/package.json b/examples/vue/with-tanstack-form/package.json index 8ba610e8ff..3106e2ffe6 100644 --- a/examples/vue/with-tanstack-form/package.json +++ b/examples/vue/with-tanstack-form/package.json @@ -14,7 +14,7 @@ "@tanstack/vue-devtools": "^0.2.24", "@tanstack/vue-form": "^1.33.5", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41", "zod": "^4.4.3" }, diff --git a/examples/vue/with-tanstack-query/package.json b/examples/vue/with-tanstack-query/package.json index f05ec8419e..ec91b7ea62 100644 --- a/examples/vue/with-tanstack-query/package.json +++ b/examples/vue/with-tanstack-query/package.json @@ -16,7 +16,7 @@ "@tanstack/vue-query": "^5.101.4", "@tanstack/vue-query-devtools": "^6.1.38", "@tanstack/vue-table": "^9.1.2", - "@tanstack/vue-table-devtools": "^9.1.2", + "@tanstack/vue-table-devtools": "^9.2.0", "vue": "^3.5.41" }, "devDependencies": { diff --git a/packages/angular-table-devtools/CHANGELOG.md b/packages/angular-table-devtools/CHANGELOG.md index 208f7458ed..5bc56e1209 100644 --- a/packages/angular-table-devtools/CHANGELOG.md +++ b/packages/angular-table-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/angular-table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + +### Patch Changes + +- Updated dependencies [[`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6)]: + - @tanstack/table-devtools@9.2.0 + ## 9.1.2 ### Patch Changes diff --git a/packages/angular-table-devtools/package.json b/packages/angular-table-devtools/package.json index ccef3dc205..7f62a4655a 100644 --- a/packages/angular-table-devtools/package.json +++ b/packages/angular-table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-table-devtools", - "version": "9.1.2", + "version": "9.2.0", "description": "Angular devtools for TanStack Table.", "license": "MIT", "repository": { diff --git a/packages/angular-table-devtools/skills/devtools/SKILL.md b/packages/angular-table-devtools/skills/devtools/SKILL.md index 757a098fce..c52cb1bf09 100644 --- a/packages/angular-table-devtools/skills/devtools/SKILL.md +++ b/packages/angular-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/angular-table-devtools' framework: angular - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/preact-table-devtools/CHANGELOG.md b/packages/preact-table-devtools/CHANGELOG.md index d5d3ccff5c..3103cace7a 100644 --- a/packages/preact-table-devtools/CHANGELOG.md +++ b/packages/preact-table-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/preact-table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + +### Patch Changes + +- Updated dependencies [[`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6)]: + - @tanstack/table-devtools@9.2.0 + ## 9.1.2 ### Patch Changes diff --git a/packages/preact-table-devtools/package.json b/packages/preact-table-devtools/package.json index 564791e445..7e0bcf8ae5 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.1.2", + "version": "9.2.0", "description": "Preact devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-table-devtools/skills/devtools/SKILL.md b/packages/preact-table-devtools/skills/devtools/SKILL.md index 58b9c8fdf6..e67f6a0f2c 100644 --- a/packages/preact-table-devtools/skills/devtools/SKILL.md +++ b/packages/preact-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/preact-table-devtools' framework: preact - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/react-table-devtools/CHANGELOG.md b/packages/react-table-devtools/CHANGELOG.md index 780956f59c..6e482b6da1 100644 --- a/packages/react-table-devtools/CHANGELOG.md +++ b/packages/react-table-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + +### Patch Changes + +- Updated dependencies [[`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6)]: + - @tanstack/table-devtools@9.2.0 + ## 9.1.2 ### Patch Changes diff --git a/packages/react-table-devtools/package.json b/packages/react-table-devtools/package.json index c2d3005719..73cce72b37 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.1.2", + "version": "9.2.0", "description": "React devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-table-devtools/skills/devtools/SKILL.md b/packages/react-table-devtools/skills/devtools/SKILL.md index 5ba1e52dd3..22b9d13f82 100644 --- a/packages/react-table-devtools/skills/devtools/SKILL.md +++ b/packages/react-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/react-table-devtools' framework: react - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/solid-table-devtools/CHANGELOG.md b/packages/solid-table-devtools/CHANGELOG.md index 625ac4efd6..75decfc5c7 100644 --- a/packages/solid-table-devtools/CHANGELOG.md +++ b/packages/solid-table-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + +### Patch Changes + +- Updated dependencies [[`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6)]: + - @tanstack/table-devtools@9.2.0 + ## 9.1.2 ### Patch Changes diff --git a/packages/solid-table-devtools/package.json b/packages/solid-table-devtools/package.json index acc3e3fef2..5865baaca9 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.1.2", + "version": "9.2.0", "description": "Solid devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-table-devtools/skills/devtools/SKILL.md b/packages/solid-table-devtools/skills/devtools/SKILL.md index d6a01ea0b0..d28fde46da 100644 --- a/packages/solid-table-devtools/skills/devtools/SKILL.md +++ b/packages/solid-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/solid-table-devtools' framework: solid - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools' diff --git a/packages/table-devtools/CHANGELOG.md b/packages/table-devtools/CHANGELOG.md index d3bb3ef0b7..9fddade031 100644 --- a/packages/table-devtools/CHANGELOG.md +++ b/packages/table-devtools/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + ## 9.1.2 ## 9.1.1 diff --git a/packages/table-devtools/package.json b/packages/table-devtools/package.json index 37bb169db8..c6c2a4952f 100644 --- a/packages/table-devtools/package.json +++ b/packages/table-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/table-devtools", - "version": "9.1.2", + "version": "9.2.0", "description": "Devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/table-devtools/skills/devtools/SKILL.md b/packages/table-devtools/skills/devtools/SKILL.md index c7886808e7..e3974fac12 100644 --- a/packages/table-devtools/skills/devtools/SKILL.md +++ b/packages/table-devtools/skills/devtools/SKILL.md @@ -5,7 +5,7 @@ description: > metadata: type: core library: '@tanstack/table-devtools' - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' sources: diff --git a/packages/vue-table-devtools/CHANGELOG.md b/packages/vue-table-devtools/CHANGELOG.md index b4e8756ad0..30bf65e406 100644 --- a/packages/vue-table-devtools/CHANGELOG.md +++ b/packages/vue-table-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-table-devtools +## 9.2.0 + +### Minor Changes + +- [#6553](https://github.com/TanStack/table/pull/6553) [`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6) - Support the latest `@tanstack/devtools` by flattening nested plugin theme props and skipping broken Devtools UI font URLs under Angular Vite. + +### Patch Changes + +- Updated dependencies [[`faa261b`](https://github.com/TanStack/table/commit/faa261b54c00ab4758861c1903bfce70a158f1c6)]: + - @tanstack/table-devtools@9.2.0 + ## 9.1.2 ### Patch Changes diff --git a/packages/vue-table-devtools/package.json b/packages/vue-table-devtools/package.json index 3a86247c96..5785f16957 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.1.2", + "version": "9.2.0", "description": "Vue devtools for TanStack Table.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-table-devtools/skills/devtools/SKILL.md b/packages/vue-table-devtools/skills/devtools/SKILL.md index 120b6f0447..014d335463 100644 --- a/packages/vue-table-devtools/skills/devtools/SKILL.md +++ b/packages/vue-table-devtools/skills/devtools/SKILL.md @@ -6,7 +6,7 @@ metadata: type: framework library: '@tanstack/vue-table-devtools' framework: vue - library_version: '9.1.2' + library_version: '9.2.0' requires: - '@tanstack/table-core#core' - '@tanstack/table-devtools#devtools'