From ac594e584e73a31ed41c82f04db96f51a47ac30f Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:29:44 +0200 Subject: [PATCH] Add createEventDispatcher typing feature description --- ...20-10-01-whats-new-in-svelte-october-2020.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md b/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md index 77e908966a..8cbdca8bf7 100644 --- a/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md +++ b/site/content/blog/2020-10-01-whats-new-in-svelte-october-2020.md @@ -14,6 +14,23 @@ Welcome to the first edition of our "What's new in Svelte" series! We'll try to 4. CSS Selectors with `~` and `+` combinators are now supported ([Example](https://svelte.dev/repl/91ad9257d2d1430185a504a18cc60172?version=3.29.0), **3.27.0**, with a compiler fix in **3.29.0**) 5. The `{#key}` block is now available to key arbitrary content on an expression ([More info](https://github.com/sveltejs/svelte/issues/1469), **3.29.0**) 6. Slots can now be forwarded through child components! This used to only be possible by adding extra wrapper `