What’s new in Svelte: February 2025

The Svelte developer experience got a huge upgrade this month with more exported types and better syntax highlighting in VS Code. Combine that with the huge releases from Storybook, Tailwind and

The Svelte developer experience got a huge upgrade this month with more exported types and better syntax highlighting in VS Code. Combine that with the huge releases from Storybook, Tailwind and Threlte… and you’ve got a pretty big month!

Let’s dive in 🐬

What’s new in Svelte (#What’s-new-in-Svelte)

• Non-numeric values can now be tweened by snapping immediately to the new value (5.17.0, Docs (/docs/svelte-motion#tweened), #14941 (https://github.com/sveltejs/svelte/pull/14941))

• const tags are now allowed inside of a svelte:boundary (5.17.5, Docs (/docs/svelte/svelte-boundary), #14993 (https://github.com/sveltejs/svelte/pull/14993))