Skip to content

Releases: sveltejs/kit

@sveltejs/adapter-netlify@5.2.3

25 Aug 22:12
911f7ee
Compare
Choose a tag to compare

Patch Changes

  • fix: improve the error message when read(...) fails from an edge function (#14306)

@sveltejs/adapter-cloudflare@7.2.3

25 Aug 22:12
911f7ee
Compare
Choose a tag to compare

Patch Changes

  • fix: improve the error message when read(...) fails (#14306)

@sveltejs/kit@2.36.2

23 Aug 16:55
8d4d804
Compare
Choose a tag to compare

Patch Changes

  • chore: make config deprecation warnings more visible (#14281)

  • chore: remove redundant Not Found error message (#14289)

  • chore: deprecate csrf.checkOrigin in favour of csrf.trustedOrigins: ['*'] (#14281)

@sveltejs/kit@2.36.1

21 Aug 02:06
bed918b
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure importing from $app/navigation works in test files (#14195)

@sveltejs/package@2.5.0

20 Aug 16:47
f984396
Compare
Choose a tag to compare

Minor Changes

  • feat: add --preserve-output flag to prevent deletion of the output directory before packaging (#13055)

@sveltejs/kit@2.36.0

20 Aug 23:21
1fc2a73
Compare
Choose a tag to compare

Minor Changes

  • feat: add csrf.trustedOrigins configuration (#14021)

Patch Changes

  • fix: correctly decode custom types streamed from a server load function (#14261)

  • fix: add trailing slash pathname when generating typed routes (#14065)

@sveltejs/kit@2.35.0

20 Aug 16:47
f984396
Compare
Choose a tag to compare

Minor Changes

  • feat: better server-side error logging (#13990)

Patch Changes

  • fix: ensure static error page is loaded correctly for custom user errors (#13952)

@sveltejs/kit@2.34.1

20 Aug 13:42
a7b8b28
Compare
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/adapter-cloudflare@7.2.2

20 Aug 13:42
a7b8b28
Compare
Choose a tag to compare

Patch Changes

@sveltejs/kit@2.34.0

19 Aug 21:18
6897acb
Compare
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)