Releases: sveltejs/kit
@sveltejs/[email protected]
Patch Changes
- fix: handle non-semver-style dependency versions (#13925)
@sveltejs/[email protected]
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- feat: allow
vite-plugin-svelte
6 peer dependency (#13921)
@sveltejs/[email protected]
Minor Changes
- feat: add support for Vite 7 and Rolldown. See https://vite.dev/guide/rolldown.html#how-to-try-rolldown for details about how to try experimental Rolldown support. You will also need
vite-plugin-svelte@^6.0.0-next.0
andvite@^7.0.0-beta.0
. Compilation should be faster using Rolldown, but with larger bundle sizes until additional tree-shaking is implemented in Rolldown. See #13738 for ongoing work. (#13747)
@sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
@sveltejs/[email protected]
Patch Changes
-
fix: correctly invalidate static analysis cache of child nodes when modifying a universal
+layout
file during dev (#13793) -
fix: correctly set sequential focus navigation starting point after navigation (#10856)
-
fix: suppress console spam for chrome devtools requests (#13830)
-
fix: avoid externalising packages that depend on
@sveltejs/kit
so that libraries can also useredirect
anderror
helpers (#13843) -
fix: correctly run
deserialize
on the server (#13686) -
fix: correctly inline stylesheets of components dynamically imported in a universal load function if they are below the configured inlineStyleThreshold (#13723)
@sveltejs/[email protected]
Patch Changes
-
fix: address build failure when using
paths.base
(#13769) (#13846) -
Updated dependencies [
6a6538c4bd937667a56ef5f6673cdef3f2ea7a77
,6261a877ae97ff85d07277c51391d925ed1bd096
,e7b57e74bdea976ae070562bda76d4bb78cdb6da
,408e1f5c2ae593b460861098e8e01f945af395ab
,c6cd8c3a5ed96d423a65af5cb5468e3e963cfb54
,1a406752aafc2b80d9ccb49f15ebc10301c84480
,6c442395a8e6656ff49ecd4041d8e12ed65e80dd
]:- @sveltejs/[email protected]
@sveltejs/[email protected]
Patch Changes
- fix: omit stack when logging 404 errors (#13848)