Skip to content

Releases: sveltejs/kit

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

@sveltejs/adapter-vercel@5.7.2

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

Patch Changes

  • chore(deps): upgrade to esbuild 0.25.4 (#13770)

@sveltejs/adapter-netlify@5.0.2

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

Patch Changes

  • chore(deps): upgrade to esbuild 0.25.4 (#13770)

@sveltejs/adapter-cloudflare@7.0.3

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

Patch Changes

  • chore(deps): upgrade @cloudflare/workers-types to 4.20250507.0 (#13773)

@sveltejs/enhanced-img@0.5.0

01 May 17:59
b1b7b53
Compare
Choose a tag to compare

Minor Changes

  • feat: add support for targeting enhanced\:img in CSS (#13617)

@sveltejs/kit@2.20.8

30 Apr 20:33
1244721
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure that ssr and csr page options apply to error pages rendered as a result of a load function error on the server (#13695)