Back to Daily Feed 
What's New in Svelte & SvelteKit: May 2026 Update
Must Read
Originally published on Svelte Blog
View Original Article
Share this article:
Summary & Key Takeaways
- SvelteKit now supports TypeScript 6.0 and introduces new features for form fields and remote function transport.
- Remote function transport now uses
hydratable, enabling richer data types in query results. - Form submissions now return a boolean for validity, enhancing remote functions.
- Several breaking changes were introduced for remote functions, including server permission for client-requested query refreshes and stabilized caching.
- Community add-ons are now available as an experimental feature in the Svelte CLI (
sv). - The
svandsv-utilspackages have been separated in the CLI for a more explicit public API. - Types for
TweenOptions,SpringOptions,SpringUpdateOptions, andUpdaterare now exported fromsvelte/motion.
Our Commentary
This is a solid monthly update from the Svelte team. The TypeScript 6.0 support is a welcome upgrade, keeping SvelteKit current with the broader ecosystem. The remote function enhancements, while including some breaking changes, seem to be pushing towards a more robust and type-safe data handling experience, which is crucial for complex applications. We're particularly interested in the experimental community add-ons in the Svelte CLI; this could significantly boost the framework's extensibility and developer experience if it gains traction. It's great to see Svelte continuing to evolve its core and tooling.
View Original Article
Share this article: