mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
publish 0.21 post
This commit is contained in:
parent
df0b61972d
commit
f4e754da61
1 changed files with 7 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue