Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

14 Nov 16:01
e617b75

Choose a tag to compare

Pre-release

Patch Changes

  • [fix] prerendering path and layout fixes (#7639)

  • [fix] add Promise return type to the enhance action (#7629)

@sveltejs/[email protected]

11 Nov 23:52
40a68de

Choose a tag to compare

Pre-release

Patch Changes

  • [breaking] narrow down possible status codes for redirects to 300-308 (#7615)

  • [feat] add fallback component for layouts without one (#7619)

@sveltejs/[email protected]

11 Nov 15:10
ad240d1

Choose a tag to compare

Pre-release

Patch Changes

  • Don't print search params error when prerendering fallback page (#7598)

  • allow async function for enhance action parameter (#7608)

  • Run service worker during development (#7597)

  • [feat] support throwing redirect in handle (#7612)

  • Workaround for the DOM clobbering for use:enhance (#7599)

  • [fix] don't cache prefetch errors (#7610)

@sveltejs/[email protected]

10 Nov 20:19
fe3d569

Choose a tag to compare

Pre-release

Patch Changes

@sveltejs/[email protected]

10 Nov 18:07
1cf479a

Choose a tag to compare

Pre-release

Minor Changes

  • [fix] don't clean build and output directories when using --watch (#7516)

Patch Changes

  • [fix] handle expected errors thrown in handle hook correctly (#7566)

@sveltejs/[email protected]

10 Nov 15:56
b85756c

Choose a tag to compare

Pre-release

Patch Changes

  • Serve prerendered non-page files when running preview (#7576)

  • [fix] caching takes now into account the body payload (#7546)

  • [fix] handle locked readable stream when reading body (#7565)

  • [fix] prefetch should ignore links ignored by the router (#7580)

  • [fix] migration error when using $page.routeId (#7574)

  • prevent loading of illegal modules in the browser, rather than during SSR (#7507)

  • [fix] prevent double decoding of path segment (#7550)

@sveltejs/[email protected]

08 Nov 16:39
eab9680

Choose a tag to compare

Pre-release

Patch Changes

  • Omit prerendered routes from server manifest (#7541)

@sveltejs/[email protected]

07 Nov 17:16
7da2ddc

Choose a tag to compare

Pre-release

Patch Changes

  • [feat] enable caching for __data.json requests (#7532)

  • [fix] prevent double decoding of params (#7521)

  • [fix] take into account Request input when serializing fetch data (#7531)

  • [fix] better cookie warning checks (#7528)

@sveltejs/[email protected]

07 Nov 15:22
a778383

Choose a tag to compare

Pre-release

Patch Changes

  • [feat] better navigation interfaces (#7529)

@sveltejs/[email protected]

07 Nov 14:32
4e68c63

Choose a tag to compare

Pre-release

Patch Changes

  • custom aliases resolved in service worker builds (#7500)