Skip to content

Releases: sveltejs/kit

@sveltejs/kit@2.47.2

20 Oct 00:46
ef107ac

Choose a tag to compare

Patch Changes

  • fix: streamed promise not resolving when another load function returns a fast resolving promise (#14753)

  • chore: allow to run preflight validation only (#14744)

  • fix: update overload to set invalid type to schema input (#14748)

@sveltejs/kit@2.47.1

17 Oct 08:16
9b73e16

Choose a tag to compare

Patch Changes

  • fix: allow read to be used at the top-level of remote function files (#14672)

  • fix: more robust remote files generation (#14682)

@sveltejs/adapter-auto@7.0.0

16 Oct 15:11
6f13d2b

Choose a tag to compare

Major Changes

  • feat: update adapter-vercel to version 6 (#14737)

@sveltejs/kit@2.47.0

15 Oct 16:42
cf9e622

Choose a tag to compare

Minor Changes

Patch Changes

  • fix: resolve remote module syntax errors with trailing expressions (#14728)

@sveltejs/adapter-vercel@6.0.0

15 Oct 16:42
cf9e622

Choose a tag to compare

Major Changes

  • breaking: remove Node polyfills (and by extension support for Node 18) (#14732)

Minor Changes

  • feat: parse isr.expiration, allowing it to be a string (#14691)

Patch Changes

@sveltejs/adapter-node@5.4.0

15 Oct 16:42
cf9e622

Choose a tag to compare

Minor Changes

Patch Changes

@sveltejs/kit@2.46.5

13 Oct 08:07
0bc7c9a

Choose a tag to compare

Patch Changes

  • fix: ensure form remote functions' fields.set triggers reactivity (#14661)

@sveltejs/kit@2.46.4

08 Oct 14:50
bc3ec26

Choose a tag to compare

Patch Changes

  • fix: prevent access of Svelte 5-only untrack function (#14658)

@sveltejs/kit@2.46.3

08 Oct 10:43
c1f35cd

Choose a tag to compare

Patch Changes

  • fix: merge field.set(...) calls (#14651)

  • fix: don't automatically reset form after an enhanced submission (#14626)

  • fix: normalize path strings when updating field values (#14649)

@sveltejs/kit@2.46.2

07 Oct 14:34
be1020d

Choose a tag to compare

Patch Changes

  • fix: prevent code execution order issues around SvelteKit's env modules (#14637)