Releases: sveltejs/kit
@sveltejs/package@2.3.12
Patch Changes
- fix: handle non-semver-style dependency versions (#13925)
@sveltejs/kit@2.22.2
@sveltejs/kit@2.22.1
@sveltejs/enhanced-img@0.6.1
Patch Changes
- feat: allow
vite-plugin-svelte
6 peer dependency (#13921)
@sveltejs/kit@2.22.0
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/kit@2.21.5
@sveltejs/kit@2.21.4
Patch Changes
- fix: correctly access transport decoders on the client when building for a single or inline output app (#13871)
@sveltejs/kit@2.21.3
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/adapter-cloudflare@7.0.4
Patch Changes
-
fix: address build failure when using
paths.base
(#13769) (#13846) -
Updated dependencies [
6a6538c4bd937667a56ef5f6673cdef3f2ea7a77
,6261a877ae97ff85d07277c51391d925ed1bd096
,e7b57e74bdea976ae070562bda76d4bb78cdb6da
,408e1f5c2ae593b460861098e8e01f945af395ab
,c6cd8c3a5ed96d423a65af5cb5468e3e963cfb54
,1a406752aafc2b80d9ccb49f15ebc10301c84480
,6c442395a8e6656ff49ecd4041d8e12ed65e80dd
]:- @sveltejs/kit@2.21.3
@sveltejs/kit@2.21.2
Patch Changes
- fix: omit stack when logging 404 errors (#13848)