|
@@ -30,6 +30,13 @@ Ever since the first introduction of Uppy [five years ago](/blog/2016/07/uppy-be
|
|
|
|
|
|
With that in mind, we felt it was high time to give Uppy some more much-needed trimming. We want to take this opportunity to break with the past, to make the project leaner – and to pave the way for an even brighter future for Uppy!
|
|
|
|
|
|
+<video alt="Video demo showing updated Uppy 2.0 UI" muted autoplay loop>
|
|
|
+ <source src="/images/uppy-2-0-demo-aug-2021.mp4" type="video/mp4">
|
|
|
+ Your browser does not support the video tag: https://uppy.io/images/uppy-2-0-demo-aug-2021.mp4
|
|
|
+</video>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
<img class="border" alt="Uppy 2.0 UI with files" src="/images/blog/2.0/uppy-ui-with-files.jpg">
|
|
|
|
|
|
## Table of Contents
|
|
@@ -220,15 +227,10 @@ Do you care about reliable uploads? You could also consider [`@uppy/tus`][tus] w
|
|
|
## And more
|
|
|
|
|
|
- The `.run` method on the `Uppy` instance has been removed. This method was already obsolete and only logged a warning. As of this major version, it no longer exists.
|
|
|
-
|
|
|
- [`@uppy/informer`][informer] now supports showing multiple notifications at the same time. The notifications themselves have also been improved.
|
|
|
-
|
|
|
- Improved screen reader accessibility for checkboxes and the 'remove file' button for [`@uppy/dashboard`][dashboard].
|
|
|
-
|
|
|
- Sort files and folders alphabetically in the Google Drive provider.
|
|
|
-
|
|
|
- Polished our code base with improved eslint rules, private field methods, and other modern JavaScript features that help us write more intention-revealing and safe code.
|
|
|
-
|
|
|
- To make Uppy more friendly towards new contributors, we have renamed our `master` branch to `main`.
|
|
|
|
|
|
## What future remains for 1.0?
|