You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/svelte.dev/content/blog/2025-08-01-whats-new-in-svelte-august-2025.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,17 @@ author: Dani Sandoval
5
5
authorURL: https://dreamindani.com
6
6
---
7
7
8
-
With [Async Svelte](https://github.com/sveltejs/svelte/discussions/15845) officially out in the world, there's a lot of updates to share!
8
+
With [Async Svelte](https://github.com/sveltejs/svelte/discussions/15845) officially out in the world and its companion [Remote Functions](https://github.com/sveltejs/kit/discussions/13897) already ligned up, there's a lot of updates to share!
9
9
10
10
Be sure to check out the showcase for videos from X, Y and Z about all the brand new features in Svelte.
11
11
12
12
Let's dive into the highlights...
13
13
14
14
## What's new in Svelte, SvelteKit, Language Tools and CLI (sv)
15
15
16
-
- getAbortSignal returns an AbortSignal that aborts when the current derived or effect re-runs or is destroyed (**[email protected]**, [Docs](https://svelte.dev/docs/svelte/svelte#getAbortSignal), [#16266](https://github.com/sveltejs/svelte/pull/16266))
17
-
- 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 (**[email protected]**, Docs, [#16255](https://github.com/sveltejs/svelte/pull/16255))
16
+
-`getAbortSignal` returns an `AbortSignal` that aborts when the current derived or effect re-runs or is destroyed (**[email protected]**, [Docs](https://svelte.dev/docs/svelte/svelte#getAbortSignal), [#16266](https://github.com/sveltejs/svelte/pull/16266))
17
+
- 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 (**[email protected]**, Docs, [#16255](https://github.com/sveltejs/svelte/pull/16255))
18
18
-`await` is now supported in components when using the `experimental.async` compiler option (**[email protected]/[email protected]**, [Docs](https://svelte.dev/docs/svelte/await-expressions)[#15844](https://github.com/sveltejs/svelte/pull/15844))
19
-
-`svelte.config.ts` can now be loaded in runtimes that support importing TypeScript files (**[email protected]**, [#13935](https://github.com/sveltejs/kit/pull/13935))
20
19
- There are now types for the `params` prop in page/layout components (**[email protected]/[email protected]**, [#13999](https://github.com/sveltejs/kit/pull/13999))
21
20
- Asynchronous read implementations from adapters are now supported (**[email protected]**, [#13859](https://github.com/sveltejs/kit/pull/13859))
22
21
- The `resolve(...)` and `asset(...)` helpers have been added for resolving paths (**[email protected]**, #13864)
0 commit comments