Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

20 Aug 13:42
a7b8b28

Choose a tag to compare

Patch Changes

  • fix: support multiple cookies with the same name across different paths and domains (b2c5d02)

  • fix: add link header when preloading font (#14200)

  • fix: cookies.get(...) returns undefined for a just-deleted cookie (b2c5d02)

  • fix: load env before prerender (c5f7139)

@sveltejs/[email protected]

20 Aug 13:42
a7b8b28

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

19 Aug 21:18
6897acb

Choose a tag to compare

Minor Changes

  • feat: allow dynamic env access during prerender (#14243)

Patch Changes

  • fix: clone fetch responses so that headers are mutable (#13942)

  • fix: serialize server load data before passing to universal load, to handle mutations (#14268)

  • fix: allow asset(...) to be used with imported assets (#14270)

@sveltejs/[email protected]

19 Aug 14:58
8c4b02e

Choose a tag to compare

Patch Changes

  • fix: make paths in .css assets relative (#14262)

  • fix: avoid copying SSR stylesheets to client assets (#13069)

@sveltejs/[email protected]

19 Aug 14:58
8c4b02e

Choose a tag to compare

Patch Changes

  • fix: ensure read works in an edge function that has deployment protection. Protection bypass automation must be enabled (#14147)

  • Updated dependencies [c8f7ac3, 107f767]:

@sveltejs/[email protected]

19 Aug 14:58
8c4b02e

Choose a tag to compare

Patch Changes

@sveltejs/[email protected]

18 Aug 20:19
1d99607

Choose a tag to compare

Minor Changes

  • feat: configure error reporting when routes marked as prerendable were not prerendered (#11702)

Patch Changes

  • fix: use correct flag for server tracing (#14250)

  • fix: correct type names for new handleUnseenRoutes option (#14254)

  • chore: Better docs and error message for missing @opentelemetry/api dependency (#14250)

@sveltejs/[email protected]

18 Aug 18:59
9f82941

Choose a tag to compare

Minor Changes

  • feat: inline load fetch response.body stream data as base64 in page (#11473)

Patch Changes

  • fix: better error when .remote.ts files are used without the experimental.remoteFunctions flag (#14225)

@sveltejs/[email protected]

18 Aug 18:59
9f82941

Choose a tag to compare

Patch Changes

  • fix(perf): correctly apply id filter from vite-plugin-svelte (#14248)

@sveltejs/[email protected]

18 Aug 20:34
a19a57a

Choose a tag to compare

Patch Changes

  • chore: deprecate runtime config (#14253)