From 446f18dcf57f15e02c87fc82d2b5eb990076dde9 Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Sat, 18 Apr 2026 13:25:55 -0600 Subject: [PATCH 1/7] Merge human and AI newsletter versions into final draft Uses human-written content as the base with these AI-preferred improvements applied: - Changelog items explain impact/why, not just what changed - Overshoot moved from To Read to Apps & Sites - To Read/Watch renamed to just To Read (no videos this month) - Libraries grouped with italic sub-headers (12 items) - Removed Oxford commas throughout - Removed ThoughtWorks duplicate from To Read (already in intro) - Kept apps and companion blog posts separate - Breaking changes grouped at end of SvelteKit section - No version prefix in dedicated SvelteKit section Removes the dani_ prefixed human draft. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- ...2026-05-01-whats-new-in-svelte-may-2026.md | 96 +++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md new file mode 100644 index 0000000000..c48c1c8a92 --- /dev/null +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -0,0 +1,96 @@ +--- +title: "What's new in Svelte: May 2026" +description: 'Svelte CLI Community Add-ons, TypeScript 6.0 support in SvelteKit' +author: Dani Sandoval +authorURL: https://dreamindani.com +--- + +This month we got a ton of improvements to SvelteKit's remote functions, TypeScript 6.0 support and the experimental release of community plugins in the Svelte CLI. + +Svelte was also [featured in ThoughtWorks Technology Radar](https://www.thoughtworks.com/radar/languages-and-frameworks/summary/svelte)! + +Big month, bigger showcase... so let's dive in! + +## What's new in SvelteKit + +- SvelteKit now supports TypeScript 6.0 (**2.56.0**, [Docs](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/), [#15595](https://github.com/sveltejs/kit/pull/15595)) +- `form` fields can now specify a default value using `field.as(type, value)`, reducing boilerplate for pre-populated forms (**2.56.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-Fields), [#15577](https://github.com/sveltejs/kit/pull/15577)) +- Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) +- Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/app-forms#enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) +- **Remote Function Breaking Changes (2.56.0)** + - Rework client-driven refreshes ([#15562](https://github.com/sveltejs/kit/pull/15562)) + - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) + - Add `run()` method to queries, disallow awaiting queries outside render ([#15533](https://github.com/sveltejs/kit/pull/15533)) + - Isolate command-triggered query refresh failures per-query ([#15562](https://github.com/sveltejs/kit/pull/15562)) + +Looking for more details on the many bug fixes and performance optimizations from this month? Check out the SvelteKit / Adapter [CHANGELOGs](https://github.com/sveltejs/kit/tree/main/packages). + +## What's new in Svelte and Svelte Dev Tools + +- Community add-ons are now available in `sv` as an experimental feature (**sv@0.1.0**, [Docs](https://svelte.dev/docs/cli/community), [#1020](https://github.com/sveltejs/cli/pull/1020)) +- The `sv` and `sv-utils` packages are now separate in the CLI package - leading to a more explicit public API and a deprecation pass for old features (**sv@0.2.0**, [Docs](https://svelte.dev/docs/cli/sv), [#1046](https://github.com/sveltejs/cli/pull/1046)) +- Types for `TweenOptions`, `SpringOptions`, `SpringUpdateOptions` and `Updater` are now available as exports from `svelte/motion` (**svelte@5.55.0**, [Docs](https://svelte.dev/docs/svelte/svelte-motion), [#17967](https://github.com/sveltejs/svelte/pull/17967)) + +For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's [CHANGELOG](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md). + +--- + +## Community Showcase + +### Apps & Sites built with Svelte + +- [4Track](https://www.4track.cc/) is a faithful recreation of a 4-track tape recorder in the browser +- [Kumamap](https://kumamap.com/) is a bear incident map that collates official reports, news and community reports in Japan +- [Overshoot](https://overshoot.dev/) is an interactive exploration of Disney's 12 Principles of Animation +- [DockScope](https://github.com/ManuelR-T/dockscope) is a visual Docker dashboard with a 3D dependency graph, live metrics, logs, terminal and container actions +- [dnsoptic](https://dnsoptic.com/) is a DNS health audit tool that checks nameservers, mail authentication, DNSSEC, security posture and migration diffs +- [swap.](https://swapjs.dev/) is a collection of little games built around sorting algorithms +- [Scapedle](https://github.com/asbedb/Scapedle) is a Wordle game with Old School RuneScape (OSRS) words +- [Ephemeral Forms](https://github.com/ra9/ephemeral-forms) is a modern, zero-login, offline-first form builder with AI-powered generation, real-time collaboration and cross-device sync +- [CORDIAL](https://www.youtube.com/watch?v=ZVy0vXBHaCM) is an AI Native IDE optimized for a big screen experience. "Good for people who want to feel like Tom Cruise in Minority Report" + +### Learning Resources + +_Featuring Svelte Contributors and Ambassadors_ + +- [Paolo Ricciuti - Svelte, TMCP](https://www.youtube.com/watch?v=2r25fPn95M8) by devtools-fm + +_This Week in Svelte_ + +- [Ep. 137](https://www.youtube.com/watch?v=KepF0I5iLb0) - Changelog, Community `sv` add-ons +- [Ep. 138](https://www.youtube.com/watch?v=YwKsLJ5p-uQ) - Changelog +- [Ep. 139](https://www.youtube.com/watch?v=6muvGbGOG7E) - Changelog, Imperative interfaces + +_To Read_ + +- [hello svelte: migrating and redesigning my oss project](https://www.jaydip.me/blog/hello-svelte) by Jaydip Sanghani + +### Libraries, Tools & Components + +_UI Components and Animations_ + +- [Blossom Color Picker](https://blossom.dayflow.studio/) is a flower-style color picker +- [thisux/sveltednd](https://sveltednd.thisux.com/) (last featured in December 2024) has been updated to support Svelte 5 +- [phantom-ui](https://github.com/Aejkatappaja/phantom-ui) is a structure-aware skeleton loader built with web components +- [Svelte Spell UI](https://sv-animations.vercel.app/spell) is a port of the original Spell UI that you can copy-paste into any project +- [Svileo](https://www.reddit.com/r/sveltejs/comments/1sbgc9j/svileo_physicsbased_toast_component_for_svelte/) is a physics-based toast component inspired by Sileo +- [Motion Core](https://motion-core.dev/) (last featured in February) has been rewritten from Three.js to OGL with a much-reduced file size + +_State Management_ + +- [Stately](https://github.com/selfagency/stately) is a Pinia-inspired state management library that provides a structured way to define shared state, mutate it directly and observe changes + +_Utilities and Integrations_ + +- [Sveltia I18n](https://github.com/sveltia/sveltia-i18n) is an internationalization library powered by runes and the messageformat library for formatting messages using Unicode MessageFormat 2 (MF2) +- [Nabu](https://github.com/aionbuilders/nabu) is a modular, local-first Svelte block editor engine built on a Single ContentEditable architecture +- [Svelte Agentation](https://github.com/SikandarJODD/sv-agentation) turns UI annotations into structured context that AI coding agents can understand and act on + +_Developer Tools_ + +- [Atom Forge](https://atom-forge.eu/) is a full-stack TypeScript toolkit with Svelte 5 UI components, type-safe RPC and a battle-tested architecture pattern that scales +- [svelte-check-native](https://github.com/harshmandan/svelte-check-native) is a Rust/tsgo drop-in replacement for `svelte-check` with the same flags, output formats and exit codes + +That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.gg/svelte). + +Until next time 👋🏼! From b1e02fec3bbaa1f2923f4628bb55b7e2ecb8f06b Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Fri, 24 Apr 2026 14:26:52 +0800 Subject: [PATCH 2/7] Apply suggestion from @teemingc --- .../content/blog/2026-05-01-whats-new-in-svelte-may-2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index c48c1c8a92..3efb2752ec 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -16,7 +16,7 @@ Big month, bigger showcase... so let's dive in! - SvelteKit now supports TypeScript 6.0 (**2.56.0**, [Docs](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/), [#15595](https://github.com/sveltejs/kit/pull/15595)) - `form` fields can now specify a default value using `field.as(type, value)`, reducing boilerplate for pre-populated forms (**2.56.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-Fields), [#15577](https://github.com/sveltejs/kit/pull/15577)) - Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) -- Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/app-forms#enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) +- Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/$app-forms#enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) - **Remote Function Breaking Changes (2.56.0)** - Rework client-driven refreshes ([#15562](https://github.com/sveltejs/kit/pull/15562)) - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) From 68b061618d643786247ca22c88a0e0ce2ab0fd32 Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Fri, 24 Apr 2026 15:02:29 +0800 Subject: [PATCH 3/7] Apply suggestion from @teemingc --- .../content/blog/2026-05-01-whats-new-in-svelte-may-2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index 3efb2752ec..3325f4d642 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -16,7 +16,7 @@ Big month, bigger showcase... so let's dive in! - SvelteKit now supports TypeScript 6.0 (**2.56.0**, [Docs](https://devblogs.microsoft.com/typescript/announcing-typescript-6-0/), [#15595](https://github.com/sveltejs/kit/pull/15595)) - `form` fields can now specify a default value using `field.as(type, value)`, reducing boilerplate for pre-populated forms (**2.56.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-Fields), [#15577](https://github.com/sveltejs/kit/pull/15577)) - Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) -- Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/$app-forms#enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) +- Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) - **Remote Function Breaking Changes (2.56.0)** - Rework client-driven refreshes ([#15562](https://github.com/sveltejs/kit/pull/15562)) - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) From 4798a51ac477b384400349f31b0c3c0db1942b18 Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Fri, 24 Apr 2026 21:56:32 +0800 Subject: [PATCH 4/7] Apply suggestions from code review Co-authored-by: Tee Ming --- .../blog/2026-05-01-whats-new-in-svelte-may-2026.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index 3325f4d642..68a7e35f18 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -18,7 +18,7 @@ Big month, bigger showcase... so let's dive in! - Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) - Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) - **Remote Function Breaking Changes (2.56.0)** - - Rework client-driven refreshes ([#15562](https://github.com/sveltejs/kit/pull/15562)) + - Client-requested query refreshes must obtain permission from the server ([#15562](https://github.com/sveltejs/kit/pull/15562)) - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) - Add `run()` method to queries, disallow awaiting queries outside render ([#15533](https://github.com/sveltejs/kit/pull/15533)) - Isolate command-triggered query refresh failures per-query ([#15562](https://github.com/sveltejs/kit/pull/15562)) @@ -46,7 +46,7 @@ For a full list of changes - including all the important bugfixes that went into - [dnsoptic](https://dnsoptic.com/) is a DNS health audit tool that checks nameservers, mail authentication, DNSSEC, security posture and migration diffs - [swap.](https://swapjs.dev/) is a collection of little games built around sorting algorithms - [Scapedle](https://github.com/asbedb/Scapedle) is a Wordle game with Old School RuneScape (OSRS) words -- [Ephemeral Forms](https://github.com/ra9/ephemeral-forms) is a modern, zero-login, offline-first form builder with AI-powered generation, real-time collaboration and cross-device sync +- [Ephemeral Forms](https://ra9.github.io/ephemeral-forms/) is a modern, zero-login, offline-first form builder with AI-powered generation, real-time collaboration and cross-device sync - [CORDIAL](https://www.youtube.com/watch?v=ZVy0vXBHaCM) is an AI Native IDE optimized for a big screen experience. "Good for people who want to feel like Tom Cruise in Minority Report" ### Learning Resources @@ -71,20 +71,20 @@ _UI Components and Animations_ - [Blossom Color Picker](https://blossom.dayflow.studio/) is a flower-style color picker - [thisux/sveltednd](https://sveltednd.thisux.com/) (last featured in December 2024) has been updated to support Svelte 5 -- [phantom-ui](https://github.com/Aejkatappaja/phantom-ui) is a structure-aware skeleton loader built with web components +- [phantom-ui](https://aejkatappaja.github.io/phantom-ui/demo/) is a structure-aware skeleton loader built with web components - [Svelte Spell UI](https://sv-animations.vercel.app/spell) is a port of the original Spell UI that you can copy-paste into any project -- [Svileo](https://www.reddit.com/r/sveltejs/comments/1sbgc9j/svileo_physicsbased_toast_component_for_svelte/) is a physics-based toast component inspired by Sileo +- [Svileo](https://svileo.elyasasmad.com) is a physics-based toast component inspired by Sileo - [Motion Core](https://motion-core.dev/) (last featured in February) has been rewritten from Three.js to OGL with a much-reduced file size _State Management_ -- [Stately](https://github.com/selfagency/stately) is a Pinia-inspired state management library that provides a structured way to define shared state, mutate it directly and observe changes +- [Stately](https://stately.self.agency) is a Pinia-inspired state management library that provides a structured way to define shared state, mutate it directly and observe changes _Utilities and Integrations_ - [Sveltia I18n](https://github.com/sveltia/sveltia-i18n) is an internationalization library powered by runes and the messageformat library for formatting messages using Unicode MessageFormat 2 (MF2) - [Nabu](https://github.com/aionbuilders/nabu) is a modular, local-first Svelte block editor engine built on a Single ContentEditable architecture -- [Svelte Agentation](https://github.com/SikandarJODD/sv-agentation) turns UI annotations into structured context that AI coding agents can understand and act on +- [Svelte Agentation](https://sv-agentation.com) turns UI annotations into structured context that AI coding agents can understand and act on _Developer Tools_ From 625a607c6bed6edd3d771e5e4ed615d7fa975b66 Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Thu, 30 Apr 2026 08:38:29 +0900 Subject: [PATCH 5/7] add latest since last draft --- .../content/blog/2026-05-01-whats-new-in-svelte-may-2026.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index 68a7e35f18..ab37ebeebd 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -17,11 +17,13 @@ Big month, bigger showcase... so let's dive in! - `form` fields can now specify a default value using `field.as(type, value)`, reducing boilerplate for pre-populated forms (**2.56.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-Fields), [#15577](https://github.com/sveltejs/kit/pull/15577)) - Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) - Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) +- `RemoteQueryFunction` now has an optional third generic parameter `Validated` for types after schema validation or transformation (**2.58.0**, [#15739](https://github.com/sveltejs/kit/pull/15739)) - **Remote Function Breaking Changes (2.56.0)** - Client-requested query refreshes must obtain permission from the server ([#15562](https://github.com/sveltejs/kit/pull/15562)) - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) - Add `run()` method to queries, disallow awaiting queries outside render ([#15533](https://github.com/sveltejs/kit/pull/15533)) - Isolate command-triggered query refresh failures per-query ([#15562](https://github.com/sveltejs/kit/pull/15562)) + - `requested` now requires `limit` and yields `{ arg, query }` entries rather than validated args ([#15739](https://github.com/sveltejs/kit/pull/15739)) Looking for more details on the many bug fixes and performance optimizations from this month? Check out the SvelteKit / Adapter [CHANGELOGs](https://github.com/sveltejs/kit/tree/main/packages). @@ -29,6 +31,7 @@ Looking for more details on the many bug fixes and performance optimizations fro - Community add-ons are now available in `sv` as an experimental feature (**sv@0.1.0**, [Docs](https://svelte.dev/docs/cli/community), [#1020](https://github.com/sveltejs/cli/pull/1020)) - The `sv` and `sv-utils` packages are now separate in the CLI package - leading to a more explicit public API and a deprecation pass for old features (**sv@0.2.0**, [Docs](https://svelte.dev/docs/cli/sv), [#1046](https://github.com/sveltejs/cli/pull/1046)) +- `sv` now has improved Vitest v3 detection when configuring projects (**sv@0.15.2**, [#1073](https://github.com/sveltejs/cli/pull/1073)) - Types for `TweenOptions`, `SpringOptions`, `SpringUpdateOptions` and `Updater` are now available as exports from `svelte/motion` (**svelte@5.55.0**, [Docs](https://svelte.dev/docs/svelte/svelte-motion), [#17967](https://github.com/sveltejs/svelte/pull/17967)) For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's [CHANGELOG](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md). From 39741a8777ffd3562e126c0dd92595525efe4d6b Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Thu, 30 Apr 2026 08:40:01 +0900 Subject: [PATCH 6/7] remove duplicate --- .../content/blog/2026-05-01-whats-new-in-svelte-may-2026.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index ab37ebeebd..9959303456 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -17,7 +17,6 @@ Big month, bigger showcase... so let's dive in! - `form` fields can now specify a default value using `field.as(type, value)`, reducing boilerplate for pre-populated forms (**2.56.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-Fields), [#15577](https://github.com/sveltejs/kit/pull/15577)) - Remote function transport now uses `hydratable`, enabling richer data types in query results (**2.56.0**, [#15533](https://github.com/sveltejs/kit/pull/15533)) - Form `submit` now returns a `boolean` to indicate submission validity for enhanced form remote functions (**2.57.0**, [Docs](https://svelte.dev/docs/kit/remote-functions#form-enhance), [#15530](https://github.com/sveltejs/kit/pull/15530)) -- `RemoteQueryFunction` now has an optional third generic parameter `Validated` for types after schema validation or transformation (**2.58.0**, [#15739](https://github.com/sveltejs/kit/pull/15739)) - **Remote Function Breaking Changes (2.56.0)** - Client-requested query refreshes must obtain permission from the server ([#15562](https://github.com/sveltejs/kit/pull/15562)) - Stabilize remote function caching by sorting object keys ([#15570](https://github.com/sveltejs/kit/pull/15570)) @@ -31,7 +30,7 @@ Looking for more details on the many bug fixes and performance optimizations fro - Community add-ons are now available in `sv` as an experimental feature (**sv@0.1.0**, [Docs](https://svelte.dev/docs/cli/community), [#1020](https://github.com/sveltejs/cli/pull/1020)) - The `sv` and `sv-utils` packages are now separate in the CLI package - leading to a more explicit public API and a deprecation pass for old features (**sv@0.2.0**, [Docs](https://svelte.dev/docs/cli/sv), [#1046](https://github.com/sveltejs/cli/pull/1046)) -- `sv` now has improved Vitest v3 detection when configuring projects (**sv@0.15.2**, [#1073](https://github.com/sveltejs/cli/pull/1073)) +- `sv` will now more reliably detect if vitest v3 is installed when configuring projects (**sv@0.15.2**, [#1073](https://github.com/sveltejs/cli/pull/1073)) - Types for `TweenOptions`, `SpringOptions`, `SpringUpdateOptions` and `Updater` are now available as exports from `svelte/motion` (**svelte@5.55.0**, [Docs](https://svelte.dev/docs/svelte/svelte-motion), [#17967](https://github.com/sveltejs/svelte/pull/17967)) For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's [CHANGELOG](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md). From b71c03b9f3703ec6bbfcb08c210cb3ac8aa3afb3 Mon Sep 17 00:00:00 2001 From: Tee Ming Date: Fri, 1 May 2026 03:24:18 +0800 Subject: [PATCH 7/7] Apply suggestion from @teemingc --- .../content/blog/2026-05-01-whats-new-in-svelte-may-2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md index 9959303456..9a4d94053c 100644 --- a/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md +++ b/apps/svelte.dev/content/blog/2026-05-01-whats-new-in-svelte-may-2026.md @@ -30,7 +30,7 @@ Looking for more details on the many bug fixes and performance optimizations fro - Community add-ons are now available in `sv` as an experimental feature (**sv@0.1.0**, [Docs](https://svelte.dev/docs/cli/community), [#1020](https://github.com/sveltejs/cli/pull/1020)) - The `sv` and `sv-utils` packages are now separate in the CLI package - leading to a more explicit public API and a deprecation pass for old features (**sv@0.2.0**, [Docs](https://svelte.dev/docs/cli/sv), [#1046](https://github.com/sveltejs/cli/pull/1046)) -- `sv` will now more reliably detect if vitest v3 is installed when configuring projects (**sv@0.15.2**, [#1073](https://github.com/sveltejs/cli/pull/1073)) +- `sv` will now more reliably detect if Vitest v3 is installed when configuring projects (**sv@0.15.2**, [#1073](https://github.com/sveltejs/cli/pull/1073)) - Types for `TweenOptions`, `SpringOptions`, `SpringUpdateOptions` and `Updater` are now available as exports from `svelte/motion` (**svelte@5.55.0**, [Docs](https://svelte.dev/docs/svelte/svelte-motion), [#17967](https://github.com/sveltejs/svelte/pull/17967)) For a full list of changes - including all the important bugfixes that went into the releases this month - check out the Svelte compiler's [CHANGELOG](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md).