Releases: sveltejs/kit
Releases · sveltejs/kit
[email protected]
@sveltejs/[email protected]
Patch Changes
-
Allow
$app/stores
to be used from anywhere on the browser (#6100) -
use
enumerable: false
on "[x] no longer exists" getters so that they are not triggered by spreading (#6105) -
Fix pattern matching for routes starting with an encoded
@
symbol (#6110) -
Fix typos in generating
LayoutServerLoad.{name}
type (#6123) -
Fix sorting of files into +layout, +error, everything else. (#6108)
-
Add test folder to generated tsconfig (#6085)
@sveltejs/[email protected]
Patch Changes
- Use
platform: 'browser'
for esbuild in Vercel Edge Functions. (#6109)
@sveltejs/[email protected]
Patch Changes
- Updated dependencies [
4bd84b32
]:- @sveltejs/[email protected]
- @sveltejs/[email protected]
[email protected]
@sveltejs/[email protected]
Patch Changes
- Throw error if browser.hydrate is false and browser.router is true (#6086)
@sveltejs/[email protected]
Patch Changes
- Avoid using [].at(-1) in the client (#6082)
@sveltejs/[email protected]
Patch Changes
- Silence more unknown prop warnings coming from SvelteKit (#6078)
@sveltejs/[email protected]
[email protected]
Patch Changes
- Run svelte-kit sync before svelte-check in check scripts (#6037)