diff --git a/apps/svelte.dev/content/blog/2025-02-01-whats-new-in-svelte-february-2025.md b/apps/svelte.dev/content/blog/2025-02-01-whats-new-in-svelte-february-2025.md new file mode 100644 index 0000000000..ae35eaeac6 --- /dev/null +++ b/apps/svelte.dev/content/blog/2025-02-01-whats-new-in-svelte-february-2025.md @@ -0,0 +1,85 @@ +--- +title: "What's new in Svelte: February 2025" +description: 'New types, pnpm 10 support and better syntax highlighting' +author: Dani Sandoval +authorURL: https://dreamindani.com +--- + +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 + +- 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)) +- `