What’s new in Svelte: August 2025

With Async Svelte and its companion Remote Functions officially out in the world, there’s a lot of updates to share!

Be sure to check out the showcase for videos from Rich, Paolo, and Stanislav about all the brand new features in Svelte.

Let’s dive into the highlights...

What’s new in Svelte, SvelteKit, Language Tools and CLI (sv)

  • Remote functions can be called anywhere in your app, but always run on the server, and as such can safely access server-only modules containing things like environment variables and database clients (kit@2.27.0, Docs, #13986)
  • getAbortSignal returns an AbortSignal that aborts when the current derived or effect re-runs or is destroyed (svelte@5.35.0, Docs, #16266)
  • A new parent property has been added to the __svelte_meta properties that are added to elements at dev time - useful for debugging nested hierarchies (svelte@5.35.1, #16255)
  • await is now supported in components when using the experimental.async compiler option (svelte@5.36.0/extensions@109.10.0, Docs, #15844)
  • There are now types for the params prop and page attributes in page/layout components (kit@2.24.0, kit@2.26.0 & extensions@109.10.0, #13999 / #13864)
  • SvelteKit’s read now works in edge environments where fs.readFile isn’t available such as in Cloudflare’s workers, Netlify, and Vercel’s edge functions (kit@2.25.0, #13859)
  • The resolve(...) and asset(...) helpers have been added for resolving paths (kit@2.26.0, #13864)
  • Support for modern SvelteKit prop typings has been added to VS Code snippets (extensions-109.10.0, #2796)
  • The new vite.addPlugin simplifies adding a plugin on various vite config styles (sv@0.8.20, #633)
  • vite-plugin-svelte is out with support for vite7, rolldown-vite and more

For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out their CHANGELOGs here and here.


Community Showcase

Apps & Sites built with Svelte

  • Logitech’s new site is built in Svelte 🎉
  • hend.world is a language learning application that surrounds you with comprehensible input: compelling stories, articles, and videos that match your level
  • Amgiflol is a Figma-like Layout Inspector For Web
  • Formcord is a Google Forms alternative built specifically for Discord communities
  • Freq is a community-based social media platform for groups of music listeners to share, talk about, and enjoy music together
  • Salora is a salon booking application (de)
  • Animal Well Shrine is an low-spoiler egg tracker for the video game, Animal Well
  • TypingGym is a typing practice site with automatic difficulty adjustment

Learning Resources

Featuring Svelte Contributors and Ambassadors

This Week in Svelte

Svienna (Svelte Society Vienna)

To Watch/Read

Libraries, Tools & Components

  • Svelte Interval is a comprehensive Svelte utility package for managing intervals with reactive durations, synchronization, and advanced control features
  • @hvniel/svelte-router is a Svelte 5 port of React Router
  • @hvniel/vite-plugin-svelte-inline-component lets you write tiny Svelte components straight inside your JavaScript / TypeScript tests using tagged‑template literals
  • wuchale is a non-invasive, normal code based compile-time internationalization (i18n) toolkit
  • SSGOI brings native app-like page transitions to the web
  • Svelte Form Builder is a modern, drag-and-drop form builder built with Svelte 5
  • Svelte persistent runes provides a Svelte reactive rune that keep its value through pages and reloads
  • gositemap is a fast, test-driven sitemap.xml generator for static SvelteKit sites

That’s it for this month! Let us know if we missed anything on Reddit or Discord.

Until next time 👋🏼!

https://svelte.dev/blog/whats-new-in-svelte-august-2025
Creato 12h | 3 ago 2025, 08:40:06


Accedi per aggiungere un commento

Altri post in questo gruppo

What’s new in Svelte: July 2025

Whether you’re trying out Vite 7, vitest browser mode or remote functions, there’s lots of experimental features to try t

30 giu 2025, 20:20:06 | Svelte
What’s new in Svelte: June 2025

In addition to advancing the work on Async Svelte, the maintainers have been hard at work introducing long requested features like Attachments.

This month, we’ll share a bit about the

2 giu 2025, 17:50:03 | Svelte
Bringing Svelte Summit to the whole community

This month’s Svelte Summit in Barcelona was a glorious celebration of the community. We had lively conversations, delightful dinners, and funny, im

21 mag 2025, 13:40:07 | Svelte
What’s new in Svelte: May 2025

Only a week until Svelte Summit Spring 2025! If you can’t make it in-person to Barcelona, you can purchase a virtual ticket

30 apr 2025, 23:50:03 | Svelte
What’s new in Svelte: April 2025

With a couple minor releases of SvelteKit in the last month and a few more from Svelte itself, there’s a lot to be excited about this month. From new helper functions to new configuration opt

2 apr 2025, 23:40:03 | Svelte
What’s new in Svelte: March 2025

SvelteHack 2024 has ended and the winners were announced on February 9th. Congrats to all the

4 mar 2025, 16:50:04 | Svelte
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 Th

4 feb 2025, 18:50:06 | Svelte