Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"solid-query-native-rewrite",
"solid-rc-6-floor",
"solid-rc-upgrade",
"solid-rc9",
"solid-removed-query-not-rebuilt",
"sour-balloons-nail",
"whole-coins-count"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@astrojs/solid-js": "^5.0.7",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.3",
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"astro": "^5.5.6",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"@solidjs/web": "^2.0.0-rc.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.101.4",
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query-persist-client": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"@tanstack/solid-query-persist-client": "^6.0.0-rc.5",
"msw": "^2.6.6",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.3",
"@tanstack/solid-query": "^6.0.0-rc.4",
"@tanstack/solid-query-devtools": "^6.0.0-rc.4",
"@tanstack/solid-query": "^6.0.0-rc.5",
"@tanstack/solid-query-devtools": "^6.0.0-rc.5",
"@solidjs/web": "^2.0.0-rc.9",
"solid-js": "^2.0.0-rc.9",
"vinxi": "^0.5.3"
Expand Down
11 changes: 11 additions & 0 deletions packages/solid-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/solid-query-devtools

## 6.0.0-rc.5

### Patch Changes

- [#11543](https://github.com/TanStack/query/pull/11543) [`cb63f07`](https://github.com/TanStack/query/commit/cb63f070726a4798be5ef63aba442147ffd11a8e) - Follow Solid 2.0.0-rc.9. The packages build with `@solidjs/babel-plugin` (the Solid 2.0 compiler, matching the rc.9 runtime's delegated-event contract) and test under vite 8; the `solid-js` / `@solidjs/web` peer floor is `2.0.0-rc.9`.

`useQuery`'s setup-time snapshots (the meta projection's seed, the mount counts) now read the cache directly instead of through the hook's version signal. Under hydration, priming writes that signal during setup, and a write made during the hydration pass is held: a computation in the pass that reads it — tracked or not — is served the pre-write value and replays when the pass ends. For the hook's own derived nodes that replay is the takeover; for the computation instantiating the component (a `<Loading>` boundary's children) it was a remount, re-creating the hydrated component as a client render and letting cache writes reach the DOM while the stream was still open.

- Updated dependencies [[`cb63f07`](https://github.com/TanStack/query/commit/cb63f070726a4798be5ef63aba442147ffd11a8e)]:
- @tanstack/solid-query@6.0.0-rc.5

## 6.0.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-devtools",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/solid-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/solid-query-persist-client

## 6.0.0-rc.5

### Patch Changes

- [#11543](https://github.com/TanStack/query/pull/11543) [`cb63f07`](https://github.com/TanStack/query/commit/cb63f070726a4798be5ef63aba442147ffd11a8e) - Follow Solid 2.0.0-rc.9. The packages build with `@solidjs/babel-plugin` (the Solid 2.0 compiler, matching the rc.9 runtime's delegated-event contract) and test under vite 8; the `solid-js` / `@solidjs/web` peer floor is `2.0.0-rc.9`.

`useQuery`'s setup-time snapshots (the meta projection's seed, the mount counts) now read the cache directly instead of through the hook's version signal. Under hydration, priming writes that signal during setup, and a write made during the hydration pass is held: a computation in the pass that reads it — tracked or not — is served the pre-write value and replays when the pass ends. For the hook's own derived nodes that replay is the takeover; for the computation instantiating the component (a `<Loading>` boundary's children) it was a remount, re-creating the hydrated component as a client render and letting cache writes reach the DOM while the stream was still open.

- Updated dependencies [[`cb63f07`](https://github.com/TanStack/query/commit/cb63f070726a4798be5ef63aba442147ffd11a8e)]:
- @tanstack/solid-query@6.0.0-rc.5

## 6.0.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-persist-client",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "Solid.js bindings to work with persisters in TanStack/solid-query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/solid-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/solid-query

## 6.0.0-rc.5

### Patch Changes

- [#11543](https://github.com/TanStack/query/pull/11543) [`cb63f07`](https://github.com/TanStack/query/commit/cb63f070726a4798be5ef63aba442147ffd11a8e) - Follow Solid 2.0.0-rc.9. The packages build with `@solidjs/babel-plugin` (the Solid 2.0 compiler, matching the rc.9 runtime's delegated-event contract) and test under vite 8; the `solid-js` / `@solidjs/web` peer floor is `2.0.0-rc.9`.

`useQuery`'s setup-time snapshots (the meta projection's seed, the mount counts) now read the cache directly instead of through the hook's version signal. Under hydration, priming writes that signal during setup, and a write made during the hydration pass is held: a computation in the pass that reads it — tracked or not — is served the pre-write value and replays when the pass ends. For the hook's own derived nodes that replay is the takeover; for the computation instantiating the component (a `<Loading>` boundary's children) it was a remount, re-creating the hydrated component as a client render and letting cache writes reach the DOM while the stream was still open.

## 6.0.0-rc.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query",
"version": "6.0.0-rc.4",
"version": "6.0.0-rc.5",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.