diff --git a/README.md b/README.md index 02fc3df8d..be7f96bca 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Uppy is a sleek, modular JavaScript file uploader that integrates seamlessly wit - **Preview** and edit metadata with a nice interface - **Upload** to the final destination, optionally process/encode - + **[Read the docs](https://uppy.io/docs)** | **[Try Uppy](https://uppy.io/examples/dashboard/)** diff --git a/assets/uppy-2-0-demo-aug-2021.gif b/assets/uppy-2-0-demo-aug-2021.gif new file mode 100644 index 000000000..43d8de10d Binary files /dev/null and b/assets/uppy-2-0-demo-aug-2021.gif differ diff --git a/website/src/_posts/2021-08-2.0.md b/website/src/_posts/2021-08-2.0.md index 1f2ccb712..dcaa3d9b1 100644 --- a/website/src/_posts/2021-08-2.0.md +++ b/website/src/_posts/2021-08-2.0.md @@ -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! + + + + Uppy 2.0 UI with files ## 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? diff --git a/website/src/images/uppy-2-0-demo-aug-2021.mp4 b/website/src/images/uppy-2-0-demo-aug-2021.mp4 new file mode 100644 index 000000000..9acd61090 Binary files /dev/null and b/website/src/images/uppy-2-0-demo-aug-2021.mp4 differ diff --git a/website/themes/uppy/layout/index.ejs b/website/themes/uppy/layout/index.ejs index 5eb3b1d61..9b06894e6 100644 --- a/website/themes/uppy/layout/index.ejs +++ b/website/themes/uppy/layout/index.ejs @@ -46,8 +46,8 @@