@sveltejs/kit@2.54.0
📦 sveltekitView on GitHub →
✨ 2 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces server-side error boundary catching and enhances path handling in resolve(). It also includes several minor bug fixes related to form handling and template execution.
Migration Steps
- The deprecation warnings for `config.kit.files.*` options during Svelte config file validation have been removed; no action required unless you were relying on those specific warnings.
✨ New Features
- Error boundaries can now catch errors on the server.
- The resolve() function now accepts pathnames containing a search string and/or hash.
🐛 Bug Fixes
- Remote functions that are not awaited in the template will no longer cause waiting.
- Correctly handles the form target attribute during remote form redirects.