@sveltejs/kit@2.64.0
sveltejs/kit@sveltejs/kit@2.64.0Jun 8, 2026by github-actions[bot]
AI Summary
Adds support for File objects in commands and resolves bundling issues for server components when SSR is disabled on specific routes.
Key Highlights
- Allow commands to receive `File` objects
- Fix server components from being bundled when SSR is off for a route
New Features
- Allow commands to receive `File` objects
Full Release Notes
### Minor Changes - feat: allow commands to receive `File` objects ([#15978](https://github.com/sveltejs/kit/pull/15978)) ### Patch Changes - fix: avoid server components from being bundled if SSR is turned off for a route ([#15982](https://github.com/sveltejs/kit/pull/15982))