Skip to content

Releases: sveltejs/kit

@sveltejs/kit@2.53.4

28 Feb 00:48
5063771

Choose a tag to compare

Patch Changes

  • fix: avoid Vite warning about unknown codeSplitting option (#15451)

@sveltejs/kit@2.53.3

26 Feb 22:05
66d88c9

Choose a tag to compare

Patch Changes

  • fix: prevent overlapping file metadata in remote functions form (faba869)

@sveltejs/adapter-node@5.5.4

26 Feb 20:11
00d4ac6

Choose a tag to compare

Patch Changes

  • chore(deps): bump rollup to 4.59.0 (#15433)

@sveltejs/kit@2.53.2

25 Feb 16:45
98496fa

Choose a tag to compare

Patch Changes

  • fix: server-render nested form value sets (#15378)

  • fix: use deep partial types for form remote functions .value() and .set(...) (#14837)

  • fix: provide correct url info to remote functions (#15418)

  • fix: allow optional types for remote query/command/prerender functions (#15293)

  • fix: allow commands in more places (#15288)

@sveltejs/kit@2.53.1

24 Feb 23:43
4c80e06

Choose a tag to compare

Patch Changes

  • fix: address warning about inlineDynamicImports when using Vite 8 (#15403)

@sveltejs/adapter-vercel@6.3.3

24 Feb 23:43
4c80e06

Choose a tag to compare

Patch Changes

  • fix: ensure build does not copy Vercel build environment system files (#15400)

@sveltejs/adapter-netlify@6.0.4

24 Feb 23:43
4c80e06

Choose a tag to compare

Patch Changes

  • fix: generate a catch-all function that handles remote function requests and unknown routes when the app is configured to use split functions (#15375)

@sveltejs/kit@2.53.0

20 Feb 17:25
f80c327

Choose a tag to compare

Minor Changes

  • feat: support Vite 8 (#15024)

Patch Changes

  • fix: remove event listeners on form attachment cleanup (#15286)

  • fix: apply queries refreshed in a form remote function when a redirect is thrown (#15362)

@sveltejs/enhanced-img@0.10.3

20 Feb 17:25
f80c327

Choose a tag to compare

Patch Changes

  • fix: use jpg as a fallback format when source doesn't have an alpha channel (#15243)

@sveltejs/adapter-netlify@6.0.3

20 Feb 20:59
797199f

Choose a tag to compare

Patch Changes

  • fix: correctly route requests to server load functions when the adapter is configured to used split functions (#15367)