Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

01 Oct 16:25
63285ee
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly type the result of form remote functions that do not accept data (#14573)

  • fix: force remote module chunks to isolate themselves (#14571)

@sveltejs/[email protected]

30 Sep 22:04
275ab4d
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure cache key is consistent between client/server (#14563)

  • fix: keep resolve relative to initial base during prerender (#14533)

  • fix: avoid including HEAD twice when an unhandled HTTP method is used in a request to a +server handler that has both a GET handler and a HEAD handler (#14564)

  • fix: smoothscroll to deep link (#14569)

@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)