From 0a0126669e2a53c5a6fa54750d6d80fbaa636ea8 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Fri, 30 Sep 2022 11:21:46 -0600 Subject: [PATCH] Add Sverdle Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- site/content/blog/2022-10-01-whats-new-in-svelte-october-2022.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/content/blog/2022-10-01-whats-new-in-svelte-october-2022.md b/site/content/blog/2022-10-01-whats-new-in-svelte-october-2022.md index 3cce5f00d2..40c0daae9c 100644 --- a/site/content/blog/2022-10-01-whats-new-in-svelte-october-2022.md +++ b/site/content/blog/2022-10-01-whats-new-in-svelte-october-2022.md @@ -37,6 +37,7 @@ _Day Two_ ## More SvelteKit Updates - `use:enhance` is the easiest way to progressively enhance a form ([Docs](https://kit.svelte.dev/docs/form-actions#progressive-enhancement-use-enhance), [#6633](https://github.com/sveltejs/kit/pull/6633), [#6828](https://github.com/sveltejs/kit/pull/6828), [#7012](https://github.com/sveltejs/kit/pull/7012)) +- The demo app has been updated to add the Sverdle game, which Rich demoed at Svelte Summit and demonstrates `use:enhance` ([https://github.com/sveltejs/kit/pull/6979](#6979)) - Cloudflare Pages `_routes.json` specification is now supported by `adapter-cloudflare` ([#6530](https://github.com/sveltejs/kit/pull/6530)) - Improved build performance by running asset and page compression in parallel ([#6710](https://github.com/sveltejs/kit/pull/6710))