Skip to content

Commit ddfe063

Browse files
committed
add remote functions to what's new section
1 parent b35bbbc commit ddfe063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Let's dive into the highlights...
1313

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

16+
- 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 (**[email protected]**, [Docs](https://svelte.dev/docs/kit/remote-functions), [#13986](https://github.com/sveltejs/kit/pull/13986))
1617
- `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))
1718
- 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]**, [#16255](https://github.com/sveltejs/svelte/pull/16255))
1819
- `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))

0 commit comments

Comments
 (0)