From eafe30020e7ffc8ebca88913c837953027e5e6ed Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 16 Nov 2022 14:19:54 +0000
Subject: [PATCH] Release: uppy@3.3.1 (#4222)
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 |
| @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 |
| @uppy/companion | 4.1.1 | uppy | 3.3.1 |
- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221)
- @uppy/utils: fix types (Antoine du Hamel / #4212)
- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216)
- meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 21 +++
README.md | 142 +++++++++---------
examples/aws-nodejs/public/drag.html | 4 +-
examples/aws-nodejs/public/index.html | 4 +-
examples/cdn-example/index.html | 6 +-
.../uppy-with-companion/client/index.html | 4 +-
.../projects/uppy/angular/package.json | 2 +-
packages/@uppy/aws-s3-multipart/CHANGELOG.md | 8 +
packages/@uppy/aws-s3-multipart/package.json | 2 +-
packages/@uppy/companion-client/CHANGELOG.md | 7 +
packages/@uppy/companion-client/package.json | 2 +-
packages/@uppy/companion/CHANGELOG.md | 7 +
packages/@uppy/companion/package.json | 2 +-
packages/@uppy/utils/CHANGELOG.md | 7 +
packages/@uppy/utils/package.json | 2 +-
packages/uppy/package.json | 2 +-
website/src/docs/index.md | 10 +-
website/src/docs/locales.md | 2 +-
website/src/docs/migration-guides.md | 6 +-
website/src/examples/i18n/app.html | 6 +-
.../src/examples/markdown-snippets/app.html | 2 +-
website/themes/uppy/layout/index.ejs | 4 +-
23 files changed, 152 insertions(+), 102 deletions(-)
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index d77e32059..6b96b00f1 100644
--- a/BUNDLE-README.md
+++ b/BUNDLE-README.md
@@ -1,7 +1,7 @@
# Uppy
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can use
-this from a CDN (``) or bundle it with your webapp.
+this from a CDN (``) or bundle it with your webapp.
Note that the recommended way to use Uppy is to install it with yarn/npm and use a
bundler like Webpack so that you can create a smaller custom build with only the
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd4ac915e..6de4bb615 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,27 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 3.3.1
+
+Released: 2022-11-16
+
+| Package | Version | Package | Version |
+| ---------------------- | ------- | ---------------------- | ------- |
+| @uppy/angular | 0.5.1 | @uppy/companion-client | 3.1.1 |
+| @uppy/aws-s3-multipart | 3.1.1 | @uppy/utils | 5.1.1 |
+| @uppy/companion | 4.1.1 | uppy | 3.3.1 |
+
+- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
+- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221)
+- @uppy/utils: fix types (Antoine du Hamel / #4212)
+- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
+- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216)
+- meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
+- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
+- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
+- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)
+
+
## 3.3.0
Released: 2022-11-10
diff --git a/README.md b/README.md
index 85b8ebade..18f80ff42 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ const uppy = new Uppy()
npm install @uppy/core @uppy/dashboard @uppy/tus
```
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.3.0/uppy.min.css), either to your HTML page’s `
` or include in JS, if your bundler of choice supports it.
+Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.3.1/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it.
Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
@@ -75,12 +75,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg
```html
-
+
+
```
## FAQ
@@ -333,137 +333,137 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[wbaaron](https://github.com/wbaaron) |[bedgerotto](https://github.com/bedgerotto) |[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |[chao](https://github.com/chao) |
-[ ](https://github.com/Cretezy) |[ ](https://github.com/charlybillaud) |[ ](https://github.com/csprance) |[ ](https://github.com/Aarbel) |[ ](https://github.com/cbush06) |[ ](https://github.com/czj) |
+[ ](https://github.com/Cretezy) |[ ](https://github.com/charlybillaud) |[ ](https://github.com/csprance) |[ ](https://github.com/cfra) |[ ](https://github.com/Aarbel) |[ ](https://github.com/cbush06) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |[csprance](https://github.com/csprance) |[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) |[czj](https://github.com/czj) |
+[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |[csprance](https://github.com/csprance) |[cfra](https://github.com/cfra) |[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) |
-[ ](https://github.com/CommanderRoot) |[ ](https://github.com/ardeois) |[ ](https://github.com/sercraig) |[ ](https://github.com/Cruaier) |[ ](https://github.com/danmichaelo) |[ ](https://github.com/danschalow) |
+[ ](https://github.com/czj) |[ ](https://github.com/CommanderRoot) |[ ](https://github.com/ardeois) |[ ](https://github.com/sercraig) |[ ](https://github.com/Cruaier) |[ ](https://github.com/danmichaelo) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[CommanderRoot](https://github.com/CommanderRoot) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) |[danschalow](https://github.com/danschalow) |
+[czj](https://github.com/czj) |[CommanderRoot](https://github.com/CommanderRoot) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) |
-[ ](https://github.com/danilat) |[ ](https://github.com/mrboomer) |[ ](https://github.com/Cantabar) |[ ](https://github.com/KaminskiDaniell) |[ ](https://github.com/akizor) |[ ](https://github.com/davilima6) |
+[ ](https://github.com/danschalow) |[ ](https://github.com/danilat) |[ ](https://github.com/mrboomer) |[ ](https://github.com/Cantabar) |[ ](https://github.com/KaminskiDaniell) |[ ](https://github.com/akizor) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[Cantabar](https://github.com/Cantabar) |[KaminskiDaniell](https://github.com/KaminskiDaniell) |[akizor](https://github.com/akizor) |[davilima6](https://github.com/davilima6) |
+[danschalow](https://github.com/danschalow) |[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[Cantabar](https://github.com/Cantabar) |[KaminskiDaniell](https://github.com/KaminskiDaniell) |[akizor](https://github.com/akizor) |
-[ ](https://github.com/DennisKofflard) |[ ](https://github.com/jeetiss) |[ ](https://github.com/sweetro) |[ ](https://github.com/EdgarSantiago93) |[ ](https://github.com/emuell) |[ ](https://github.com/efbautista) |
+[ ](https://github.com/davilima6) |[ ](https://github.com/DennisKofflard) |[ ](https://github.com/jeetiss) |[ ](https://github.com/sweetro) |[ ](https://github.com/EdgarSantiago93) |[ ](https://github.com/emuell) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |[EdgarSantiago93](https://github.com/EdgarSantiago93) |[emuell](https://github.com/emuell) |[efbautista](https://github.com/efbautista) |
+[davilima6](https://github.com/davilima6) |[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |[EdgarSantiago93](https://github.com/EdgarSantiago93) |[emuell](https://github.com/emuell) |
-[ ](https://github.com/yoldar) |[ ](https://github.com/eliOcs) |[ ](https://github.com/EnricoSottile) |[ ](https://github.com/epexa) |[ ](https://github.com/Gkleinereva) |[ ](https://github.com/fgallinari) |
+[ ](https://github.com/efbautista) |[ ](https://github.com/yoldar) |[ ](https://github.com/eliOcs) |[ ](https://github.com/EnricoSottile) |[ ](https://github.com/epexa) |[ ](https://github.com/Gkleinereva) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[yoldar](https://github.com/yoldar) |[eliOcs](https://github.com/eliOcs) |[EnricoSottile](https://github.com/EnricoSottile) |[epexa](https://github.com/epexa) |[Gkleinereva](https://github.com/Gkleinereva) |[fgallinari](https://github.com/fgallinari) |
+[efbautista](https://github.com/efbautista) |[yoldar](https://github.com/yoldar) |[eliOcs](https://github.com/eliOcs) |[EnricoSottile](https://github.com/EnricoSottile) |[epexa](https://github.com/epexa) |[Gkleinereva](https://github.com/Gkleinereva) |
-[ ](https://github.com/ferdiusa) |[ ](https://github.com/dtrucs) |[ ](https://github.com/gabiganam) |[ ](https://github.com/geoffappleford) |[ ](https://github.com/gjungb) |[ ](https://github.com/roenschg) |
+[ ](https://github.com/fgallinari) |[ ](https://github.com/ferdiusa) |[ ](https://github.com/dtrucs) |[ ](https://github.com/gabiganam) |[ ](https://github.com/geoffappleford) |[ ](https://github.com/gjungb) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[gabiganam](https://github.com/gabiganam) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |
+[fgallinari](https://github.com/fgallinari) |[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[gabiganam](https://github.com/gabiganam) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |
-[ ](https://github.com/HughbertD) |[ ](https://github.com/HussainAlkhalifah) |[ ](https://github.com/huydod) |[ ](https://github.com/IanVS) |[ ](https://github.com/ishendyweb) |[ ](https://github.com/NaxYo) |
+[ ](https://github.com/roenschg) |[ ](https://github.com/HughbertD) |[ ](https://github.com/HussainAlkhalifah) |[ ](https://github.com/huydod) |[ ](https://github.com/IanVS) |[ ](https://github.com/ishendyweb) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) |[NaxYo](https://github.com/NaxYo) |
+[roenschg](https://github.com/roenschg) |[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) |
-[ ](https://github.com/intenzive) |[ ](https://github.com/GreenJimmy) |[ ](https://github.com/mazoruss) |[ ](https://github.com/JacobMGEvans) |[ ](https://github.com/gaejabong) |[ ](https://github.com/JakubHaladej) |
+[ ](https://github.com/NaxYo) |[ ](https://github.com/intenzive) |[ ](https://github.com/GreenJimmy) |[ ](https://github.com/mazoruss) |[ ](https://github.com/JacobMGEvans) |[ ](https://github.com/gaejabong) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[gaejabong](https://github.com/gaejabong) |[JakubHaladej](https://github.com/JakubHaladej) |
+[NaxYo](https://github.com/NaxYo) |[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[gaejabong](https://github.com/gaejabong) |
-[ ](https://github.com/Jbithell) |[ ](https://github.com/jcjmcclean) |[ ](https://github.com/jamestiotio) |[ ](https://github.com/janklimo) |[ ](https://github.com/janwilts) |[ ](https://github.com/vith) |
+[ ](https://github.com/JakubHaladej) |[ ](https://github.com/Jbithell) |[ ](https://github.com/jcjmcclean) |[ ](https://github.com/jamestiotio) |[ ](https://github.com/janklimo) |[ ](https://github.com/janwilts) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |[vith](https://github.com/vith) |
+[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |
-[ ](https://github.com/jessica-coursera) |[ ](https://github.com/Jmales) |[ ](https://github.com/theJoeBiz) |[ ](https://github.com/profsmallpine) |[ ](https://github.com/chromacoma) |[ ](https://github.com/jsanchez034) |
+[ ](https://github.com/vith) |[ ](https://github.com/jessica-coursera) |[ ](https://github.com/Jmales) |[ ](https://github.com/theJoeBiz) |[ ](https://github.com/profsmallpine) |[ ](https://github.com/chromacoma) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) |[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jsanchez034](https://github.com/jsanchez034) |
+[vith](https://github.com/vith) |[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) |[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |
-[ ](https://github.com/jonathanarbely) |[ ](https://github.com/jderrough) |[ ](https://github.com/jorgeepc) |[ ](https://github.com/jszobody) |[ ](https://github.com/jcalonso) |[ ](https://github.com/jmontoyaa) |
+[ ](https://github.com/jsanchez034) |[ ](https://github.com/jonathanarbely) |[ ](https://github.com/jderrough) |[ ](https://github.com/jorgeepc) |[ ](https://github.com/jszobody) |[ ](https://github.com/jcalonso) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jcalonso](https://github.com/jcalonso) |[jmontoyaa](https://github.com/jmontoyaa) |
+[jsanchez034](https://github.com/jsanchez034) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jcalonso](https://github.com/jcalonso) |
-[ ](https://github.com/mellow-fellow) |[ ](https://github.com/tykarol) |[ ](https://github.com/kaspermeinema) |[ ](https://github.com/firesharkstudios) |[ ](https://github.com/kevin-west-10x) |[ ](https://github.com/elkebab) |
+[ ](https://github.com/jmontoyaa) |[ ](https://github.com/mellow-fellow) |[ ](https://github.com/tykarol) |[ ](https://github.com/kaspermeinema) |[ ](https://github.com/firesharkstudios) |[ ](https://github.com/kevin-west-10x) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mellow-fellow](https://github.com/mellow-fellow) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) |[elkebab](https://github.com/elkebab) |
+[jmontoyaa](https://github.com/jmontoyaa) |[mellow-fellow](https://github.com/mellow-fellow) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) |
-[ ](https://github.com/kyleparisi) |[ ](https://github.com/labohkip81) |[ ](https://github.com/leaanthony) |[ ](https://github.com/larowlan) |[ ](https://github.com/dviry) |[ ](https://github.com/galli-leo) |
+[ ](https://github.com/elkebab) |[ ](https://github.com/kyleparisi) |[ ](https://github.com/labohkip81) |[ ](https://github.com/leaanthony) |[ ](https://github.com/larowlan) |[ ](https://github.com/dviry) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) |
+[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |
-[ ](https://github.com/leods92) |[ ](https://github.com/louim) |[ ](https://github.com/ombr) |[ ](https://github.com/lucaperret) |[ ](https://github.com/lucax88x) |[ ](https://github.com/onhate) |
+[ ](https://github.com/galli-leo) |[ ](https://github.com/leods92) |[ ](https://github.com/louim) |[ ](https://github.com/ombr) |[ ](https://github.com/lucaperret) |[ ](https://github.com/lucax88x) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[onhate](https://github.com/onhate) |
+[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |
-[ ](https://github.com/mperrando) |[ ](https://github.com/marcosthejew) |[ ](https://github.com/marcusforsberg) |[ ](https://github.com/Acconut) |[ ](https://github.com/martin-brennan) |[ ](https://github.com/masaok) |
+[ ](https://github.com/onhate) |[ ](https://github.com/mperrando) |[ ](https://github.com/marcosthejew) |[ ](https://github.com/marcusforsberg) |[ ](https://github.com/Acconut) |[ ](https://github.com/martin-brennan) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) |[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) |
+[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) |[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |
-[ ](https://github.com/mattfik) |[ ](https://github.com/mjesuele) |[ ](https://github.com/matthewhartstonge) |[ ](https://github.com/mauricioribeiro) |[ ](https://github.com/hrsh) |[ ](https://github.com/mhulet) |
+[ ](https://github.com/masaok) |[ ](https://github.com/mattfik) |[ ](https://github.com/mjesuele) |[ ](https://github.com/matthewhartstonge) |[ ](https://github.com/mauricioribeiro) |[ ](https://github.com/hrsh) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |
+[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |[hrsh](https://github.com/hrsh) |
-[ ](https://github.com/mkopinsky) |[ ](https://github.com/achmiral) |[ ](https://github.com/boudra) |[ ](https://github.com/mnafees) |[ ](https://github.com/shahimclt) |[ ](https://github.com/mogzol) |
+[ ](https://github.com/mhulet) |[ ](https://github.com/mkopinsky) |[ ](https://github.com/achmiral) |[ ](https://github.com/boudra) |[ ](https://github.com/mnafees) |[ ](https://github.com/shahimclt) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[mogzol](https://github.com/mogzol) |
+[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |
-[ ](https://github.com/navruzm) |[ ](https://github.com/marton-laszlo-attila) |[ ](https://github.com/pleasespammelater) |[ ](https://github.com/naveed-ahmad) |[ ](https://github.com/nicojones) |[ ](https://github.com/coreprocess) |
+[ ](https://github.com/mogzol) |[ ](https://github.com/navruzm) |[ ](https://github.com/marton-laszlo-attila) |[ ](https://github.com/pleasespammelater) |[ ](https://github.com/naveed-ahmad) |[ ](https://github.com/nicojones) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |
+[mogzol](https://github.com/mogzol) |[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |
-[ ](https://github.com/nil1511) |[ ](https://github.com/leftdevel) |[ ](https://github.com/Ozodbek1405) |[ ](https://github.com/cryptic022) |[ ](https://github.com/patricklindsay) |[ ](https://github.com/plneto) |
+[ ](https://github.com/coreprocess) |[ ](https://github.com/nil1511) |[ ](https://github.com/leftdevel) |[ ](https://github.com/Ozodbek1405) |[ ](https://github.com/cryptic022) |[ ](https://github.com/patricklindsay) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |[plneto](https://github.com/plneto) |
+[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |
-[ ](https://github.com/pedrofs) |[ ](https://github.com/pmusaraj) |[ ](https://github.com/phillipalexander) |[ ](https://github.com/ppadmavilasom) |[ ](https://github.com/Pzoco) |[ ](https://github.com/eman8519) |
+[ ](https://github.com/plneto) |[ ](https://github.com/pedrofs) |[ ](https://github.com/pmusaraj) |[ ](https://github.com/phillipalexander) |[ ](https://github.com/ppadmavilasom) |[ ](https://github.com/Pzoco) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |
+[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |
-[ ](https://github.com/luarmr) |[ ](https://github.com/raulibanez) |[ ](https://github.com/refo) |[ ](https://github.com/SxDx) |[ ](https://github.com/robwilson1) |[ ](https://github.com/romain-preston) |
+[ ](https://github.com/eman8519) |[ ](https://github.com/luarmr) |[ ](https://github.com/raulibanez) |[ ](https://github.com/refo) |[ ](https://github.com/SxDx) |[ ](https://github.com/robwilson1) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[romain-preston](https://github.com/romain-preston) |
+[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |
-[ ](https://github.com/scherroman) |[ ](https://github.com/rossng) |[ ](https://github.com/rart) |[ ](https://github.com/fortunto2) |[ ](https://github.com/samuelcolburn) |[ ](https://github.com/sebasegovia01) |
+[ ](https://github.com/romain-preston) |[ ](https://github.com/scherroman) |[ ](https://github.com/rossng) |[ ](https://github.com/rart) |[ ](https://github.com/fortunto2) |[ ](https://github.com/samuelcolburn) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sebasegovia01](https://github.com/sebasegovia01) |
+[romain-preston](https://github.com/romain-preston) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |
-[ ](https://github.com/sergei-zelinsky) |[ ](https://github.com/szh) |[ ](https://github.com/SpazzMarticus) |[ ](https://github.com/waptik) |[ ](https://github.com/amaitu) |[ ](https://github.com/steverob) |
+[ ](https://github.com/sebasegovia01) |[ ](https://github.com/sergei-zelinsky) |[ ](https://github.com/szh) |[ ](https://github.com/SpazzMarticus) |[ ](https://github.com/waptik) |[ ](https://github.com/amaitu) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |
+[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |
-[ ](https://github.com/sjauld) |[ ](https://github.com/strayer) |[ ](https://github.com/taj) |[ ](https://github.com/Tashows) |[ ](https://github.com/twarlop) |[ ](https://github.com/tmaier) |
+[ ](https://github.com/steverob) |[ ](https://github.com/sjauld) |[ ](https://github.com/strayer) |[ ](https://github.com/taj) |[ ](https://github.com/Tashows) |[ ](https://github.com/twarlop) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |
+[steverob](https://github.com/steverob) |[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |
-[ ](https://github.com/WIStudent) |[ ](https://github.com/tomsaleeba) |[ ](https://github.com/tomekp) |[ ](https://github.com/tvaliasek) |[ ](https://github.com/vially) |[ ](https://github.com/valentinoli) |
+[ ](https://github.com/tmaier) |[ ](https://github.com/WIStudent) |[ ](https://github.com/tomsaleeba) |[ ](https://github.com/tomekp) |[ ](https://github.com/tvaliasek) |[ ](https://github.com/vially) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |
+[tmaier](https://github.com/tmaier) |[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tomekp](https://github.com/tomekp) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |
-[ ](https://github.com/nagyv) |[ ](https://github.com/dwnste) |[ ](https://github.com/weston-sankey-mark43) |[ ](https://github.com/willycamargo) |[ ](https://github.com/xhocquet) |[ ](https://github.com/YehudaKremer) |
+[ ](https://github.com/valentinoli) |[ ](https://github.com/nagyv) |[ ](https://github.com/dwnste) |[ ](https://github.com/weston-sankey-mark43) |[ ](https://github.com/willycamargo) |[ ](https://github.com/xhocquet) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |
+[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |
-[ ](https://github.com/Youssef1313) |[ ](https://github.com/zachconner) |[ ](https://github.com/zacharylawson) |[ ](https://github.com/zackbloom) |[ ](https://github.com/sartoshi-foot-dao) |[ ](https://github.com/agreene-coursera) |
+[ ](https://github.com/YehudaKremer) |[ ](https://github.com/Youssef1313) |[ ](https://github.com/zachconner) |[ ](https://github.com/zacharylawson) |[ ](https://github.com/zackbloom) |[ ](https://github.com/sartoshi-foot-dao) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Youssef1313](https://github.com/Youssef1313) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[agreene-coursera](https://github.com/agreene-coursera) |
+[YehudaKremer](https://github.com/YehudaKremer) |[Youssef1313](https://github.com/Youssef1313) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |
-[ ](https://github.com/alfatv) |[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |[ ](https://github.com/canvasbh) |
+[ ](https://github.com/agreene-coursera) |[ ](https://github.com/alfatv) |[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) |
+[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |
-[ ](https://github.com/christianwengert) |[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/fingul) |[ ](https://github.com/franckl) |
+[ ](https://github.com/canvasbh) |[ ](https://github.com/christianwengert) |[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/fingul) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |
+[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[fingul](https://github.com/fingul) |
-[ ](https://github.com/gaelicwinter) |[ ](https://github.com/green-mike) |[ ](https://github.com/hxgf) |[ ](https://github.com/johnmanjiro13) |[ ](https://github.com/sontixyou) |[ ](https://github.com/kode-ninja) |
+[ ](https://github.com/franckl) |[ ](https://github.com/gaelicwinter) |[ ](https://github.com/green-mike) |[ ](https://github.com/hxgf) |[ ](https://github.com/johnmanjiro13) |[ ](https://github.com/sontixyou) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |
+[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |
-[ ](https://github.com/jx-zyf) |[ ](https://github.com/magumbo) |[ ](https://github.com/mosi-kha) |[ ](https://github.com/ninesalt) |[ ](https://github.com/phil714) |[ ](https://github.com/luntta) |
+[ ](https://github.com/kode-ninja) |[ ](https://github.com/jx-zyf) |[ ](https://github.com/magumbo) |[ ](https://github.com/mosi-kha) |[ ](https://github.com/ninesalt) |[ ](https://github.com/phil714) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |
+[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |
-[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |[ ](https://github.com/rtaieb) |[ ](https://github.com/slawexxx44) |[ ](https://github.com/thanhthot) |[ ](https://github.com/tinny77) |
+[ ](https://github.com/luntta) |[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |[ ](https://github.com/rtaieb) |[ ](https://github.com/slawexxx44) |[ ](https://github.com/thanhthot) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) |
+[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |
-[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |[ ](https://github.com/yoann-hellopret) |[ ](https://github.com/olitomas) |[ ](https://github.com/JimmyLv) |
-:---: |:---: |:---: |:---: |:---: |
-[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
+[ ](https://github.com/tinny77) |[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |[ ](https://github.com/yoann-hellopret) |[ ](https://github.com/olitomas) |[ ](https://github.com/JimmyLv) |
+:---: |:---: |:---: |:---: |:---: |:---: |
+[tinny77](https://github.com/tinny77) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html
index bd6031cec..a3fc2459d 100644
--- a/examples/aws-nodejs/public/drag.html
+++ b/examples/aws-nodejs/public/drag.html
@@ -3,7 +3,7 @@
Uppy
-
+
@@ -14,7 +14,7 @@
-
+
+
```
2\. Add CSS to ``:
```html
-
+
```
3\. Initialize at the bottom of the closing `` tag:
@@ -181,5 +181,5 @@ export * from '@uppy/core'
If you’re using Uppy from CDN, those polyfills are already included in the bundle, no need to include anything additionally:
```html
-
+
```
diff --git a/website/src/docs/locales.md b/website/src/docs/locales.md
index 2b1664ba7..9ae4948f0 100644
--- a/website/src/docs/locales.md
+++ b/website/src/docs/locales.md
@@ -34,7 +34,7 @@ const uppy = new Uppy({
Add a `
+
+
-
-
+
+
```
Please note that while you may be able to get 2.0 to work in IE11 this way, we do not officially support it anymore.
diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html
index 04e753465..5d39ab217 100644
--- a/website/src/examples/i18n/app.html
+++ b/website/src/examples/i18n/app.html
@@ -1,7 +1,7 @@
-
+
@@ -12,8 +12,8 @@
-
-
+
+