2.62.0
Added 1
- Support passing Svelte(Kit) config via Vite plugin
Fixed 4
- Preserve multiple Set-Cookie headers on 304 responses
- Preload for anchor elements that were just previously preloaded
- Catch load function streaming errors on the client
- Avoid generating the _app/env.js module if public dynamic environment variables are not used by the app
Minor Changes
- feat: support passing Svelte(Kit) config via Vite plugin (#15944)
Patch Changes
-
fix: preserve multiple
Set-Cookieheaders on 304 responses (#15902) -
fix: preload for anchor elements that were just previously preloaded (#15915)
-
fix: catch load function streaming errors on the client (#15929)
-
fix: avoid generating the
_app/env.jsmodule if public dynamic environment variables are not used by the app (#15940)