Releases: sveltejs/kit
Releases · sveltejs/kit
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 )
Minor Changes
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 )
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 )
Patch Changes
fix: improve the error message when read(...)
fails from an edge function (#14306 )
Patch Changes
fix: improve the error message when read(...)
fails (#14306 )
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 )
Patch Changes
fix: ensure importing from $app/navigation
works in test files (#14195 )
Minor Changes
feat: add --preserve-output
flag to prevent deletion of the output directory before packaging (#13055 )
Minor Changes
feat: add csrf.trustedOrigins
configuration (#14021 )
Patch Changes
Minor Changes
feat: better server-side error logging (#13990 )
Patch Changes
fix: ensure static error page is loaded correctly for custom user errors (#13952 )
You can’t perform that action at this time.