From f4e754da6179d7c9edbf073ecd27fde633a779fe Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 24 Nov 2017 14:18:52 -0500 Subject: [PATCH] publish 0.21 post --- website/src/_posts/2017-10-0.21.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/src/_posts/2017-10-0.21.md b/website/src/_posts/2017-10-0.21.md index 4cdf6e1a4..5248ca8db 100644 --- a/website/src/_posts/2017-10-0.21.md +++ b/website/src/_posts/2017-10-0.21.md @@ -2,7 +2,7 @@ title: "Uppy 0.21: End to End Tests, Accessibility, Additional Security for Uppy Server" date: 2017-11-24 author: arturi -published: false +published: true --- Hi all! We’ve been busy with Halloween, but also another release, so here is Uppy `0.21`! This one improves accessibility, features new end-to-end tests and improved security in Uppy Server. @@ -11,7 +11,12 @@ Hi all! We’ve been busy with Halloween, but also another release, so here is U ## Accessibility -One of the goals we’ve set out to achieve with Uppy was to make an accessibe file upload widget, and in this release we’ve achieved some more progress in this area. Dashboard modal dialog now handles focus better (it’s trapped inside the modal while open), first focusable element is in focus right after the modal dialog is open, more labels have been added, files from remote providers are now selectable with keyboard. +One of the goals we’ve set out to achieve with Uppy was to make an accessibe file upload widget, and in this release we’ve achieved some more progress in this area: + +* Dashboard modal dialog now handles focus better (it’s trapped inside the modal while open); +* First button is in focus right after the modal dialog is open; +* More (aria-)labels have been added; +* Files from remote providers are now selectable with a keyboard. We plan to continue gradually improving in the accessibility area.