Skip to content

Releases: sveltejs/kit

@sveltejs/package@2.3.12

26 Jun 03:50
42681d4
Compare
Choose a tag to compare

Patch Changes

  • fix: handle non-semver-style dependency versions (#13925)

@sveltejs/kit@2.22.2

26 Jun 07:24
5e58ca0
Compare
Choose a tag to compare

Patch Changes

  • fix: use fallback if untrack doesn't exist in svelte package (#13933)

  • fix: warning for chrome devtools requests now suggests sv instead of vite plugin (#13905)

@sveltejs/kit@2.22.1

26 Jun 03:50
42681d4
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent infinite loop when calling pushState/replaceState in $effect (#13914)

  • chore: use manualChunks to bundle single and inline apps with Rolldown (#13915)

@sveltejs/enhanced-img@0.6.1

26 Jun 03:51
42681d4
Compare
Choose a tag to compare

Patch Changes

  • feat: allow vite-plugin-svelte 6 peer dependency (#13921)

@sveltejs/kit@2.22.0

20 Jun 03:05
5cedf89
Compare
Choose a tag to compare

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 and vite@^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

13 Jun 03:10
8e27c71
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly set the sequential focus navigation point when using hash routing (#13884)

  • fix: regression when resetting focus and the URL hash contains selector combinators or separators (#13884)

@sveltejs/kit@2.21.4

10 Jun 12:59
ee3600d
Compare
Choose a tag to compare

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

09 Jun 01:28
7fcbc5a
Compare
Choose a tag to compare

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 use redirect and error 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

09 Jun 01:28
7fcbc5a
Compare
Choose a tag to compare

@sveltejs/kit@2.21.2

03 Jun 14:50
46fac30
Compare
Choose a tag to compare

Patch Changes

  • fix: omit stack when logging 404 errors (#13848)