Skip to content

Releases: sveltejs/kit

@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: handle non-semver-style dependency versions (#13850)

  • 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)

@sveltejs/kit@2.21.1

18 May 17:20
44a7aae
Compare
Choose a tag to compare

Patch Changes

  • chore: clarify which functions handleFetch affects (#13788)

  • fix: ensure $env and $app/environment are correctly set while analysing server nodes (#13790)

@sveltejs/kit@2.21.0

12 May 20:29
d0f2d7b
Compare
Choose a tag to compare

Minor Changes

  • feat: allow running client-side code at the top-level of universal pages/layouts when SSR is disabled and page options are only boolean or string literals (#13684)

Patch Changes

  • chore: remove import-meta-resolve dependency (#13629)

  • fix: remove component code from server nodes that are never used for SSR (#13684)

@sveltejs/enhanced-img@0.6.0

12 May 20:28
d0f2d7b
Compare
Choose a tag to compare

Minor Changes

@sveltejs/adapter-auto@6.0.1

12 May 20:28
d0f2d7b
Compare
Choose a tag to compare

Patch Changes

@sveltejs/enhanced-img@0.5.1

07 May 18:25
6ad0289
Compare
Choose a tag to compare

Patch Changes

  • chore(deps): upgrade sharp to 0.34.1 (#13611)