Skip to content

Commit d6881b5

Browse files
committed
address PR feedback
1 parent d2fd034 commit d6881b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Let's dive into the highlights...
1616
- `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))
1717
- 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-
- There are now types for the `params` prop in page/layout components (**[email protected]/[email protected]**, [#13999](https://github.com/sveltejs/kit/pull/13999))
20-
- Asynchronous read implementations from adapters are now supported (**[email protected]**, [#13859](https://github.com/sveltejs/kit/pull/13859))
19+
- There are now types for the `params` prop and `page` attributes in page/layout components (**[email protected], [email protected] & [email protected]**, [#13999](https://github.com/sveltejs/kit/pull/13999) / [#13864](https://github.com/sveltejs/kit/pull/13864))
20+
- 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 (**[email protected]**, [#13859](https://github.com/sveltejs/kit/pull/13859))
2121
- The `resolve(...)` and `asset(...)` helpers have been added for resolving paths (**[email protected]**, #13864)
2222
- Support for modern SvelteKit prop typings has been added to VS Code snippets (**extensions-109.10.0**, [#2796](https://github.com/sveltejs/language-tools/pull/2796))
2323
- The new `vite.addPlugin` simplifies adding a plugin on various vite config styles (**[email protected]**, [#633](https://github.com/sveltejs/cli/pull/633))
@@ -44,6 +44,7 @@ For a full list of bug fixes in Svelte, SvelteKit and its adapters, check out th
4444
_Featuring Svelte Contributors and Ambassadors_
4545

4646
- [promise.then(...)](https://www.youtube.com/watch?v=e-1pVKUWlOQ) by Rich Harris - what's next now that Svelte is Async
47+
- [Asynchronous Svelte](https://www.youtube.com/live/kL4Tp8RmJwo) with Rich Harris by CodeTV (Jason Lengstorf)
4748
- [Remote Functions are coming to SvelteKit - and they are amazing!](https://www.youtube.com/watch?v=BID8r5LObvI) by Code with Stanislav
4849
- [Svelte London - June 2025](https://www.youtube.com/watch?v=LKSmlp2S-jQ) feat. "Svelte, svelte everywhere" by Paolo Ricciuti and "Testing your Svelte app in an actual browser" by Willow / Scott
4950

0 commit comments

Comments
 (0)