From db0f4cb5858bd7cd00f09b4406e255b609c0cc98 Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Sun, 31 Jan 2021 18:35:02 -0800 Subject: [PATCH] updated description --- .../blog/2021-02-01-whats-new-in-svelte-february-2021.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md b/site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md index 018f47e09e..39e9e8cce5 100644 --- a/site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md +++ b/site/content/blog/2021-02-01-whats-new-in-svelte-february-2021.md @@ -1,11 +1,11 @@ --- title: What's new in Svelte: February 2021 -description: A Svelte-packed showcase to kick-off the new year! +description: Integrations and improvements at lightning speed... author: Daniel Sandoval authorURL: https://desandoval.net --- -With the shortest month of the year coming up, Svelte maintainers and community members alike have been busy this last month – from new aria roles in the compiler to semantic highlighting hooks in the langugage-tools. Meanwhile, lots of folks have been busy integrating Svelte with other popular frameworks. +With the shortest month of the year coming up, Svelte maintainers and community members alike have been busy this last month – from big changes in svelte-loader, prettier-plugin-svelte, rollup-plugin-svelte, and language-tools to steady progress in sapper and svelte-preprocess. Meanwhile, lots of folks have been busy integrating Svelte with other popular frameworks. ## New compiler features - Aria roles from the [WAI-ARIA Graphics Module](https://www.w3.org/TR/graphics-aria-1.0/#role_definitions) are now recognized as valid aria roles in Svelte components (**3.31.1**)