Skip to content

Releases: sveltejs/kit

@sveltejs/enhanced-img@0.10.1

12 Feb 22:24
060b1dc

Choose a tag to compare

Patch Changes

  • fix: replace erroneous import.meta.DEV with import.meta.env.DEV in generated code (#15285)

@sveltejs/adapter-node@5.5.3

12 Feb 22:24
060b1dc

Choose a tag to compare

Patch Changes

@sveltejs/adapter-netlify@6.0.0

12 Feb 22:24
060b1dc

Choose a tag to compare

Major Changes

Minor Changes

  • feat: Migrate to the modern Netlify Functions API (#15203)

    The Netlify adapter now generates "v2" Netlify Functions, which uses modern standards (ESM, Request, Response) instead of the legacy "Lambda-compatible" or "v1" format. Under the hood, this greatly simplifies the adapter code and improves maintainability.

    For more details on features this unlocks for your SvelteKit app, see
    https://developers.netlify.com/guides/migrating-to-the-modern-netlify-functions/.

  • feat: allow configuring redirects in netlify.toml (#15203)

    The limitation of only being able to configure redirects via the _redirects file has been removed.

Patch Changes

@sveltejs/adapter-cloudflare@7.2.7

12 Feb 22:24
060b1dc

Choose a tag to compare

Patch Changes

@sveltejs/adapter-auto@7.0.1

12 Feb 23:18
c727a90

Choose a tag to compare

Patch Changes

  • feat: update adapter-netlify to version 6 (77ab341)

@sveltejs/kit@2.50.2

02 Feb 23:35
765d978

Choose a tag to compare

Patch Changes

  • fix: ensure inlined CSS follows paths.assets and paths.relative settings (#15153)

  • fix: emit script CSP nonces when unsafe-inline is present if strict-dynamic is also present (#15221)

  • fix: re-export browser/dev from esm-env (#15206)

  • fix: use validated args in batch resolver in both csr and ssr (#15215)

  • fix: ensure CSS inlining includes components that are conditionally rendered (#15153)

  • fix: only match rest params with matchers when the matcher matches (#15216)

  • fix: properly handle percent-encoded anchors (e.g. <a href="#sparkles-%E2%9C%A8">) during prerendering. (#15231)

@sveltejs/enhanced-img@0.10.0

02 Feb 23:35
765d978

Choose a tag to compare

Minor Changes

  • feat: re-export the Picture type from vite-imagetools (#15225)

@sveltejs/kit@2.50.1

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

  • fix: include hooks.server and hooks.universal as explicit Vite build inputs to ensure assets imported by hooks files are correctly discovered (#15178)

  • fix: improves fields type for generic components (#14974)

  • fix: preload links if href changes (#15191)

@sveltejs/adapter-vercel@6.3.1

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes

  • feat: show remote function calls under the /_app/remote route in observability (#15098)

  • fix: prevent isr routes from handling remote function calls (#15098)

  • Updated dependencies [46c1ebd, 2dd74c8, 8871b54]:

    • @sveltejs/kit@2.50.1

@sveltejs/adapter-node@5.5.2

23 Jan 00:21
3b2ea1b

Choose a tag to compare

Patch Changes