diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 41ce427d52..05a44858d1 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 afba7fb741..45c3d9444f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,51 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 3.14.0
+
+Released: 2023-08-15
+
+| Package | Version | Package | Version |
+| ------------------------- | ------- | ------------------------- | ------- |
+| @uppy/audio | 1.1.2 | @uppy/locales | 3.3.0 |
+| @uppy/aws-s3 | 3.2.2 | @uppy/onedrive | 3.1.3 |
+| @uppy/aws-s3-multipart | 3.5.3 | @uppy/progress-bar | 3.0.3 |
+| @uppy/box | 2.1.3 | @uppy/provider-views | 3.5.0 |
+| @uppy/companion | 4.8.0 | @uppy/redux-dev-tools | 3.0.3 |
+| @uppy/companion-client | 3.3.0 | @uppy/screen-capture | 3.1.2 |
+| @uppy/core | 3.4.0 | @uppy/status-bar | 3.2.4 |
+| @uppy/dashboard | 3.5.1 | @uppy/thumbnail-generator | 3.0.4 |
+| @uppy/drag-drop | 3.0.3 | @uppy/transloadit | 3.2.1 |
+| @uppy/dropbox | 3.1.3 | @uppy/tus | 3.1.3 |
+| @uppy/facebook | 3.1.2 | @uppy/unsplash | 3.2.2 |
+| @uppy/file-input | 3.0.3 | @uppy/url | 3.3.3 |
+| @uppy/google-drive | 3.2.1 | @uppy/webcam | 3.3.2 |
+| @uppy/image-editor | 2.1.3 | @uppy/xhr-upload | 3.3.2 |
+| @uppy/informer | 3.0.3 | @uppy/zoom | 2.1.2 |
+| @uppy/instagram | 3.1.2 | uppy | 3.14.0 |
+
+- meta: Readme improvements (Artur Paikin / #4622)
+- @uppy/companion: Fix typos and add env vars to .env.example (Dominik Schmidt / #4624)
+- @uppy/aws-s3-multipart: pass the `uploadURL` back to the caller (Antoine du Hamel / #4614)
+- meta: update to node-18.17.0-alpine, (odselsevier / #4617)
+- @uppy/aws-s3,@uppy/aws-s3-multipart: update types (Antoine du Hamel / #4611)
+- @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion,@uppy/transloadit,@uppy/xhr-upload: use uppercase HTTP method names (Antoine du Hamel / #4612)
+- meta: e2e: fix race condition in transloadit test (Antoine du Hamel / #4616)
+- @uppy/aws-s3,@uppy/aws-s3-multipart: update types (bdirito / #4576)
+- @uppy/core: allow duplicate files with onBeforeFileAdded (Merlijn Vos / #4594)
+- @uppy/companion: make CSRF protection helpers available to providers (Dominik Schmidt / #4554)
+- @uppy/companion: fix Redis key default TTL (Subha Sarkar / #4607)
+- @uppy/companion: Fix Uploader.js metadata normalisation (Subha Sarkar / #4608)
+- @uppy/companion-client,@uppy/provider-views: make authentication optional (Dominik Schmidt / #4556)
+- @uppy/provider-views: fix ProviderView error on empty plugin.icon (Dominik Schmidt / #4553)
+- @uppy/aws-s3,@uppy/tus,@uppy/xhr-upload: Invoke headers function for remote uploads (Dominik Schmidt / #4596)
+- @uppy/companion: Unify redis initialization (Dominik Schmidt / #4597)
+- meta: lock node-js version on ci (Mikael Finstad / #4606)
+- @uppy/companion: allow dynamic S3 bucket (rmoura-92 / #4579)
+- @uppy/status-bar: e2e: add test for retrying and pausing uploads (Antoine du Hamel / #3599)
+- meta: e2e: remove too short timeout (Antoine du Hamel / #4602)
+
+
## 3.13.1
Released: 2023-07-24
diff --git a/README.md b/README.md
index 42bea52782..48804d16cd 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ const uppy = new Uppy()
npm install @uppy/core @uppy/dashboard @uppy/tus
```
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.13.1/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.14.0/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.
@@ -73,12 +73,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg
```html
-
+
+
```
## FAQ
@@ -247,13 +247,13 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[kiloreux](https://github.com/kiloreux) |[dependabot\[bot\]](https://github.com/apps/dependabot) |[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[richardwillars](https://github.com/richardwillars) |[ajkachnic](https://github.com/ajkachnic) |
-[
](https://github.com/zcallan) |[
](https://github.com/YukeshShr) |[
](https://github.com/janko) |[
](https://github.com/wilkoklak) |[
](https://github.com/oliverpool) |[
](https://github.com/Botz) |
+[
](https://github.com/zcallan) |[
](https://github.com/YukeshShr) |[
](https://github.com/janko) |[
](https://github.com/oliverpool) |[
](https://github.com/Botz) |[
](https://github.com/mcallistertyler) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[zcallan](https://github.com/zcallan) |[YukeshShr](https://github.com/YukeshShr) |[janko](https://github.com/janko) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |
+[zcallan](https://github.com/zcallan) |[YukeshShr](https://github.com/YukeshShr) |[janko](https://github.com/janko) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |[mcallistertyler](https://github.com/mcallistertyler) |
-[
](https://github.com/mcallistertyler) |[
](https://github.com/mokutsu-coursera) |[
](https://github.com/DJWassink) |[
](https://github.com/timodwhit) |[
](https://github.com/taoqf) |[
](https://github.com/mrbatista) |
+[
](https://github.com/mokutsu-coursera) |[
](https://github.com/dschmidt) |[
](https://github.com/DJWassink) |[
](https://github.com/timodwhit) |[
](https://github.com/taoqf) |[
](https://github.com/mrbatista) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mcallistertyler](https://github.com/mcallistertyler) |[mokutsu-coursera](https://github.com/mokutsu-coursera) |[DJWassink](https://github.com/DJWassink) |[timodwhit](https://github.com/timodwhit) |[taoqf](https://github.com/taoqf) |[mrbatista](https://github.com/mrbatista) |
+[mokutsu-coursera](https://github.com/mokutsu-coursera) |[dschmidt](https://github.com/dschmidt) |[DJWassink](https://github.com/DJWassink) |[timodwhit](https://github.com/timodwhit) |[taoqf](https://github.com/taoqf) |[mrbatista](https://github.com/mrbatista) |
[
](https://github.com/tim-kos) |[
](https://github.com/eltociear) |[
](https://github.com/tuoxiansp) |[
](https://github.com/dominiceden) |[
](https://github.com/elenalape) |[
](https://github.com/mejiaej) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -295,173 +295,173 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[martiuslim](https://github.com/martiuslim) |[msand](https://github.com/msand) |[paescuj](https://github.com/paescuj) |[richartkeil](https://github.com/richartkeil) |[richmeij](https://github.com/richmeij) |[rdimartino](https://github.com/rdimartino) |
-[
](https://github.com/rosenfeld) |[
](https://github.com/jrschumacher) |[
](https://github.com/scottbessler) |[
](https://github.com/SlavikTraktor) |[
](https://github.com/schonert) |[
](https://github.com/ThomasG77) |
+[
](https://github.com/rosenfeld) |[
](https://github.com/jrschumacher) |[
](https://github.com/scottbessler) |[
](https://github.com/SlavikTraktor) |[
](https://github.com/schonert) |[
](https://github.com/subha1206) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[scottbessler](https://github.com/scottbessler) |[SlavikTraktor](https://github.com/SlavikTraktor) |[schonert](https://github.com/schonert) |[ThomasG77](https://github.com/ThomasG77) |
+[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[scottbessler](https://github.com/scottbessler) |[SlavikTraktor](https://github.com/SlavikTraktor) |[schonert](https://github.com/schonert) |[subha1206](https://github.com/subha1206) |
-[
](https://github.com/sparanoid) |[
](https://github.com/zhuangya) |[
](https://github.com/yaegor) |[
](https://github.com/Youssef1313) |[
](https://github.com/allenfantasy) |[
](https://github.com/Zyclotrop-j) |
+[
](https://github.com/ThomasG77) |[
](https://github.com/sparanoid) |[
](https://github.com/zhuangya) |[
](https://github.com/yaegor) |[
](https://github.com/Youssef1313) |[
](https://github.com/allenfantasy) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sparanoid](https://github.com/sparanoid) |[zhuangya](https://github.com/zhuangya) |[yaegor](https://github.com/yaegor) |[Youssef1313](https://github.com/Youssef1313) |[allenfantasy](https://github.com/allenfantasy) |[Zyclotrop-j](https://github.com/Zyclotrop-j) |
+[ThomasG77](https://github.com/ThomasG77) |[sparanoid](https://github.com/sparanoid) |[zhuangya](https://github.com/zhuangya) |[yaegor](https://github.com/yaegor) |[Youssef1313](https://github.com/Youssef1313) |[allenfantasy](https://github.com/allenfantasy) |
-[
](https://github.com/anark) |[
](https://github.com/fortrieb) |[
](https://github.com/heocoi) |[
](https://github.com/jarey) |[
](https://github.com/muhammadInam) |[
](https://github.com/rettgerst) |
+[
](https://github.com/Zyclotrop-j) |[
](https://github.com/anark) |[
](https://github.com/bdirito) |[
](https://github.com/fortrieb) |[
](https://github.com/heocoi) |[
](https://github.com/jarey) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[anark](https://github.com/anark) |[fortrieb](https://github.com/fortrieb) |[heocoi](https://github.com/heocoi) |[jarey](https://github.com/jarey) |[muhammadInam](https://github.com/muhammadInam) |[rettgerst](https://github.com/rettgerst) |
+[Zyclotrop-j](https://github.com/Zyclotrop-j) |[anark](https://github.com/anark) |[bdirito](https://github.com/bdirito) |[fortrieb](https://github.com/fortrieb) |[heocoi](https://github.com/heocoi) |[jarey](https://github.com/jarey) |
-[
](https://github.com/mkabatek) |[
](https://github.com/jukakoski) |[
](https://github.com/olemoign) |[
](https://github.com/ajschmidt8) |[
](https://github.com/superhawk610) |[
](https://github.com/abannach) |
+[
](https://github.com/muhammadInam) |[
](https://github.com/rettgerst) |[
](https://github.com/mkabatek) |[
](https://github.com/jukakoski) |[
](https://github.com/olemoign) |[
](https://github.com/ajschmidt8) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mkabatek](https://github.com/mkabatek) |[jukakoski](https://github.com/jukakoski) |[olemoign](https://github.com/olemoign) |[ajschmidt8](https://github.com/ajschmidt8) |[superhawk610](https://github.com/superhawk610) |[abannach](https://github.com/abannach) |
+[muhammadInam](https://github.com/muhammadInam) |[rettgerst](https://github.com/rettgerst) |[mkabatek](https://github.com/mkabatek) |[jukakoski](https://github.com/jukakoski) |[olemoign](https://github.com/olemoign) |[ajschmidt8](https://github.com/ajschmidt8) |
-[
](https://github.com/adamelmore) |[
](https://github.com/ajh-sr) |[
](https://github.com/adamvigneault) |[
](https://github.com/Adrrei) |[
](https://github.com/adritasharma) |[
](https://github.com/ahmadissa) |
+[
](https://github.com/superhawk610) |[
](https://github.com/abannach) |[
](https://github.com/adamelmore) |[
](https://github.com/ajh-sr) |[
](https://github.com/adamvigneault) |[
](https://github.com/Adrrei) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[adamelmore](https://github.com/adamelmore) |[ajh-sr](https://github.com/ajh-sr) |[adamvigneault](https://github.com/adamvigneault) |[Adrrei](https://github.com/Adrrei) |[adritasharma](https://github.com/adritasharma) |[ahmadissa](https://github.com/ahmadissa) |
+[superhawk610](https://github.com/superhawk610) |[abannach](https://github.com/abannach) |[adamelmore](https://github.com/adamelmore) |[ajh-sr](https://github.com/ajh-sr) |[adamvigneault](https://github.com/adamvigneault) |[Adrrei](https://github.com/Adrrei) |
-[
](https://github.com/asmt3) |[
](https://github.com/alexnj) |[
](https://github.com/aalepis) |[
](https://github.com/Dogfalo) |[
](https://github.com/tekacs) |[
](https://github.com/amitport) |
+[
](https://github.com/adritasharma) |[
](https://github.com/ahmadissa) |[
](https://github.com/asmt3) |[
](https://github.com/alexnj) |[
](https://github.com/aalepis) |[
](https://github.com/Dogfalo) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[asmt3](https://github.com/asmt3) |[alexnj](https://github.com/alexnj) |[aalepis](https://github.com/aalepis) |[Dogfalo](https://github.com/Dogfalo) |[tekacs](https://github.com/tekacs) |[amitport](https://github.com/amitport) |
+[adritasharma](https://github.com/adritasharma) |[ahmadissa](https://github.com/ahmadissa) |[asmt3](https://github.com/asmt3) |[alexnj](https://github.com/alexnj) |[aalepis](https://github.com/aalepis) |[Dogfalo](https://github.com/Dogfalo) |
-[
](https://github.com/functino) |[
](https://github.com/radarhere) |[
](https://github.com/superandrew213) |[
](https://github.com/andrii-bodnar) |[
](https://github.com/andychongyz) |[
](https://github.com/anthony0030) |
+[
](https://github.com/tekacs) |[
](https://github.com/amitport) |[
](https://github.com/functino) |[
](https://github.com/radarhere) |[
](https://github.com/superandrew213) |[
](https://github.com/andrii-bodnar) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[functino](https://github.com/functino) |[radarhere](https://github.com/radarhere) |[superandrew213](https://github.com/superandrew213) |[andrii-bodnar](https://github.com/andrii-bodnar) |[andychongyz](https://github.com/andychongyz) |[anthony0030](https://github.com/anthony0030) |
+[tekacs](https://github.com/tekacs) |[amitport](https://github.com/amitport) |[functino](https://github.com/functino) |[radarhere](https://github.com/radarhere) |[superandrew213](https://github.com/superandrew213) |[andrii-bodnar](https://github.com/andrii-bodnar) |
-[
](https://github.com/tyndria) |[
](https://github.com/Abourass) |[
](https://github.com/arthurdenner) |[
](https://github.com/apuyou) |[
](https://github.com/ash-jc-allen) |[
](https://github.com/atsawin) |
+[
](https://github.com/andychongyz) |[
](https://github.com/anthony0030) |[
](https://github.com/tyndria) |[
](https://github.com/Abourass) |[
](https://github.com/arthurdenner) |[
](https://github.com/apuyou) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[tyndria](https://github.com/tyndria) |[Abourass](https://github.com/Abourass) |[arthurdenner](https://github.com/arthurdenner) |[apuyou](https://github.com/apuyou) |[ash-jc-allen](https://github.com/ash-jc-allen) |[atsawin](https://github.com/atsawin) |
+[andychongyz](https://github.com/andychongyz) |[anthony0030](https://github.com/anthony0030) |[tyndria](https://github.com/tyndria) |[Abourass](https://github.com/Abourass) |[arthurdenner](https://github.com/arthurdenner) |[apuyou](https://github.com/apuyou) |
-[
](https://github.com/ayhankesicioglu) |[
](https://github.com/azeemba) |[
](https://github.com/azizk) |[
](https://github.com/bducharme) |[
](https://github.com/Quorafind) |[
](https://github.com/wbaaron) |
+[
](https://github.com/ash-jc-allen) |[
](https://github.com/atsawin) |[
](https://github.com/ayhankesicioglu) |[
](https://github.com/azeemba) |[
](https://github.com/azizk) |[
](https://github.com/bducharme) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ayhankesicioglu](https://github.com/ayhankesicioglu) |[azeemba](https://github.com/azeemba) |[azizk](https://github.com/azizk) |[bducharme](https://github.com/bducharme) |[Quorafind](https://github.com/Quorafind) |[wbaaron](https://github.com/wbaaron) |
+[ash-jc-allen](https://github.com/ash-jc-allen) |[atsawin](https://github.com/atsawin) |[ayhankesicioglu](https://github.com/ayhankesicioglu) |[azeemba](https://github.com/azeemba) |[azizk](https://github.com/azizk) |[bducharme](https://github.com/bducharme) |
-[
](https://github.com/bedgerotto) |[
](https://github.com/bryanjswift) |[
](https://github.com/cyu) |[
](https://github.com/cartfisk) |[
](https://github.com/cellvinchung) |[
](https://github.com/chao) |
+[
](https://github.com/Quorafind) |[
](https://github.com/wbaaron) |[
](https://github.com/bedgerotto) |[
](https://github.com/bryanjswift) |[
](https://github.com/cyu) |[
](https://github.com/cartfisk) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[bedgerotto](https://github.com/bedgerotto) |[bryanjswift](https://github.com/bryanjswift) |[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |[chao](https://github.com/chao) |
+[Quorafind](https://github.com/Quorafind) |[wbaaron](https://github.com/wbaaron) |[bedgerotto](https://github.com/bedgerotto) |[bryanjswift](https://github.com/bryanjswift) |[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |
-[
](https://github.com/Cretezy) |[
](https://github.com/charlybillaud) |[
](https://github.com/csprance) |[
](https://github.com/cfra) |[
](https://github.com/Aarbel) |[
](https://github.com/cbush06) |
+[
](https://github.com/cellvinchung) |[
](https://github.com/chao) |[
](https://github.com/Cretezy) |[
](https://github.com/charlybillaud) |[
](https://github.com/csprance) |[
](https://github.com/cfra) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[cellvinchung](https://github.com/cellvinchung) |[chao](https://github.com/chao) |[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |[csprance](https://github.com/csprance) |[cfra](https://github.com/cfra) |
-[
](https://github.com/czj) |[
](https://github.com/CommanderRoot) |[
](https://github.com/ardeois) |[
](https://github.com/sercraig) |[
](https://github.com/Cruaier) |[
](https://github.com/danmichaelo) |
+[
](https://github.com/Aarbel) |[
](https://github.com/cbush06) |[
](https://github.com/czj) |[
](https://github.com/CommanderRoot) |[
](https://github.com/ardeois) |[
](https://github.com/sercraig) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) |[czj](https://github.com/czj) |[CommanderRoot](https://github.com/CommanderRoot) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |
-[
](https://github.com/danschalow) |[
](https://github.com/danilat) |[
](https://github.com/mrboomer) |[
](https://github.com/Cantabar) |[
](https://github.com/KaminskiDaniell) |[
](https://github.com/akizor) |
+[
](https://github.com/Cruaier) |[
](https://github.com/danmichaelo) |[
](https://github.com/danschalow) |[
](https://github.com/danilat) |[
](https://github.com/mrboomer) |[
](https://github.com/Cantabar) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) |[danschalow](https://github.com/danschalow) |[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[Cantabar](https://github.com/Cantabar) |
-[
](https://github.com/davilima6) |[
](https://github.com/DennisKofflard) |[
](https://github.com/jeetiss) |[
](https://github.com/dschmidt) |[
](https://github.com/sweetro) |[
](https://github.com/EdgarSantiago93) |
+[
](https://github.com/KaminskiDaniell) |[
](https://github.com/akizor) |[
](https://github.com/davilima6) |[
](https://github.com/DennisKofflard) |[
](https://github.com/jeetiss) |[
](https://github.com/sweetro) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[davilima6](https://github.com/davilima6) |[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[dschmidt](https://github.com/dschmidt) |[sweetro](https://github.com/sweetro) |[EdgarSantiago93](https://github.com/EdgarSantiago93) |
+[KaminskiDaniell](https://github.com/KaminskiDaniell) |[akizor](https://github.com/akizor) |[davilima6](https://github.com/davilima6) |[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |
-[
](https://github.com/emuell) |[
](https://github.com/efbautista) |[
](https://github.com/yoldar) |[
](https://github.com/eliOcs) |[
](https://github.com/EnricoSottile) |[
](https://github.com/epexa) |
+[
](https://github.com/EdgarSantiago93) |[
](https://github.com/emuell) |[
](https://github.com/efbautista) |[
](https://github.com/yoldar) |[
](https://github.com/eliOcs) |[
](https://github.com/EnricoSottile) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[emuell](https://github.com/emuell) |[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) |
+[EdgarSantiago93](https://github.com/EdgarSantiago93) |[emuell](https://github.com/emuell) |[efbautista](https://github.com/efbautista) |[yoldar](https://github.com/yoldar) |[eliOcs](https://github.com/eliOcs) |[EnricoSottile](https://github.com/EnricoSottile) |
-[
](https://github.com/Gkleinereva) |[
](https://github.com/fgallinari) |[
](https://github.com/ferdiusa) |[
](https://github.com/dtrucs) |[
](https://github.com/fuadscodes) |[
](https://github.com/gabiganam) |
+[
](https://github.com/epexa) |[
](https://github.com/Gkleinereva) |[
](https://github.com/fgallinari) |[
](https://github.com/ferdiusa) |[
](https://github.com/dtrucs) |[
](https://github.com/fuadscodes) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Gkleinereva](https://github.com/Gkleinereva) |[fgallinari](https://github.com/fgallinari) |[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[fuadscodes](https://github.com/fuadscodes) |[gabiganam](https://github.com/gabiganam) |
+[epexa](https://github.com/epexa) |[Gkleinereva](https://github.com/Gkleinereva) |[fgallinari](https://github.com/fgallinari) |[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[fuadscodes](https://github.com/fuadscodes) |
-[
](https://github.com/geoffappleford) |[
](https://github.com/gjungb) |[
](https://github.com/roenschg) |[
](https://github.com/giacomocerquone) |[
](https://github.com/HughbertD) |[
](https://github.com/HussainAlkhalifah) |
+[
](https://github.com/gabiganam) |[
](https://github.com/geoffappleford) |[
](https://github.com/gjungb) |[
](https://github.com/roenschg) |[
](https://github.com/giacomocerquone) |[
](https://github.com/HughbertD) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |[giacomocerquone](https://github.com/giacomocerquone) |[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |
+[gabiganam](https://github.com/gabiganam) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |[giacomocerquone](https://github.com/giacomocerquone) |[HughbertD](https://github.com/HughbertD) |
-[
](https://github.com/huydod) |[
](https://github.com/IanVS) |[
](https://github.com/ishendyweb) |[
](https://github.com/NaxYo) |[
](https://github.com/intenzive) |[
](https://github.com/GreenJimmy) |
+[
](https://github.com/HussainAlkhalifah) |[
](https://github.com/huydod) |[
](https://github.com/IanVS) |[
](https://github.com/ishendyweb) |[
](https://github.com/NaxYo) |[
](https://github.com/intenzive) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) |[NaxYo](https://github.com/NaxYo) |[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |
+[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) |[intenzive](https://github.com/intenzive) |
-[
](https://github.com/mazoruss) |[
](https://github.com/JacobMGEvans) |[
](https://github.com/gaejabong) |[
](https://github.com/JakubHaladej) |[
](https://github.com/Jbithell) |[
](https://github.com/jcjmcclean) |
+[
](https://github.com/GreenJimmy) |[
](https://github.com/mazoruss) |[
](https://github.com/JacobMGEvans) |[
](https://github.com/gaejabong) |[
](https://github.com/JakubHaladej) |[
](https://github.com/Jbithell) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[gaejabong](https://github.com/gaejabong) |[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |
+[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) |[Jbithell](https://github.com/Jbithell) |
-[
](https://github.com/jamestiotio) |[
](https://github.com/janklimo) |[
](https://github.com/janwilts) |[
](https://github.com/vith) |[
](https://github.com/jessica-coursera) |[
](https://github.com/Jmales) |
+[
](https://github.com/jcjmcclean) |[
](https://github.com/jamestiotio) |[
](https://github.com/janklimo) |[
](https://github.com/janwilts) |[
](https://github.com/vith) |[
](https://github.com/jessica-coursera) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) |[janwilts](https://github.com/janwilts) |[vith](https://github.com/vith) |[jessica-coursera](https://github.com/jessica-coursera) |[Jmales](https://github.com/Jmales) |
+[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) |[jessica-coursera](https://github.com/jessica-coursera) |
-[
](https://github.com/theJoeBiz) |[
](https://github.com/profsmallpine) |[
](https://github.com/chromacoma) |[
](https://github.com/jsanchez034) |[
](https://github.com/jonathanarbely) |[
](https://github.com/jderrough) |
+[
](https://github.com/Jmales) |[
](https://github.com/theJoeBiz) |[
](https://github.com/profsmallpine) |[
](https://github.com/chromacoma) |[
](https://github.com/jsanchez034) |[
](https://github.com/jonathanarbely) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jsanchez034](https://github.com/jsanchez034) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |
+[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) |[jonathanarbely](https://github.com/jonathanarbely) |
-[
](https://github.com/jorgeepc) |[
](https://github.com/jszobody) |[
](https://github.com/jbelej) |[
](https://github.com/jcalonso) |[
](https://github.com/jmontoyaa) |[
](https://github.com/mellow-fellow) |
+[
](https://github.com/jderrough) |[
](https://github.com/jorgeepc) |[
](https://github.com/jszobody) |[
](https://github.com/jbelej) |[
](https://github.com/jcalonso) |[
](https://github.com/jmontoyaa) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jbelej](https://github.com/jbelej) |[jcalonso](https://github.com/jcalonso) |[jmontoyaa](https://github.com/jmontoyaa) |[mellow-fellow](https://github.com/mellow-fellow) |
+[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jbelej](https://github.com/jbelej) |[jcalonso](https://github.com/jcalonso) |[jmontoyaa](https://github.com/jmontoyaa) |
-[
](https://github.com/jvelten) |[
](https://github.com/tykarol) |[
](https://github.com/kaspermeinema) |[
](https://github.com/firesharkstudios) |[
](https://github.com/kergekacsa) |[
](https://github.com/kevin-west-10x) |
+[
](https://github.com/mellow-fellow) |[
](https://github.com/jvelten) |[
](https://github.com/tykarol) |[
](https://github.com/kaspermeinema) |[
](https://github.com/firesharkstudios) |[
](https://github.com/kergekacsa) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jvelten](https://github.com/jvelten) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kergekacsa](https://github.com/kergekacsa) |[kevin-west-10x](https://github.com/kevin-west-10x) |
+[mellow-fellow](https://github.com/mellow-fellow) |[jvelten](https://github.com/jvelten) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kergekacsa](https://github.com/kergekacsa) |
-[
](https://github.com/kidonng) |[
](https://github.com/elkebab) |[
](https://github.com/kyleparisi) |[
](https://github.com/labohkip81) |[
](https://github.com/hoangbits) |[
](https://github.com/leaanthony) |
+[
](https://github.com/kevin-west-10x) |[
](https://github.com/kidonng) |[
](https://github.com/elkebab) |[
](https://github.com/kyleparisi) |[
](https://github.com/labohkip81) |[
](https://github.com/hoangbits) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[kidonng](https://github.com/kidonng) |[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[hoangbits](https://github.com/hoangbits) |[leaanthony](https://github.com/leaanthony) |
+[kevin-west-10x](https://github.com/kevin-west-10x) |[kidonng](https://github.com/kidonng) |[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[labohkip81](https://github.com/labohkip81) |[hoangbits](https://github.com/hoangbits) |
-[
](https://github.com/larowlan) |[
](https://github.com/dviry) |[
](https://github.com/galli-leo) |[
](https://github.com/leods92) |[
](https://github.com/dolphinigle) |[
](https://github.com/louim) |
+[
](https://github.com/leaanthony) |[
](https://github.com/larowlan) |[
](https://github.com/dviry) |[
](https://github.com/galli-leo) |[
](https://github.com/leods92) |[
](https://github.com/dolphinigle) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[dolphinigle](https://github.com/dolphinigle) |[louim](https://github.com/louim) |
+[leaanthony](https://github.com/leaanthony) |[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[dolphinigle](https://github.com/dolphinigle) |
-[
](https://github.com/ombr) |[
](https://github.com/lucaperret) |[
](https://github.com/lucax88x) |[
](https://github.com/marc-mabe) |[
](https://github.com/onhate) |[
](https://github.com/mperrando) |
+[
](https://github.com/louim) |[
](https://github.com/ombr) |[
](https://github.com/lucaperret) |[
](https://github.com/lucax88x) |[
](https://github.com/marc-mabe) |[
](https://github.com/onhate) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[marc-mabe](https://github.com/marc-mabe) |[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) |
+[louim](https://github.com/louim) |[ombr](https://github.com/ombr) |[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[marc-mabe](https://github.com/marc-mabe) |[onhate](https://github.com/onhate) |
-[
](https://github.com/marcosthejew) |[
](https://github.com/marcusforsberg) |[
](https://github.com/Acconut) |[
](https://github.com/martin-brennan) |[
](https://github.com/masaok) |[
](https://github.com/masumulu28) |
+[
](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[masumulu28](https://github.com/masumulu28) |
+[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) |
-[
](https://github.com/mateuscruz) |[
](https://github.com/mattfik) |[
](https://github.com/mjesuele) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/mauricioribeiro) |[
](https://github.com/hrsh) |
+[
](https://github.com/masumulu28) |[
](https://github.com/mateuscruz) |[
](https://github.com/mattfik) |[
](https://github.com/mjesuele) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/mauricioribeiro) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mateuscruz](https://github.com/mateuscruz) |[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) |
+[masumulu28](https://github.com/masumulu28) |[mateuscruz](https://github.com/mateuscruz) |[mattfik](https://github.com/mattfik) |[mjesuele](https://github.com/mjesuele) |[matthewhartstonge](https://github.com/matthewhartstonge) |[mauricioribeiro](https://github.com/mauricioribeiro) |
-[
](https://github.com/mhulet) |[
](https://github.com/mkopinsky) |[
](https://github.com/ken-kuro) |[
](https://github.com/achmiral) |[
](https://github.com/boudra) |[
](https://github.com/mnafees) |
+[
](https://github.com/hrsh) |[
](https://github.com/mhulet) |[
](https://github.com/mkopinsky) |[
](https://github.com/ken-kuro) |[
](https://github.com/achmiral) |[
](https://github.com/boudra) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[ken-kuro](https://github.com/ken-kuro) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |[mnafees](https://github.com/mnafees) |
+[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |[mkopinsky](https://github.com/mkopinsky) |[ken-kuro](https://github.com/ken-kuro) |[achmiral](https://github.com/achmiral) |[boudra](https://github.com/boudra) |
-[
](https://github.com/shahimclt) |[
](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/mnafees) |[
](https://github.com/shahimclt) |[
](https://github.com/mogzol) |[
](https://github.com/navruzm) |[
](https://github.com/marton-laszlo-attila) |[
](https://github.com/pleasespammelater) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[shahimclt](https://github.com/shahimclt) |[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) |
+[mnafees](https://github.com/mnafees) |[shahimclt](https://github.com/shahimclt) |[mogzol](https://github.com/mogzol) |[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |
-[
](https://github.com/trungcva10a6tn) |[
](https://github.com/nicojones) |[
](https://github.com/coreprocess) |[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |[
](https://github.com/Ozodbek1405) |
+[
](https://github.com/naveed-ahmad) |[
](https://github.com/trungcva10a6tn) |[
](https://github.com/nicojones) |[
](https://github.com/coreprocess) |[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[trungcva10a6tn](https://github.com/trungcva10a6tn) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[Ozodbek1405](https://github.com/Ozodbek1405) |
+[naveed-ahmad](https://github.com/naveed-ahmad) |[trungcva10a6tn](https://github.com/trungcva10a6tn) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |
-[
](https://github.com/cryptic022) |[
](https://github.com/pascalwengerter) |[
](https://github.com/patricklindsay) |[
](https://github.com/plneto) |[
](https://github.com/pedrofs) |[
](https://github.com/pmusaraj) |
+[
](https://github.com/Ozodbek1405) |[
](https://github.com/cryptic022) |[
](https://github.com/pascalwengerter) |[
](https://github.com/patricklindsay) |[
](https://github.com/plneto) |[
](https://github.com/pedrofs) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[cryptic022](https://github.com/cryptic022) |[pascalwengerter](https://github.com/pascalwengerter) |[patricklindsay](https://github.com/patricklindsay) |[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |[pmusaraj](https://github.com/pmusaraj) |
+[Ozodbek1405](https://github.com/Ozodbek1405) |[cryptic022](https://github.com/cryptic022) |[pascalwengerter](https://github.com/pascalwengerter) |[patricklindsay](https://github.com/patricklindsay) |[plneto](https://github.com/plneto) |[pedrofs](https://github.com/pedrofs) |
-[
](https://github.com/phillipalexander) |[
](https://github.com/ppadmavilasom) |[
](https://github.com/Pzoco) |[
](https://github.com/eman8519) |[
](https://github.com/luarmr) |[
](https://github.com/raulibanez) |
+[
](https://github.com/pmusaraj) |[
](https://github.com/phillipalexander) |[
](https://github.com/ppadmavilasom) |[
](https://github.com/Pzoco) |[
](https://github.com/eman8519) |[
](https://github.com/luarmr) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[raulibanez](https://github.com/raulibanez) |
+[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) |[luarmr](https://github.com/luarmr) |
-[
](https://github.com/refo) |[
](https://github.com/SxDx) |[
](https://github.com/robwilson1) |[
](https://github.com/scherroman) |[
](https://github.com/rossng) |[
](https://github.com/rart) |
+[
](https://github.com/raulibanez) |[
](https://github.com/refo) |[
](https://github.com/SxDx) |[
](https://github.com/robwilson1) |[
](https://github.com/scherroman) |[
](https://github.com/rossng) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |[rart](https://github.com/rart) |
+[raulibanez](https://github.com/raulibanez) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |
-[
](https://github.com/GNURub) |[
](https://github.com/fortunto2) |[
](https://github.com/samuelcolburn) |[
](https://github.com/sdebacker) |[
](https://github.com/sebasegovia01) |[
](https://github.com/sergei-zelinsky) |
+[
](https://github.com/rart) |[
](https://github.com/GNURub) |[
](https://github.com/fortunto2) |[
](https://github.com/samuelcolburn) |[
](https://github.com/sdebacker) |[
](https://github.com/sebasegovia01) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[GNURub](https://github.com/GNURub) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sdebacker](https://github.com/sdebacker) |[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |
+[rart](https://github.com/rart) |[GNURub](https://github.com/GNURub) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sdebacker](https://github.com/sdebacker) |[sebasegovia01](https://github.com/sebasegovia01) |
-[
](https://github.com/szh) |[
](https://github.com/SpazzMarticus) |[
](https://github.com/waptik) |[
](https://github.com/quigebo) |[
](https://github.com/amaitu) |[
](https://github.com/steverob) |
+[
](https://github.com/sergei-zelinsky) |[
](https://github.com/szh) |[
](https://github.com/SpazzMarticus) |[
](https://github.com/waptik) |[
](https://github.com/quigebo) |[
](https://github.com/amaitu) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[quigebo](https://github.com/quigebo) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |
+[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[quigebo](https://github.com/quigebo) |[amaitu](https://github.com/amaitu) |
-[
](https://github.com/sjauld) |[
](https://github.com/strayer) |[
](https://github.com/taj) |[
](https://github.com/Tashows) |[
](https://github.com/tcgj) |[
](https://github.com/twarlop) |
+[
](https://github.com/steverob) |[
](https://github.com/sjauld) |[
](https://github.com/strayer) |[
](https://github.com/taj) |[
](https://github.com/Tashows) |[
](https://github.com/tcgj) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sjauld](https://github.com/sjauld) |[strayer](https://github.com/strayer) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[tcgj](https://github.com/tcgj) |[twarlop](https://github.com/twarlop) |
+[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) |[tcgj](https://github.com/tcgj) |
-[
](https://github.com/tmaier) |[
](https://github.com/WIStudent) |[
](https://github.com/tomsaleeba) |[
](https://github.com/tomekp) |[
](https://github.com/tvaliasek) |[
](https://github.com/top-master) |
+[
](https://github.com/twarlop) |[
](https://github.com/tmaier) |[
](https://github.com/WIStudent) |[
](https://github.com/tomsaleeba) |[
](https://github.com/tomekp) |[
](https://github.com/tvaliasek) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[top-master](https://github.com/top-master) |
+[twarlop](https://github.com/twarlop) |[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) |
-[
](https://github.com/vially) |[
](https://github.com/valentinoli) |[
](https://github.com/stiig) |[
](https://github.com/nagyv) |[
](https://github.com/dwnste) |[
](https://github.com/weston-sankey-mark43) |
+[
](https://github.com/top-master) |[
](https://github.com/vially) |[
](https://github.com/valentinoli) |[
](https://github.com/stiig) |[
](https://github.com/nagyv) |[
](https://github.com/dwnste) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[stiig](https://github.com/stiig) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |
+[top-master](https://github.com/top-master) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[stiig](https://github.com/stiig) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |
-[
](https://github.com/willycamargo) |[
](https://github.com/xhocquet) |[
](https://github.com/YehudaKremer) |[
](https://github.com/zachconner) |[
](https://github.com/zacharylawson) |[
](https://github.com/zackbloom) |
+[
](https://github.com/weston-sankey-mark43) |[
](https://github.com/willycamargo) |[
](https://github.com/xhocquet) |[
](https://github.com/YehudaKremer) |[
](https://github.com/zachconner) |[
](https://github.com/zlawson-ut) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |
+[weston-sankey-mark43](https://github.com/weston-sankey-mark43) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zlawson-ut](https://github.com/zlawson-ut) |
-[
](https://github.com/sartoshi-foot-dao) |[
](https://github.com/aduh95-test-account) |[
](https://github.com/agreene-coursera) |[
](https://github.com/alfatv) |[
](https://github.com/arggh) |[
](https://github.com/avalla) |
+[
](https://github.com/zackbloom) |[
](https://github.com/sartoshi-foot-dao) |[
](https://github.com/aduh95-test-account) |[
](https://github.com/agreene-coursera) |[
](https://github.com/alfatv) |[
](https://github.com/arggh) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[aduh95-test-account](https://github.com/aduh95-test-account) |[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |[avalla](https://github.com/avalla) |
+[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[aduh95-test-account](https://github.com/aduh95-test-account) |[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |[arggh](https://github.com/arggh) |
-[
](https://github.com/bdirito) |[
](https://github.com/c0b41) |[
](https://github.com/canvasbh) |[
](https://github.com/christianwengert) |[
](https://github.com/craigcbrunner) |[
](https://github.com/darthf1) |
+[
](https://github.com/avalla) |[
](https://github.com/c0b41) |[
](https://github.com/canvasbh) |[
](https://github.com/christianwengert) |[
](https://github.com/craigcbrunner) |[
](https://github.com/darthf1) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[bdirito](https://github.com/bdirito) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |
+[avalla](https://github.com/avalla) |[c0b41](https://github.com/c0b41) |[canvasbh](https://github.com/canvasbh) |[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |
[
](https://github.com/dkisic) |[
](https://github.com/elliotsayes) |[
](https://github.com/fingul) |[
](https://github.com/franckl) |[
](https://github.com/gaelicwinter) |[
](https://github.com/green-mike) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -471,17 +471,21 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |
-[
](https://github.com/mjlumetta) |[
](https://github.com/mosi-kha) |[
](https://github.com/neuronet77) |[
](https://github.com/ninesalt) |[
](https://github.com/phil714) |[
](https://github.com/luntta) |
+[
](https://github.com/mjlumetta) |[
](https://github.com/mosi-kha) |[
](https://github.com/neuronet77) |[
](https://github.com/ninesalt) |[
](https://github.com/odselsevier) |[
](https://github.com/phil714) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mjlumetta](https://github.com/mjlumetta) |[mosi-kha](https://github.com/mosi-kha) |[neuronet77](https://github.com/neuronet77) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |
+[mjlumetta](https://github.com/mjlumetta) |[mosi-kha](https://github.com/mosi-kha) |[neuronet77](https://github.com/neuronet77) |[ninesalt](https://github.com/ninesalt) |[odselsevier](https://github.com/odselsevier) |[phil714](https://github.com/phil714) |
-[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |[
](https://github.com/stduhpf) |[
](https://github.com/thanhthot) |
+[
](https://github.com/luntta) |[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |[
](https://github.com/rmoura-92) |[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[stduhpf](https://github.com/stduhpf) |[thanhthot](https://github.com/thanhthot) |
+[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rmoura-92](https://github.com/rmoura-92) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |
-[
](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/stduhpf) |[
](https://github.com/thanhthot) |[
](https://github.com/tusharjkhunt) |[
](https://github.com/vedran555) |[
](https://github.com/yoann-hellopret) |[
](https://github.com/olitomas) |
+:---: |:---: |:---: |:---: |:---: |:---: |
+[stduhpf](https://github.com/stduhpf) |[thanhthot](https://github.com/thanhthot) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |
+
+[
](https://github.com/JimmyLv) |
+:---: |
+[JimmyLv](https://github.com/JimmyLv) |
diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html
index be45951992..639d791ea0 100644
--- a/examples/aws-nodejs/public/drag.html
+++ b/examples/aws-nodejs/public/drag.html
@@ -3,7 +3,7 @@
Uppy
-
+
@@ -14,7 +14,7 @@ Uploaded files:
-
+