Skip to content

Commit d2fd034

Browse files
DreaminDanidummdidummteemingcdominikg
authored
Apply suggestions from code review
Co-authored-by: Simon H <[email protected]> Co-authored-by: Tee Ming <[email protected]> Co-authored-by: Dominik G. <[email protected]>
1 parent a287e84 commit d2fd034

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apps/svelte.dev/content/blog/2025-08-01-whats-new-in-svelte-august-2025.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ author: Dani Sandoval
55
authorURL: https://dreamindani.com
66
---
77

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!
99

1010
Be sure to check out the showcase for videos from X, Y and Z about all the brand new features in Svelte.
1111

1212
Let's dive into the highlights...
1313

1414
## What's new in Svelte, SvelteKit, Language Tools and CLI (sv)
1515

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))
1818
- `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))
2019
- There are now types for the `params` prop in page/layout components (**[email protected]/[email protected]**, [#13999](https://github.com/sveltejs/kit/pull/13999))
2120
- Asynchronous read implementations from adapters are now supported (**[email protected]**, [#13859](https://github.com/sveltejs/kit/pull/13859))
2221
- The `resolve(...)` and `asset(...)` helpers have been added for resolving paths (**[email protected]**, #13864)

0 commit comments

Comments
 (0)