Commit 0b6bc3b
authored
Version Packages (#15552)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## @sveltejs/kit@2.56.0
### Minor Changes
- breaking: rework client-driven refreshes
([#15562](#15562))
- breaking: stabilize remote function caching by sorting object keys
([#15570](#15570))
- breaking: add `run()` method to queries, disallow awaiting queries
outside render ([#15533](#15533))
- feat: support TypeScript 6.0
([#15595](#15595))
- breaking: isolate command-triggered query refresh failures per-query
([#15562](#15562))
- feat: use `hydratable` for remote function transport
([#15533](#15533))
- feat: allow `form` fields to specify a default value (`field.as(type,
value)`) ([#15577](#15577))
### Patch Changes
- fix: don't request new data when `.refresh` is called on a query with
no cache entry ([#15533](#15533))
- fix: allow using multiple remote functions within one async derived
([#15561](#15561))
- fix: avoid false-positive overridden Vite `base` setting warning when
setting a `paths.base` in `svelte.config.js`
([#15623](#15623))
- fix: manage queries in their own `$effect.root`
([#15533](#15533))
- fix: avoid `inlineDynamicImports` deprecation warning when building
the service worker with Vite 8
([#15550](#15550))
- fix: correctly escape backticks when precomputing CSS
([#15593](#15593))
- fix: discard obsolete forks before finishing navigation
([#15634](#15634))
- chore: tighten up override implementation
([#15562](#15562))
- fix: ensure the default Svelte 5 `error.svelte` file uses runes mode
([#15609](#15609))
- fix: deduplicate same-cache-key `batch` calls during SSR
([#15533](#15533))
- fix: decrement pending_count when form callback doesn't call submit()
([#15520](#15520))
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent b790c32 commit 0b6bc3b
21 files changed
Lines changed: 62 additions & 92 deletions
File tree
- .changeset
- packages/kit
- src
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments