Release 2026-08-29 00:36
Release 2026-08-29 00:36
- solid: bump to solid-js 2.0.0-rc.4 and @solidjs/vite-plugin 3.0.0-next.35 (#8189) (22fd367d81) by @brenelz
- @tanstack/solid-router@2.0.0-rc.4
- @tanstack/solid-router-devtools@2.0.0-rc.4
- @tanstack/solid-router-ssr-query@2.0.0-rc.4
- @tanstack/solid-start@2.0.0-rc.4
- @tanstack/solid-start-client@2.0.0-rc.4
- @tanstack/solid-start-server@2.0.0-rc.4
@tanstack/solid-start@2.0.0-rc.4
-
#8189
22fd367- Bump solid-js and @solidjs/web to ^2.0.0-rc.4 and @solidjs/vite-plugin to ^3.0.0-next.35 across the monorepo. -
#8189
22fd367- Patch @rsbuild/plugin-solid's nativesolidloader options for SSR builds. Since 2.0.0-beta.1 the plugin compiles through its own loader (native compiler by default) instead of registering babel-preset-solid, so the babel preset patch never fired and node-target bundles were compiled in dom mode, crashing at import with "Client-only API called on the server side". The rsbuild start plugin now patches the loader'ssolidoptions (generate: 'ssr'on node targets,hydratable: true) alongside the legacy babel preset patch. -
#8189
22fd367- Support per-call AbortSignals for Solid server functions. solid-js 2.0.0-rc.4 added the per-call invocation channel (invoke(fn, { signal }, ...args)) and moved server function id resolution from theX-Server-Functionheader to the request url pathname; the client rpc now rides that channel when asignalis passed to a server function, and the server handler resolves/normalizes ids via the url. The previously skipped abort e2e tests are re-enabled. -
Updated dependencies [
22fd367]:- @tanstack/solid-router@2.0.0-rc.4
- @tanstack/solid-start-client@2.0.0-rc.4
- @tanstack/solid-start-server@2.0.0-rc.4
Release 2026-08-28 23:43
Release 2026-08-28 23:43
- solid-query: rewrite the adapter onto Solid 2.0's native async model (#11308) (c809e09e8) by @ryansolid
- eslint-plugin-query: ignore call targets in exhaustive-deps (#11067) (7ac45ed45) by @Newbie012
- query-devtools: set window.nonce in setupStyleSheet (#10736) (49012dbd5) by @842u
- devtools: add transform: translateZ(0) for Safari overflow rendering (#10638) (ceec8f0a8) by @lihan3238
- query-devtools/utils: scope the 'setupStyleSheet' dedup check to the target so a 'shadowDOMTarget' still receives its own '#_goober' style tag when 'document.head' already has one (#10815) (ecd89c8fa) by @sukvvon
- query-devtools/Devtools: correct the Theme sub-trigger className from 'position' to 'theme' (#10811) (01c763444) by @sukvvon
- query-devtools/PiPContext: reset 'pip_open' in 'localStore' from 'closePipWindow' so the auto-open createEffect does not reopen the window after a programmatic close (#10813) (f5bf180d9) by @sukvvon
- query-devtools/utils: make 'last updated' sort return 0 for queries with equal 'dataUpdatedAt' to follow the standard comparator contract (#10812) (25cdd975f) by @sukvvon
- lit produces dist-js which needs to be a prod build output (#10995) (9cb8eac3f) by @TkDodo
- release: avoid pre dist tag for prereleases (#10986) (e6ad3fc40) by @brenelz
- svelte-query/containers: fix typo from 'Tanstack' to 'TanStack' (#10722) (fcdcf8ac0) by @parkhojeong
- hydration: set dataUpdatedAt when pending query resolves before hydration (#10610) (9eff92ed8) by @DoriAlagem
- special case arrays in partialMatchKey (#11084) (7e3c822a1) by @43081j
- upgrade to solid v2 rc, rename vite-plugin-solid, move branch to rc (19c7623fe) by @brenelz
- update pnpm to 11.9.0 (#10978) (4eb0ed932) by @Sheraff
- @tanstack/angular-query-experimental@5.101.4
- @tanstack/eslint-plugin-query@5.101.4
- @tanstack/lit-query@0.2.11
- @tanstack/preact-query@5.101.4
- @tanstack/preact-query-devtools@5.101.4
- @tanstack/preact-query-persist-client@5.101.4
- @tanstack/query-async-storage-persister@5.101.4
- @tanstack/query-broadcast-client-experimental@5.101.4
- @tanstack/query-core@5.101.4
- @tanstack/query-devtools@5.101.4
- @tanstack/query-persist-client-core@5.101.4
- @tanstack/query-sync-storage-persister@5.101.4
- @tanstack/react-query@5.101.4
- @tanstack/react-query-devtools@5.101.4
- @tanstack/react-query-next-experimental@5.101.4
- @tanstack/react-query-persist-client@5.101.4
- @tanstack/solid-query@6.0.0-rc.1
- @tanstack/solid-query-devtools@6.0.0-rc.1
- @tanstack/solid-query-persist-client@6.0.0-rc.1
- @tanstack/svelte-query@6.1.38
- @tanstack/svelte-query-devtools@6.1.38
- @tanstack/svelte-query-persist-client@6.1.38
- @tanstack/vue-query@5.101.4
- @tanstack/vue-query-devtools@6.1.38
Release 2026-08-28 23:43
Release 2026-08-28 23:43
- solid-query: rewrite the adapter onto Solid 2.0's native async model (#11308) (c809e09e8) by @ryansolid
- eslint-plugin-query: ignore call targets in exhaustive-deps (#11067) (7ac45ed45) by @Newbie012
- query-devtools: set window.nonce in setupStyleSheet (#10736) (49012dbd5) by @842u
- devtools: add transform: translateZ(0) for Safari overflow rendering (#10638) (ceec8f0a8) by @lihan3238
- query-devtools/utils: scope the 'setupStyleSheet' dedup check to the target so a 'shadowDOMTarget' still receives its own '#_goober' style tag when 'document.head' already has one (#10815) (ecd89c8fa) by @sukvvon
- query-devtools/Devtools: correct the Theme sub-trigger className from 'position' to 'theme' (#10811) (01c763444) by @sukvvon
- query-devtools/PiPContext: reset 'pip_open' in 'localStore' from 'closePipWindow' so the auto-open createEffect does not reopen the window after a programmatic close (#10813) (f5bf180d9) by @sukvvon
- query-devtools/utils: make 'last updated' sort return 0 for queries with equal 'dataUpdatedAt' to follow the standard comparator contract (#10812) (25cdd975f) by @sukvvon
- lit produces dist-js which needs to be a prod build output (#10995) (9cb8eac3f) by @TkDodo
- release: avoid pre dist tag for prereleases (#10986) (e6ad3fc40) by @brenelz
- svelte-query/containers: fix typo from 'Tanstack' to 'TanStack' (#10722) (fcdcf8ac0) by @parkhojeong
- hydration: set dataUpdatedAt when pending query resolves before hydration (#10610) (9eff92ed8) by @DoriAlagem
- special case arrays in partialMatchKey (#11084) (7e3c822a1) by @43081j
- upgrade to solid v2 rc, rename vite-plugin-solid, move branch to rc (19c7623fe) by @brenelz
- update pnpm to 11.9.0 (#10978) (4eb0ed932) by @Sheraff
- @tanstack/angular-query-experimental@5.101.4
- @tanstack/eslint-plugin-query@5.101.4
- @tanstack/lit-query@0.2.11
- @tanstack/preact-query@5.101.4
- @tanstack/preact-query-devtools@5.101.4
- @tanstack/preact-query-persist-client@5.101.4
- @tanstack/query-async-storage-persister@5.101.4
- @tanstack/query-broadcast-client-experimental@5.101.4
- @tanstack/query-core@5.101.4
- @tanstack/query-devtools@5.101.4
- @tanstack/query-persist-client-core@5.101.4
- @tanstack/query-sync-storage-persister@5.101.4
- @tanstack/react-query@5.101.4
- @tanstack/react-query-devtools@5.101.4
- @tanstack/react-query-next-experimental@5.101.4
- @tanstack/react-query-persist-client@5.101.4
- @tanstack/solid-query@6.0.0-rc.1
- @tanstack/solid-query-devtools@6.0.0-rc.1
- @tanstack/solid-query-persist-client@6.0.0-rc.1
- @tanstack/svelte-query@6.1.38
- @tanstack/svelte-query-devtools@6.1.38
- @tanstack/svelte-query-persist-client@6.1.38
- @tanstack/vue-query@5.101.4
- @tanstack/vue-query-devtools@6.1.38
@tanstack/solid-query-devtools@6.0.0-rc.1
- Updated dependencies [
c809e09]:- @tanstack/solid-query@6.0.0-rc.1