Update site/content/blog/2020-11-01-whats-new-in-svelte-november-2020.md

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/5554/head
Daniel Sandoval 5 years ago committed by GitHub
parent 225656a844
commit fd766787cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ Welcome back to the "What's new in Svelte" series! This month, we're covering ne
**What's going on in Sapper?**
Sapper got some new types in its `preload` function, which will ease typing if you are using TypeScript. See the [Sapper docs](https://sapper.svelte.dev/docs#Typing_the_function) on how to use them. There also were fixes to `preload` links in exported sites. Route layouts got a few fixes too - including ensuring CSS is applied to nested route layouts. You can also better organize your files now that extensions with multiple dots are supported. (**0.28.10**)
Sapper got some new types in its `preload` function, which will make typing easier if you are using TypeScript. See the [Sapper docs](https://sapper.svelte.dev/docs#Typing_the_function) on how to use them. There also were fixes to `preload` links in exported sites. Route layouts got a few fixes too - including ensuring CSS is applied to nested route layouts. You can also better organize your files now that extensions with multiple dots are supported. (**0.28.10**)
For all the features and bugfixes see the CHANGELOGs for [Svelte](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md) and [Sapper](https://github.com/sveltejs/sapper/blob/master/CHANGELOG.md).

Loading…
Cancel
Save