diff --git a/.changeset/dry-animals-dig.md b/.changeset/dry-animals-dig.md deleted file mode 100644 index 4c56e7cd..00000000 --- a/.changeset/dry-animals-dig.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-ui': minor ---- - -Updates devtools-ui JsonTree to display dates, as well as provide configuration for custom date format. diff --git a/.changeset/slimy-ways-yawn.md b/.changeset/slimy-ways-yawn.md deleted file mode 100644 index cac431e9..00000000 --- a/.changeset/slimy-ways-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/devtools-ui': patch ---- - -Fixes the deep-keys utils for the collapsePath prop, now handles any and unknown types. diff --git a/examples/preact/basic/package.json b/examples/preact/basic/package.json index d7c13869..f7062d3d 100644 --- a/examples/preact/basic/package.json +++ b/examples/preact/basic/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@preact/preset-vite": "^2.10.2", - "@tanstack/devtools-ui": "0.4.4", + "@tanstack/devtools-ui": "0.5.0", "@tanstack/devtools-vite": "0.5.3", "sonda": "0.9.0", "vite": "^7.1.7", diff --git a/examples/react/basic/package.json b/examples/react/basic/package.json index 42288f0b..e32a7a6a 100644 --- a/examples/react/basic/package.json +++ b/examples/react/basic/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tanstack/devtools-client": "0.0.6", "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-form": "^1.23.7", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", @@ -22,7 +22,7 @@ "zod": "^4.3.5" }, "devDependencies": { - "@tanstack/devtools-ui": "0.4.4", + "@tanstack/devtools-ui": "0.5.0", "@tanstack/devtools-vite": "0.5.3", "@tanstack/react-form-devtools": "^0.1.7", "@types/react": "^19.2.0", diff --git a/examples/react/custom-devtools/package.json b/examples/react/custom-devtools/package.json index 78cd7d65..f282dc93 100644 --- a/examples/react/custom-devtools/package.json +++ b/examples/react/custom-devtools/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/examples/react/drizzle/package.json b/examples/react/drizzle/package.json index d3d97199..8882379a 100644 --- a/examples/react/drizzle/package.json +++ b/examples/react/drizzle/package.json @@ -8,7 +8,7 @@ "start": "vite start" }, "dependencies": { - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-start": "^1.132.0", diff --git a/examples/react/https/package.json b/examples/react/https/package.json index fa679c7d..9c1bf132 100644 --- a/examples/react/https/package.json +++ b/examples/react/https/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "0.4.1", - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", @@ -20,7 +20,7 @@ "zod": "^4.3.5" }, "devDependencies": { - "@tanstack/devtools-ui": "0.4.4", + "@tanstack/devtools-ui": "0.5.0", "@tanstack/devtools-vite": "0.5.3", "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", diff --git a/examples/react/start/package.json b/examples/react/start/package.json index 61d31b23..be0ea3ed 100644 --- a/examples/react/start/package.json +++ b/examples/react/start/package.json @@ -11,7 +11,7 @@ "dependencies": { "@tailwindcss/vite": "^4.0.6", "@tanstack/devtools-event-client": "workspace:*", - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-router": "^1.132.0", "@tanstack/react-router-devtools": "^1.132.0", "@tanstack/react-router-ssr-query": "^1.131.7", diff --git a/examples/react/time-travel/package.json b/examples/react/time-travel/package.json index 814ac722..ef5681d8 100644 --- a/examples/react/time-travel/package.json +++ b/examples/react/time-travel/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/devtools-event-client": "workspace:^", - "@tanstack/react-devtools": "^0.9.8", + "@tanstack/react-devtools": "^0.9.9", "@tanstack/react-query": "^5.90.1", "@tanstack/react-query-devtools": "^5.90.1", "@tanstack/react-router": "^1.132.0", diff --git a/examples/solid/basic/package.json b/examples/solid/basic/package.json index 0b0878ea..4b27125e 100644 --- a/examples/solid/basic/package.json +++ b/examples/solid/basic/package.json @@ -9,7 +9,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/solid-devtools": "^0.7.28", + "@tanstack/solid-devtools": "^0.7.29", "@tanstack/solid-query": "^5.90.1", "@tanstack/solid-query-devtools": "^5.90.1", "@tanstack/solid-router": "^1.131.50", diff --git a/examples/solid/devtools-ui/package.json b/examples/solid/devtools-ui/package.json index fb4f6298..0c59a982 100644 --- a/examples/solid/devtools-ui/package.json +++ b/examples/solid/devtools-ui/package.json @@ -9,8 +9,8 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/devtools-ui": "0.4.4", - "@tanstack/solid-devtools": "^0.7.28", + "@tanstack/devtools-ui": "0.5.0", + "@tanstack/solid-devtools": "^0.7.29", "solid-js": "^1.9.9" }, "devDependencies": { diff --git a/examples/solid/start/package.json b/examples/solid/start/package.json index fd4335a5..807db8ee 100644 --- a/examples/solid/start/package.json +++ b/examples/solid/start/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@solidjs/start": "^1.2.0", - "@tanstack/solid-devtools": "^0.7.28", + "@tanstack/solid-devtools": "^0.7.29", "solid-js": "^1.9.9", "vinxi": "^0.5.8" }, diff --git a/examples/vue/basic/package.json b/examples/vue/basic/package.json index d08bfe38..6d511f38 100644 --- a/examples/vue/basic/package.json +++ b/examples/vue/basic/package.json @@ -8,8 +8,8 @@ "preview": "vite preview" }, "dependencies": { - "@tanstack/devtools": "^0.10.9", - "@tanstack/vue-devtools": "^0.2.8", + "@tanstack/devtools": "^0.10.10", + "@tanstack/vue-devtools": "^0.2.9", "@tanstack/vue-query": "^5.90.5", "@tanstack/vue-query-devtools": "^6.1.0", "vue": "^3.5.22" diff --git a/packages/devtools-ui/CHANGELOG.md b/packages/devtools-ui/CHANGELOG.md index 870b905d..eb8c2713 100644 --- a/packages/devtools-ui/CHANGELOG.md +++ b/packages/devtools-ui/CHANGELOG.md @@ -1,5 +1,15 @@ # @tanstack/devtools-ui +## 0.5.0 + +### Minor Changes + +- Updates devtools-ui JsonTree to display dates, as well as provide configuration for custom date format. ([#258](https://github.com/TanStack/devtools/pull/258)) + +### Patch Changes + +- Fixes the deep-keys utils for the collapsePath prop, now handles any and unknown types. ([#327](https://github.com/TanStack/devtools/pull/327)) + ## 0.4.4 ### Patch Changes diff --git a/packages/devtools-ui/package.json b/packages/devtools-ui/package.json index 0b7ed40e..4afd2ccb 100644 --- a/packages/devtools-ui/package.json +++ b/packages/devtools-ui/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-ui", - "version": "0.4.4", + "version": "0.5.0", "description": "TanStack Devtools UI is a set of UI components for building devtool panels for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools-utils/CHANGELOG.md b/packages/devtools-utils/CHANGELOG.md index 8ee0c35a..a7b65c3f 100644 --- a/packages/devtools-utils/CHANGELOG.md +++ b/packages/devtools-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools-utils +## 0.3.1 + +### Patch Changes + +- Updated dependencies [[`b3e375f`](https://github.com/TanStack/devtools/commit/b3e375f1b09f69f36bd7b8e6f10197af1aa7fd2a), [`a629bc3`](https://github.com/TanStack/devtools/commit/a629bc3927ddb035a5c5f1104a975e1d8ddeaaf9)]: + - @tanstack/devtools-ui@0.5.0 + ## 0.3.0 ### Minor Changes diff --git a/packages/devtools-utils/package.json b/packages/devtools-utils/package.json index 3353dc8f..e369bd93 100644 --- a/packages/devtools-utils/package.json +++ b/packages/devtools-utils/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools-utils", - "version": "0.3.0", + "version": "0.3.1", "description": "TanStack Devtools utilities for creating your own devtools.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 4fe0d9af..5c522ff6 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/devtools +## 0.10.10 + +### Patch Changes + +- Updated dependencies [[`b3e375f`](https://github.com/TanStack/devtools/commit/b3e375f1b09f69f36bd7b8e6f10197af1aa7fd2a), [`a629bc3`](https://github.com/TanStack/devtools/commit/a629bc3927ddb035a5c5f1104a975e1d8ddeaaf9)]: + - @tanstack/devtools-ui@0.5.0 + ## 0.10.9 ### Patch Changes diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 41163a28..68598f4d 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/devtools", - "version": "0.10.9", + "version": "0.10.10", "description": "TanStack Devtools is a set of tools for building advanced devtools for your application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-devtools/CHANGELOG.md b/packages/preact-devtools/CHANGELOG.md index b4b9bdac..af4231e4 100644 --- a/packages/preact-devtools/CHANGELOG.md +++ b/packages/preact-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-devtools +## 0.9.14 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.10 + ## 0.9.13 ### Patch Changes diff --git a/packages/preact-devtools/package.json b/packages/preact-devtools/package.json index e177a490..6ba3674c 100644 --- a/packages/preact-devtools/package.json +++ b/packages/preact-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-devtools", - "version": "0.9.13", + "version": "0.9.14", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Preact application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 4d864055..f12d7d77 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-devtools +## 0.9.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.10 + ## 0.9.8 ### Patch Changes diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 3c57743c..b1a00ebd 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-devtools", - "version": "0.9.8", + "version": "0.9.9", "description": "TanStack Devtools is a set of tools for building advanced devtools for your React application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-devtools/CHANGELOG.md b/packages/solid-devtools/CHANGELOG.md index a8f83a68..d3cf3ca8 100644 --- a/packages/solid-devtools/CHANGELOG.md +++ b/packages/solid-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-devtools +## 0.7.29 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.10 + ## 0.7.28 ### Patch Changes diff --git a/packages/solid-devtools/package.json b/packages/solid-devtools/package.json index 8151a886..c2050359 100644 --- a/packages/solid-devtools/package.json +++ b/packages/solid-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-devtools", - "version": "0.7.28", + "version": "0.7.29", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Solid application.", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-devtools/CHANGELOG.md b/packages/vue-devtools/CHANGELOG.md index 979ff0ca..979d79ba 100644 --- a/packages/vue-devtools/CHANGELOG.md +++ b/packages/vue-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-devtools +## 0.2.9 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/devtools@0.10.10 + ## 0.2.8 ### Patch Changes diff --git a/packages/vue-devtools/package.json b/packages/vue-devtools/package.json index f32b2dfb..a5651ada 100644 --- a/packages/vue-devtools/package.json +++ b/packages/vue-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-devtools", - "version": "0.2.8", + "version": "0.2.9", "description": "TanStack Devtools is a set of tools for building advanced devtools for your Vue application.", "author": "Damian Osipiuk", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6dc48de..68cef59f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,7 +108,7 @@ importers: specifier: ^2.10.2 version: 2.10.3(@babel/core@7.29.0)(preact@10.28.4)(rollup@4.59.0)(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/devtools-ui': - specifier: 0.4.4 + specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.5.3 @@ -151,7 +151,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools '@tanstack/react-form': specifier: ^1.23.7 @@ -179,7 +179,7 @@ importers: version: 4.3.6 devDependencies: '@tanstack/devtools-ui': - specifier: 0.4.4 + specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.5.3 @@ -360,7 +360,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools react: specifier: ^19.2.0 @@ -385,7 +385,7 @@ importers: examples/react/drizzle: dependencies: '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -440,7 +440,7 @@ importers: specifier: 0.4.1 version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -465,7 +465,7 @@ importers: version: 4.3.6 devDependencies: '@tanstack/devtools-ui': - specifier: 0.4.4 + specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/devtools-vite': specifier: 0.5.3 @@ -498,7 +498,7 @@ importers: specifier: workspace:* version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools '@tanstack/react-router': specifier: ^1.132.0 @@ -577,7 +577,7 @@ importers: specifier: workspace:^ version: link:../../../packages/event-bus-client '@tanstack/react-devtools': - specifier: ^0.9.8 + specifier: ^0.9.9 version: link:../../../packages/react-devtools '@tanstack/react-query': specifier: ^5.90.1 @@ -620,7 +620,7 @@ importers: examples/solid/basic: dependencies: '@tanstack/solid-devtools': - specifier: ^0.7.28 + specifier: ^0.7.29 version: link:../../../packages/solid-devtools '@tanstack/solid-query': specifier: ^5.90.1 @@ -654,10 +654,10 @@ importers: examples/solid/devtools-ui: dependencies: '@tanstack/devtools-ui': - specifier: 0.4.4 + specifier: 0.5.0 version: link:../../../packages/devtools-ui '@tanstack/solid-devtools': - specifier: ^0.7.28 + specifier: ^0.7.29 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -682,7 +682,7 @@ importers: specifier: ^1.2.0 version: 1.3.2(@testing-library/jest-dom@6.9.1)(solid-js@1.9.11)(vinxi@0.5.11(@types/node@22.19.13)(db0@0.3.4(drizzle-orm@0.44.7(pg@8.19.0)))(drizzle-orm@0.44.7(pg@8.19.0))(ioredis@5.10.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2))(vite@7.3.1(@types/node@22.19.13)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(tsx@4.21.0)(yaml@2.8.2)) '@tanstack/solid-devtools': - specifier: ^0.7.28 + specifier: ^0.7.29 version: link:../../../packages/solid-devtools solid-js: specifier: ^1.9.9 @@ -694,10 +694,10 @@ importers: examples/vue/basic: dependencies: '@tanstack/devtools': - specifier: ^0.10.9 + specifier: ^0.10.10 version: link:../../../packages/devtools '@tanstack/vue-devtools': - specifier: ^0.2.8 + specifier: ^0.2.9 version: link:../../../packages/vue-devtools '@tanstack/vue-query': specifier: ^5.90.5