From e28c54d9444a88c111e10d61f88611c0ade6a852 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:47:22 +0100 Subject: [PATCH] Update site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md --- .../blog/2022-12-01-whats-new-in-svelte-december-2022.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md b/site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md index 4e42eb0efb..8fe4223adb 100644 --- a/site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md +++ b/site/content/blog/2022-12-01-whats-new-in-svelte-december-2022.md @@ -11,7 +11,7 @@ Let's get to it! ## What's new in SvelteKit - Use the `willUnload` property to find out if the navigation will result the app being unloaded (full page reload/closing/leaving to another page). ([#6813](https://github.com/sveltejs/kit/pull/6813)) -- `__data.json` requests now use the `Vary` header, which allows one cached response for each variation of the `x-sveltekit-invalidated` header, ensuring we cache matching responses for all invalidation scenarios ([#7532](https://github.com/sveltejs/kit/pull/7532)) +- `__data.json` requests now allows for caching while ensuring we cache matching responses for all invalidation scenarios ([#7532](https://github.com/sveltejs/kit/pull/7532)) - Linking to `` tags is now supported ([#7596](https://github.com/sveltejs/kit/pull/7596)) - Throwing redirects in the `handle` hook is now supported ([#7612](https://github.com/sveltejs/kit/pull/7612)) - A fallback component will now be added automatically for layouts without one ([#7619](https://github.com/sveltejs/kit/pull/7619))