From 449b164a2f688181c01782ed5546d5394b2021e6 Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Thu, 30 Jan 2025 12:25:14 -0700 Subject: [PATCH 1/3] february draft --- ...02-01-whats-new-in-svelte-february-2025.md | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 apps/svelte.dev/content/blog/2025-02-01-whats-new-in-svelte-february-2025.md 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..e632b19a41 --- /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](https://svelte.dev/docs/svelte/svelte-boundary), [#14993](https://github.com/sveltejs/svelte/pull/14993)) +- `