2.54.0
Added 2
- Allow error boundaries to catch errors on the server
- Allow resolve() to accept pathnames with a search string and/or hash
Changed 1
- Remove deprecation warnings for config.kit.files.* options when validating the Svelte config file
Fixed 2
- Don't wait for remote functions that are not awaited in the template
- Handle form target attribute in remote form redirects
Minor Changes
- feat: allow error boundaries to catch errors on the server (#15308)
Patch Changes
-
chore: upgrade
devalue(#15535) -
fix: don't wait for remote functions that are not awaited in the template (#15280)
-
feat: allow
resolve()to accept pathnames with a search string and/or hash (#15458) -
chore: remove deprecation warnings for
config.kit.files.*options when validating the Svelte config file (#15482) -
fix: handles form target attribute in remote form redirects (#15457)