From ab9ed31fa753eeafcb18ecd4b48e538b65b2b753 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Tue, 3 May 2022 14:16:53 -0700 Subject: [PATCH] Update site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md --- site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md | 1 - 1 file changed, 1 deletion(-) diff --git a/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md b/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md index 29671d906a..2b578a4dcb 100644 --- a/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md +++ b/site/content/blog/2022-05-01-whats-new-in-svelte-may-2022.md @@ -20,7 +20,6 @@ With yesterday's Svelte Summit behind us, we've got a lot of news to share! Chec ## What's new in SvelteKit - Files and directories can now be named `__tests__` and `__test__` in the routes directory ([#4438](https://github.com/sveltejs/kit/pull/4438)) -- The `platform` parameter is now available for requests triggered by `fetch` in `load` during SSR ([#4599](https://github.com/sveltejs/kit/pull/4599)) - Netlify Edge Functions ([#4657](https://github.com/sveltejs/kit/pull/4657)) and the Vercel build output API ([#4663](https://github.com/sveltejs/kit/pull/4663)) are now supported - Custom `load` dependencies, array of strings representing URLs the page depends on, are now available when loading routes ([Docs](https://kit.svelte.dev/docs/loading#output-dependencies), [#4536](https://github.com/sveltejs/kit/pull/4536))