From 609d38f88d7ad5cb8cceddabca2503ddbec70a32 Mon Sep 17 00:00:00 2001 From: Devr Date: Mon, 4 Nov 2024 19:06:49 +0530 Subject: [PATCH] Update 2024-11-01-whats-new-in-svelte-november-2024.md Fix broken link of $derived --- .../blog/2024-11-01-whats-new-in-svelte-november-2024.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/svelte.dev/content/blog/2024-11-01-whats-new-in-svelte-november-2024.md b/apps/svelte.dev/content/blog/2024-11-01-whats-new-in-svelte-november-2024.md index a0d22df5a5..8c79ce736a 100644 --- a/apps/svelte.dev/content/blog/2024-11-01-whats-new-in-svelte-november-2024.md +++ b/apps/svelte.dev/content/blog/2024-11-01-whats-new-in-svelte-november-2024.md @@ -18,7 +18,7 @@ If you've only recently [migrated to Svelte 5](https://svelte.dev/docs/svelte/v5 - Snippets can now be used to fill slots (**5.0.0-next.262**, [#13427](https://github.com/sveltejs/svelte/pull/13427)) - `hidden until-found` and `beforematch` are now available on DOM elements (**5.0.0-next.266**, [MDN Docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden#using_until-found), [#13612](https://github.com/sveltejs/svelte/pull/13612)) - **Breaking:** State mutations are not allowed in logic block expressions (**5.0.0-next.269**, [#13625](https://github.com/sveltejs/svelte/pull/13625)) -- `getContext()` is now allowed within `$derived` runes (**5.1.0**, [Docs](https://svelte.dev/docs/svelte/derived), [#13830](https://github.com/sveltejs/svelte/pull/13830)) +- `getContext()` is now allowed within `$derived` runes (**5.1.0**, [Docs](https://svelte.dev/docs/svelte/$derived), [#13830](https://github.com/sveltejs/svelte/pull/13830)) To see all the amazing work that has gone into making the Svelte compiler better - including everything that went into making migrations easier - check out the [CHANGELOG](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md).