Releases: sveltejs/kit
Releases · sveltejs/kit
@sveltejs/[email protected]
Patch Changes
-
bump vite-plugin-svelte to 1.0.3 to fix an issue with svelte-inspector in vite 3.1 (#6443)
-
[chore] bump ts version and ensure it works with latest changes (#6428)
-
[breaking]
ssr/hydrate/router/prerender.default
are now configurable in+page(.server).js
and+layout(.server).js
(#6197) -
[breaking] add
error.html
page, renamekit.config.files.template
tokit.config.files.appTemplate
(#6367) -
[breaking] merge resolve options when using sequence helper (#6401)
-
[breaking] replace
router
/hydrate
page options withcsr
(#6446) -
[breaking] add
prerender = 'auto'
option, and extendprerender
option to endpoints (#6392)
@sveltejs/[email protected]
Patch Changes
- [breaking] Replace
sveltekit:*
with valid HTML attributes likedata-sveltekit-*
(#6170)
@sveltejs/[email protected]
Patch Changes
- Include type descriptions for ambient declarations (#6416)
@sveltejs/[email protected]
Patch Changes
- [breaking] remove App.PrivateEnv and App.PublicEnv in favour of generated types (#6413)
@sveltejs/[email protected]
Patch Changes
- Prevent infinite reloads on
/
when root+layout.server.js
exportsload
(#6405)
@sveltejs/[email protected]
Patch Changes
- Fix
global is not defined
runtime error building withedge: true
option (#6425)
@sveltejs/[email protected]
Patch Changes
- [breaking] require all routes to be prerenderable when not using fallback option (#6392)
@sveltejs/[email protected]
Patch Changes
- Updated dependencies [
4b48d1bd
]:- @sveltejs/[email protected]
- @sveltejs/[email protected]
[email protected]
Patch Changes
- [feat] do uppercase http verbs migration on the fly (#6371)
@sveltejs/[email protected]
Patch Changes
- [feat] Support aliases set through
kit.alias
(#6350)