From 4cc6b60264aab7cf3ca86d60ea59f27cf24d9279 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Sat, 28 Aug 2021 12:35:18 -0700 Subject: [PATCH 01/15] September skeleton --- ...9-01-whats-new-in-svelte-september-2021.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md 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 new file mode 100644 index 000000000000..e60576feaa3c --- /dev/null +++ b/site/content/blog/2021-09-01-whats-new-in-svelte-september-2021.md @@ -0,0 +1,43 @@ +--- +title: What's new in Svelte: September 2021 +description: TBD +author: Daniel Sandoval +authorURL: https://desandoval.net +--- + +TBD + +## New in Svelte +- + +For a full list of features and bug fixes, check out the [Svelte changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md). + +## SvelteKit Updates +- + +To see all updates to SvelteKit, check out the [SvelteKit changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md). + +## Features & bug fixes from around svelte/* +- + +--- + +## Community Showcase + +**Apps & Sites** +- + +**Looking for a Svelte project to work on? Interested in helping make Svelte's presence on the web better?** Check out [the list of open issues](https://github.com/svelte-society/sveltesociety-2021/issues) if you'd like to contribute to the Svelte Society rewrite in SvelteKit. + +**Educational Content** +- + +**Libraries, Tools & Components** +- + +Check out the community site [sveltesociety.dev](https://sveltesociety.dev/templates/) for more templates, adders and adapters from across the Svelte ecosystem. + + +## See you next month! + +Want more updates? Join us on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.com/invite/yy75DKs)! From e8f16a94b6ce53650f2c209d3596358927dc1d2b Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Sat, 28 Aug 2021 15:27:47 -0700 Subject: [PATCH 02/15] first draft --- ...9-01-whats-new-in-svelte-september-2021.md | 55 ++++++++++++++++--- 1 file changed, 46 insertions(+), 9 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 e60576feaa3c..2fab7e37d207 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 @@ -1,39 +1,76 @@ --- title: What's new in Svelte: September 2021 -description: TBD +description: StackOverflow's most loved web framework author: Daniel Sandoval authorURL: https://desandoval.net --- -TBD +This month, Svelte was [voted StackOverflow's most loved web framework](https://insights.stackoverflow.com/survey/2021#section-most-loved-dreaded-and-wanted-web-frameworks), Tan Li Hau [talked to Svelte Radio](https://share.transistor.fm/s/84c7521b) about his [Svelte-filled YouTube channel](https://www.youtube.com/channel/UCbmC3HP3FaAFdcZkui8YoMQ), and SvelteKit got closer than ever to 1.0! ## New in Svelte -- +- `use:actions` can now be used on `` (**3.42.0**) +- `HTMLElement`, `SVGElement` (**3.42.2**) and `BigInt` (**3.42.3**) are now known globals +- Less code in Svelte's output thanks to the following improvements in **3.42.2**: + - Collapse whitespace in class and style attributes + - Deselect all