Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

25 Sep 17:53
197ad58
Compare
Choose a tag to compare

Patch Changes

  • fix: fall back to non-relative resolution when calling resolve(...) outside an event context (#14532)

@sveltejs/[email protected]

24 Sep 14:29
abc9887
Compare
Choose a tag to compare

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14526)

@sveltejs/[email protected]

24 Sep 13:30
4769d16
Compare
Choose a tag to compare

Patch Changes

  • fix: Webcontainer AsyncLocalStorage workaround (#14521)

  • fix: include the value of form submitters on form remote functions (#14475)

@sveltejs/[email protected]

24 Sep 13:30
4769d16
Compare
Choose a tag to compare

Patch Changes

  • chore: upgrade sharp to 0.34.4 (#14478)

@sveltejs/[email protected]

23 Sep 11:14
28e24ce
Compare
Choose a tag to compare

Patch Changes

  • fix: resolve more alias issues (#14514)

@sveltejs/[email protected]

23 Sep 11:14
28e24ce
Compare
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
Compare
Choose a tag to compare

Patch Changes

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

@sveltejs/[email protected]

22 Sep 16:44
84b8c26
Compare
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
Compare
Choose a tag to compare

Patch Changes

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

@sveltejs/[email protected]

18 Sep 22:56
c1de1f1
Compare
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)