What's new in Svelte: September 2026 Svelte 5.57 shipped with new SvelteMap methods, including getOrInsert and getOrInsertComputed, while SvelteKit 3 advanced to Release Candidate with features like enhanced cross-page form actions and a new QUERY HTTP method handler. The sv CLI introduced an ai-tools add-on replacing the mcp one, and sv@next now offers a task-based sveltekit-3 migration for existing apps. What’s new in Svelte: September 2026 New SvelteMap methods in Svelte 5.57, more SvelteKit 3 iteration and sv 1.0 previews SvelteKit 3 migrations This month, Svelte 5.57 shipped with new SvelteMap methods and a few quality-of-life additions while SvelteKit 3 got closer to the finish line with its Release Candidate. The sv CLI also got a new ai-tools add-on that replaces the old mcp one, and sv@next now ships a task-based sveltekit-3 migration for existing apps. Let’s dive a bit deeper What’s new in Svelte SvelteMap now has getOrInsert and getOrInsertComputed methods for the common “read or initialize” pattern 5.57.0 , Docs https://svelte.dev/docs/svelte/svelte-reactivity SvelteMap , 18728 https://github.com/sveltejs/svelte/pull/18728 createContext now returns a third has function so you can check whether a context has been set without triggering the get error 5.57.0 , Docs https://svelte.dev/docs/svelte/context , 18472 https://github.com/sveltejs/svelte/pull/18472