From f7ccfb75a1edf56b03eeffdc3cbe76134a35c3e1 Mon Sep 17 00:00:00 2001 From: Dani Sandoval Date: Fri, 31 May 2024 21:03:29 -0600 Subject: [PATCH] respond to pr comments --- documentation/blog/2024-06-01-whats-new-in-svelte-june-2024.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/blog/2024-06-01-whats-new-in-svelte-june-2024.md b/documentation/blog/2024-06-01-whats-new-in-svelte-june-2024.md index d4b9170203..947011f521 100644 --- a/documentation/blog/2024-06-01-whats-new-in-svelte-june-2024.md +++ b/documentation/blog/2024-06-01-whats-new-in-svelte-june-2024.md @@ -17,7 +17,6 @@ Let's dive in! - The Svelte Inspector is now supported (**5.0.0-next.125**, [Docs](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/inspector.md), [#11514](https://github.com/sveltejs/svelte/pull/11514)) - The `$state.is` rune lets you compare values or check if an object exists within a deeply reactive object/array (**5.0.0-next.134**, [Docs](https://svelte-5-preview.vercel.app/docs/runes#state-is), [#11613](https://github.com/sveltejs/svelte/pull/11613)) - The `rootDir` compiler option makes filenames relative to simplify development in monorepos or complex folder structures (**5.0.0-next.135**, [#11627](https://github.com/sveltejs/svelte/pull/11627)) -- Event handlers and bindings will now now yield effect updates - improving performance (**5.0.0-next.140**, [#11706](https://github.com/sveltejs/svelte/pull/11706)) ---