Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

30 Oct 21:22
6cee4c3

Choose a tag to compare

Patch Changes

  • fix: adjust query's promise implementation to properly allow chaining (#14859)

  • fix: make prerender cache work, including in development (#14860)

@sveltejs/[email protected]

29 Oct 07:14
a15ac5c

Choose a tag to compare

Patch Changes

  • fix: include hash when using resolve with hash routing enabled (#14786)

  • fix: afterNavigate callback not running after hydration when experimental async is enabled (#14644)
    fix: Snapshot restore method not called after reload when experimental async is enabled

  • fix: expose issue.path in .allIssues() (#14784)

@sveltejs/[email protected]

29 Oct 07:14
a15ac5c

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

28 Oct 07:28
9aac3d4

Choose a tag to compare

Patch Changes

  • fix: update DOM before running navigate callbacks (#14829)

@sveltejs/[email protected]

28 Oct 03:33
4991df5

Choose a tag to compare

Patch Changes

  • fix: wait for commit promise instead of settled (#14818)

@sveltejs/[email protected]

28 Oct 03:33
4991df5

Choose a tag to compare

Minor Changes

  • feat: Add experimental support for Bun runtime (#14817)

Patch Changes

@sveltejs/[email protected]

26 Oct 18:40
9d66c37

Choose a tag to compare

Minor Changes

  • feat: use experimental fork API when available (#14793)

Patch Changes

  • fix: await for settled instead of tick in navigate (#14800)

@sveltejs/[email protected]

22 Oct 15:40
3d55fd2

Choose a tag to compare

Patch Changes

  • fix: avoid hanging when error() is used while streaming promises from a server load function (#14722)

  • chore: treeshake load function code if we know it's unused (#14764)

  • fix: RecursiveFormFields type for recursive or unknown schemas (#14734)

  • fix: rework internal representation of form value to be $state (#14771)

@sveltejs/[email protected]

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/[email protected]

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)