Patch Changes
- fix: avoid importing the Vite development client code into builds with a non-standard
NODE_ENV([#16023](https://github.com/sv...
NODE_ENV ([#16023](https://github.com/sv...fix: use SSE for query.live (#15957)
fix: use forward slashes in the generat...
svelte2tsx dependency to support TypeScript 6 (#15896).run() method has been removed from remote queries on both the client and the server. Use await query() direc...chore: bump svelte and devalue (#15836)
fix: prevent query.batch cros...
feat: support query.batch in requested(...) (#15751)
breaking: on the s...
breaking: require limit in requested (as originally intended) (#15739)
...
redirect inputs ([10d7b44](https://github.com/sveltejs/kit/commit/10d7b44425c3d9da642eecce373d0c...submit to indicate submission validity for enhanced form remote functions ([#15530](https://githu...breaking: rework client-driven refreshes (#15562)
breaking: stabilize remot...
$app/types, leading to better type safety when working wi...Minor Changes - feat: allow queries to refresh other queries (16012) Patch Changes - fix: dedupe remote data (15991) - fix: skip client bui…
Svelte · SvelteKitPatch Changes - fix: use SSE for (15957) - fix: use forward slashes in the generated import path on Windows (15977) - fix: avoid importing…
Svelte · SvelteKit