Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

23 Sep 11:14
28e24ce

Choose a tag to compare

Patch Changes

  • fix: ensure rendering starts off synchronously (#14517)

  • fix: keep serialized remote data alive until navigation (#14508)

@sveltejs/[email protected]

22 Sep 18:14
fd794da

Choose a tag to compare

Patch Changes

  • fix: consistently use bare import for internals (#14506)

@sveltejs/[email protected]

22 Sep 16:44
84b8c26

Choose a tag to compare

Minor Changes

  • feat: experimental async SSR (#14447)

Patch Changes

  • fix: ensure __SVELTEKIT_PAYLOAD__.data is accessed safely (#14491)

  • fix: create separate cache entries for non-exported remote function queries (#14499)

@sveltejs/[email protected]

20 Sep 09:33
8e89196

Choose a tag to compare

Patch Changes

  • fix: handle import/export name, { ... } when resolving aliases (#14462)

@sveltejs/[email protected]

18 Sep 22:56
c1de1f1

Choose a tag to compare

Patch Changes

  • fix: prevent loops in postbuild analysis phase (#14450)

  • fix: handle nested object fields in form data (#14469)

  • fix: robustify form helper types (#14463)

  • fix: avoid running the init hook during builds if there's nothing to prerender (#14464)

  • fix: ensure SSR rendering gets request store context (#14476)

@sveltejs/[email protected]

16 Sep 22:06
1464d20

Choose a tag to compare

Patch Changes

  • fix: ensure environment setup is in its own chunk (#14441)

@sveltejs/[email protected]

16 Sep 20:55
3de8e38

Choose a tag to compare

Minor Changes

  • feat: enhance remote form functions with schema support, input and issues properties (#14383)

  • breaking: remote form functions get passed a parsed POJO instead of a FormData object now (#14383)

@sveltejs/[email protected]

16 Sep 00:53
3120d17

Choose a tag to compare

Minor Changes

  • feat: add %sveltekit.version% to app.html (#12132)

Patch Changes

  • fix: allow remote functions to return custom types serialized with transport hooks (#14435)

  • fix: fulfil beforeNavigate complete when redirected (#12896)

@sveltejs/[email protected]

15 Sep 21:27
8b9a19f

Choose a tag to compare

Patch Changes

  • fix: handle import/export * (as ...) when resolving aliases (#14433)

  • fix: prevent false-positive alias replacement (#14433)

@sveltejs/[email protected]

15 Sep 21:27
8b9a19f

Choose a tag to compare

Minor Changes

  • feat: include event property on popstate/link/form navigation (#14307)

Patch Changes

  • fix: respect replaceState/keepFocus/noScroll when a navigation results in a redirect (#14424)

  • fix: invalidate preload cache when invalidateAll is true (#14420)