From 3c4c91d556b17221b9dcb361e39fbd8831ebf31c Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Tue, 31 Aug 2021 16:42:30 -0700 Subject: [PATCH] merge conflict messyness --- .../blog/2021-09-01-whats-new-in-svelte-september-2021.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md index caf611d8ca..81a77ad10b 100644 --- a/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md +++ b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md @@ -27,16 +27,11 @@ If you'd like to help, please consider working on any of the [1.0 milestone issu The focus this past month was on continuing iron out any kinks with well over 100 PRs merged. A few new features went in as well... -<<<<<<< HEAD - SvelteKit will now detect if a prerendered app is trying to access a query paremter and return an error - instead of silently failing ([#2104](https://github.com/sveltejs/kit/pull/2104)) - `adapter-node` now lets you [add the Kit middleware to your own server](https://kit.svelte.dev/faq#integrations) for use with other middleware. You can also [add middleware in dev mode](https://kit.svelte.dev/faq#how-do-i-use-x-with-sveltekit-how-do-i-use-middleware) with more improvements to come in this area - The new [`sequence` helper lets you chain together multiple `handle` calls](https://kit.svelte.dev/docs#modules-sveltejs-kit-hooks) - A new [`handleError` hook](https://kit.svelte.dev/docs#hooks-handleerror) gives you the option to send data to an error tracking service, or to customise the formatting before printing the error to the console. - `adapter-node` can now listen on socket path ([#2048](https://github.com/sveltejs/kit/pull/2048)) -======= -- SvelteKit will now detect if a prerendered app is trying to access a query parameter and return an error - instead of silently failing ([#2104](https://github.com/sveltejs/kit/pull/2104)) -- create-svelte's final output dir has been standardized as `/build` (vs `/.svelte-kit`) ([#2109](https://github.com/sveltejs/kit/pull/2109)) ->>>>>>> 3b109581c3fab068ac5702545a0b56dc76b9bb15 To see all updates to SvelteKit, check out the [SvelteKit changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md).