publish 0.21 post

This commit is contained in:
Artur Paikin 2017-11-24 14:18:52 -05:00
parent df0b61972d
commit f4e754da61

View file

@ -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! Weve 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! Weve been busy with Halloween, but also another release, so here is U
## Accessibility
One of the goals weve set out to achieve with Uppy was to make an accessibe file upload widget, and in this release weve achieved some more progress in this area. Dashboard modal dialog now handles focus better (its 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 weve set out to achieve with Uppy was to make an accessibe file upload widget, and in this release weve achieved some more progress in this area:
* Dashboard modal dialog now handles focus better (its 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.