Skip to content

Releases: sveltejs/kit

@sveltejs/[email protected]

06 Sep 10:01
dd19f91
Compare
Choose a tag to compare

Patch Changes

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

  • fix: resolve_route prevent dropping a trailing slash of id (#14294)

  • fix: assign correct status code to form submission error on the client (#14345)

  • fix: un-proxy form.result (#14346)

@sveltejs/[email protected]

28 Aug 16:18
c0a9d9a
Compare
Choose a tag to compare

Minor Changes

  • feat: automatically resolve query.refresh() promises on the server (#14332)

  • feat: allow query.set() to be called on the server (#14304)

Patch Changes

  • fix: disable CSRF checks in dev (#14335)

  • fix: allow redirects to external URLs from within form functions (#14329)

  • fix: add type definitions for query.set() method to override the value of a remote query function (#14303)

  • fix: ensure uniqueness of form.for(...) across form functions (#14327)

@sveltejs/[email protected]

26 Aug 22:33
2333f25
Compare
Choose a tag to compare

Patch Changes

  • fix: bump devalue (#14323)

  • chore: consolidate dev checks to use esm-env instead of a __SVELTEKIT_DEV__ global (#14308)

  • fix: reset form inputs by default when using remote form functions (#14322)

@sveltejs/[email protected]

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/[email protected]

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

Patch Changes

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

@sveltejs/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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)