From 7e9f34ed3057cee142a5d14ab729f57670304a8f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 16 Feb 2022 13:44:01 +0000
Subject: [PATCH] Release: uppy@2.5.1 (#3493)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/companion | 3.2.1 | @uppy/thumbnail-generator | 2.1.1 |
| @uppy/compressor | 0.2.2 | @uppy/robodog | 2.3.1 |
| @uppy/onedrive | 2.0.6 | uppy | 2.5.1 |
- meta: Missing comma and wrong attribute name on cors example config (Edgar Santiago / #3465)
- @uppy/onedrive: Update README.md (Márton László Attila / #3489)
- @uppy/compressor: Add image compressor plugin (Artur Paikin / #3471)
- @uppy/companion: fix periodicPingUrls oops (Mikael Finstad / #3490)
- meta: add support for ESM sources in build script (Antoine du Hamel / #3468)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 17 +++
README.md | 114 +++++++++---------
examples/cdn-example/index.html | 4 +-
examples/transloadit-textarea/index.html | 2 +-
.../uppy-with-companion/client/index.html | 4 +-
packages/@uppy/companion/CHANGELOG.md | 7 ++
packages/@uppy/companion/package.json | 2 +-
packages/@uppy/compressor/CHANGELOG.md | 8 ++
packages/@uppy/compressor/package.json | 2 +-
packages/@uppy/onedrive/CHANGELOG.md | 7 ++
packages/@uppy/onedrive/package.json | 2 +-
packages/@uppy/robodog/README.md | 4 +-
packages/@uppy/robodog/package.json | 2 +-
.../@uppy/thumbnail-generator/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/docs/robodog-form.md | 6 +-
website/src/docs/robodog.md | 4 +-
website/src/examples/i18n/app.html | 6 +-
.../src/examples/markdown-snippets/app.es6 | 2 +-
.../src/examples/markdown-snippets/app.html | 2 +-
website/themes/uppy/layout/index.ejs | 6 +-
25 files changed, 132 insertions(+), 93 deletions(-)
create mode 100644 packages/@uppy/compressor/CHANGELOG.md
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 1e3c90ec48..046df6bc80 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 f3b9fb3f08..15234bdc04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,23 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 2.5.1
+
+Released: 2022-02-16
+
+| Package | Version | Package | Version |
+| ------------------------- | ------- | ------------------------- | ------- |
+| @uppy/companion | 3.2.1 | @uppy/thumbnail-generator | 2.1.1 |
+| @uppy/compressor | 0.2.2 | @uppy/robodog | 2.3.1 |
+| @uppy/onedrive | 2.0.6 | uppy | 2.5.1 |
+
+- meta: Missing comma and wrong attribute name on cors example config (Edgar Santiago / #3465)
+- @uppy/onedrive: Update README.md (Márton László Attila / #3489)
+- @uppy/compressor: Add image compressor plugin (Artur Paikin / #3471)
+- @uppy/companion: fix periodicPingUrls oops (Mikael Finstad / #3490)
+- meta: add support for ESM sources in build script (Antoine du Hamel / #3468)
+
+
## 2.5.0
Released: 2022-02-14
diff --git a/README.md b/README.md
index a6498fcd3c..620e7189c7 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ $ npm install @uppy/core @uppy/dashboard @uppy/tus
We recommend installing from npm and then using a module bundler such as [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Rollup.js](http://rollupjs.org/).
-Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.5.0/uppy.min.css), either to your HTML page’s `
` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
+Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.5.1/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it — transforms and plugins are available for Browserify and Webpack.
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.
@@ -77,10 +77,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg
```html
-
+
-
+
@@ -190,7 +190,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the leg
bundle, so no need to include anything additionally:
```html
-
+
```
## FAQ
@@ -347,109 +347,109 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[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) |[akizor](https://github.com/akizor) |
-[
](https://github.com/davilima6) |[
](https://github.com/DennisKofflard) |[
](https://github.com/jeetiss) |[
](https://github.com/sweetro) |[
](https://github.com/efbautista) |[
](https://github.com/yoldar) |
+[
](https://github.com/davilima6) |[
](https://github.com/DennisKofflard) |[
](https://github.com/jeetiss) |[
](https://github.com/sweetro) |[
](https://github.com/EdgarSantiago93) |[
](https://github.com/efbautista) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[davilima6](https://github.com/davilima6) |[DennisKofflard](https://github.com/DennisKofflard) |[jeetiss](https://github.com/jeetiss) |[sweetro](https://github.com/sweetro) |[efbautista](https://github.com/efbautista) |[yoldar](https://github.com/yoldar) |
+[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) |[efbautista](https://github.com/efbautista) |
-[
](https://github.com/eliOcs) |[
](https://github.com/EnricoSottile) |[
](https://github.com/epexa) |[
](https://github.com/Gkleinereva) |[
](https://github.com/fgallinari) |[
](https://github.com/ferdiusa) |
+[
](https://github.com/yoldar) |[
](https://github.com/eliOcs) |[
](https://github.com/EnricoSottile) |[
](https://github.com/epexa) |[
](https://github.com/Gkleinereva) |[
](https://github.com/fgallinari) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[ferdiusa](https://github.com/ferdiusa) |
+[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) |
-[
](https://github.com/dtrucs) |[
](https://github.com/geoffappleford) |[
](https://github.com/gjungb) |[
](https://github.com/roenschg) |[
](https://github.com/HughbertD) |[
](https://github.com/HussainAlkhalifah) |
+[
](https://github.com/ferdiusa) |[
](https://github.com/dtrucs) |[
](https://github.com/geoffappleford) |[
](https://github.com/gjungb) |[
](https://github.com/roenschg) |[
](https://github.com/HughbertD) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[dtrucs](https://github.com/dtrucs) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |[HughbertD](https://github.com/HughbertD) |[HussainAlkhalifah](https://github.com/HussainAlkhalifah) |
+[ferdiusa](https://github.com/ferdiusa) |[dtrucs](https://github.com/dtrucs) |[geoffappleford](https://github.com/geoffappleford) |[gjungb](https://github.com/gjungb) |[roenschg](https://github.com/roenschg) |[HughbertD](https://github.com/HughbertD) |
-[
](https://github.com/huydod) |[
](https://github.com/IanVS) |[
](https://github.com/ishendyweb) |[
](https://github.com/NaxYo) |[
](https://github.com/eltociear) |[
](https://github.com/intenzive) |
+[
](https://github.com/HussainAlkhalifah) |[
](https://github.com/huydod) |[
](https://github.com/IanVS) |[
](https://github.com/ishendyweb) |[
](https://github.com/NaxYo) |[
](https://github.com/eltociear) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[huydod](https://github.com/huydod) |[IanVS](https://github.com/IanVS) |[ishendyweb](https://github.com/ishendyweb) |[NaxYo](https://github.com/NaxYo) |[eltociear](https://github.com/eltociear) |[intenzive](https://github.com/intenzive) |
+[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) |[eltociear](https://github.com/eltociear) |
-[
](https://github.com/GreenJimmy) |[
](https://github.com/mazoruss) |[
](https://github.com/JacobMGEvans) |[
](https://github.com/jdssem) |[
](https://github.com/Jbithell) |[
](https://github.com/jcjmcclean) |
+[
](https://github.com/intenzive) |[
](https://github.com/GreenJimmy) |[
](https://github.com/mazoruss) |[
](https://github.com/JacobMGEvans) |[
](https://github.com/jdssem) |[
](https://github.com/Jbithell) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[jdssem](https://github.com/jdssem) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |
+[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) |[jdssem](https://github.com/jdssem) |[Jbithell](https://github.com/Jbithell) |
-[
](https://github.com/janklimo) |[
](https://github.com/janwilts) |[
](https://github.com/vith) |[
](https://github.com/jessica-coursera) |[
](https://github.com/Jmales) |[
](https://github.com/theJoeBiz) |
+[
](https://github.com/jcjmcclean) |[
](https://github.com/janklimo) |[
](https://github.com/janwilts) |[
](https://github.com/vith) |[
](https://github.com/jessica-coursera) |[
](https://github.com/Jmales) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[theJoeBiz](https://github.com/theJoeBiz) |
+[jcjmcclean](https://github.com/jcjmcclean) |[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) |
-[
](https://github.com/profsmallpine) |[
](https://github.com/chromacoma) |[
](https://github.com/jonathanarbely) |[
](https://github.com/jderrough) |[
](https://github.com/jorgeepc) |[
](https://github.com/jszobody) |
+[
](https://github.com/theJoeBiz) |[
](https://github.com/profsmallpine) |[
](https://github.com/chromacoma) |[
](https://github.com/jonathanarbely) |[
](https://github.com/jderrough) |[
](https://github.com/jorgeepc) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |
+[theJoeBiz](https://github.com/theJoeBiz) |[profsmallpine](https://github.com/profsmallpine) |[chromacoma](https://github.com/chromacoma) |[jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |
-[
](https://github.com/jmontoyaa) |[
](https://github.com/tykarol) |[
](https://github.com/firesharkstudios) |[
](https://github.com/elkebab) |[
](https://github.com/kyleparisi) |[
](https://github.com/leaanthony) |
+[
](https://github.com/jszobody) |[
](https://github.com/jmontoyaa) |[
](https://github.com/tykarol) |[
](https://github.com/firesharkstudios) |[
](https://github.com/elkebab) |[
](https://github.com/kyleparisi) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jmontoyaa](https://github.com/jmontoyaa) |[tykarol](https://github.com/tykarol) |[firesharkstudios](https://github.com/firesharkstudios) |[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |[leaanthony](https://github.com/leaanthony) |
+[jszobody](https://github.com/jszobody) |[jmontoyaa](https://github.com/jmontoyaa) |[tykarol](https://github.com/tykarol) |[firesharkstudios](https://github.com/firesharkstudios) |[elkebab](https://github.com/elkebab) |[kyleparisi](https://github.com/kyleparisi) |
-[
](https://github.com/larowlan) |[
](https://github.com/dviry) |[
](https://github.com/galli-leo) |[
](https://github.com/leods92) |[
](https://github.com/louim) |[
](https://github.com/lucaperret) |
+[
](https://github.com/leaanthony) |[
](https://github.com/larowlan) |[
](https://github.com/dviry) |[
](https://github.com/galli-leo) |[
](https://github.com/leods92) |[
](https://github.com/louim) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[larowlan](https://github.com/larowlan) |[dviry](https://github.com/dviry) |[galli-leo](https://github.com/galli-leo) |[leods92](https://github.com/leods92) |[louim](https://github.com/louim) |[lucaperret](https://github.com/lucaperret) |
+[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) |[louim](https://github.com/louim) |
-[
](https://github.com/lucax88x) |[
](https://github.com/onhate) |[
](https://github.com/mperrando) |[
](https://github.com/marcosthejew) |[
](https://github.com/marcusforsberg) |[
](https://github.com/Acconut) |
+[
](https://github.com/lucaperret) |[
](https://github.com/lucax88x) |[
](https://github.com/onhate) |[
](https://github.com/mperrando) |[
](https://github.com/marcosthejew) |[
](https://github.com/marcusforsberg) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[lucax88x](https://github.com/lucax88x) |[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) |
+[lucaperret](https://github.com/lucaperret) |[lucax88x](https://github.com/lucax88x) |[onhate](https://github.com/onhate) |[mperrando](https://github.com/mperrando) |[marcosthejew](https://github.com/marcosthejew) |[marcusforsberg](https://github.com/marcusforsberg) |
-[
](https://github.com/martin-brennan) |[
](https://github.com/masaok) |[
](https://github.com/mattfik) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/hrsh) |[
](https://github.com/mhulet) |
+[
](https://github.com/Acconut) |[
](https://github.com/martin-brennan) |[
](https://github.com/masaok) |[
](https://github.com/mattfik) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/hrsh) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[matthewhartstonge](https://github.com/matthewhartstonge) |[hrsh](https://github.com/hrsh) |[mhulet](https://github.com/mhulet) |
+[Acconut](https://github.com/Acconut) |[martin-brennan](https://github.com/martin-brennan) |[masaok](https://github.com/masaok) |[mattfik](https://github.com/mattfik) |[matthewhartstonge](https://github.com/matthewhartstonge) |[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/navruzm) |
+[
](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) |[navruzm](https://github.com/navruzm) |
+[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/pleasespammelater) |[
](https://github.com/naveed-ahmad) |[
](https://github.com/nicojones) |[
](https://github.com/coreprocess) |[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |
+[
](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |
+[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) |
-[
](https://github.com/cryptic022) |[
](https://github.com/patricklindsay) |[
](https://github.com/pedrofs) |[
](https://github.com/phillipalexander) |[
](https://github.com/ppadmavilasom) |[
](https://github.com/Pzoco) |
+[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |[
](https://github.com/cryptic022) |[
](https://github.com/patricklindsay) |[
](https://github.com/pedrofs) |[
](https://github.com/phillipalexander) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |[pedrofs](https://github.com/pedrofs) |[phillipalexander](https://github.com/phillipalexander) |[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |
+[nil1511](https://github.com/nil1511) |[leftdevel](https://github.com/leftdevel) |[cryptic022](https://github.com/cryptic022) |[patricklindsay](https://github.com/patricklindsay) |[pedrofs](https://github.com/pedrofs) |[phillipalexander](https://github.com/phillipalexander) |
-[
](https://github.com/eman8519) |[
](https://github.com/luarmr) |[
](https://github.com/refo) |[
](https://github.com/SxDx) |[
](https://github.com/robwilson1) |[
](https://github.com/romain-preston) |
+[
](https://github.com/ppadmavilasom) |[
](https://github.com/Pzoco) |[
](https://github.com/eman8519) |[
](https://github.com/luarmr) |[
](https://github.com/refo) |[
](https://github.com/SxDx) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[romain-preston](https://github.com/romain-preston) |
+[ppadmavilasom](https://github.com/ppadmavilasom) |[Pzoco](https://github.com/Pzoco) |[eman8519](https://github.com/eman8519) |[luarmr](https://github.com/luarmr) |[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |
-[
](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/robwilson1) |[
](https://github.com/romain-preston) |[
](https://github.com/scherroman) |[
](https://github.com/rossng) |[
](https://github.com/rart) |[
](https://github.com/fortunto2) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[robwilson1](https://github.com/robwilson1) |[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) |
-[
](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/samuelcolburn) |[
](https://github.com/sebasegovia01) |[
](https://github.com/sergei-zelinsky) |[
](https://github.com/szh) |[
](https://github.com/SpazzMarticus) |[
](https://github.com/waptik) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[samuelcolburn](https://github.com/samuelcolburn) |[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) |
-[
](https://github.com/taj) |[
](https://github.com/Tashows) |[
](https://github.com/twarlop) |[
](https://github.com/tmaier) |[
](https://github.com/tomsaleeba) |[
](https://github.com/tvaliasek) |
+[
](https://github.com/amaitu) |[
](https://github.com/steverob) |[
](https://github.com/taj) |[
](https://github.com/Tashows) |[
](https://github.com/twarlop) |[
](https://github.com/tmaier) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |[tomsaleeba](https://github.com/tomsaleeba) |[tvaliasek](https://github.com/tvaliasek) |
+[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |
-[
](https://github.com/vially) |[
](https://github.com/valentinoli) |[
](https://github.com/nagyv) |[
](https://github.com/dwnste) |[
](https://github.com/willycamargo) |[
](https://github.com/xhocquet) |
+[
](https://github.com/tomsaleeba) |[
](https://github.com/tvaliasek) |[
](https://github.com/vially) |[
](https://github.com/valentinoli) |[
](https://github.com/nagyv) |[
](https://github.com/dwnste) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |[willycamargo](https://github.com/willycamargo) |[xhocquet](https://github.com/xhocquet) |
+[tomsaleeba](https://github.com/tomsaleeba) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |[valentinoli](https://github.com/valentinoli) |[nagyv](https://github.com/nagyv) |[dwnste](https://github.com/dwnste) |
-[
](https://github.com/YehudaKremer) |[
](https://github.com/zachconner) |[
](https://github.com/zacharylawson) |[
](https://github.com/zackbloom) |[
](https://github.com/zidingz) |[
](https://github.com/agreene-coursera) |
+[
](https://github.com/willycamargo) |[
](https://github.com/xhocquet) |[
](https://github.com/YehudaKremer) |[
](https://github.com/zachconner) |[
](https://github.com/zacharylawson) |[
](https://github.com/zackbloom) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[zidingz](https://github.com/zidingz) |[agreene-coursera](https://github.com/agreene-coursera) |
+[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) |
-[
](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/sartoshi-foot-dao) |[
](https://github.com/agreene-coursera) |[
](https://github.com/alfatv) |[
](https://github.com/arggh) |[
](https://github.com/avalla) |[
](https://github.com/bdirito) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[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) |
-[
](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/c0b41) |[
](https://github.com/canvasbh) |[
](https://github.com/christianwengert) |[
](https://github.com/craigcbrunner) |[
](https://github.com/darthf1) |[
](https://github.com/dkisic) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[dkisic](https://github.com/dkisic) |
-[
](https://github.com/gaelicwinter) |[
](https://github.com/green-mike) |[
](https://github.com/heocoi) |[
](https://github.com/hxgf) |[
](https://github.com/johnmanjiro13) |[
](https://github.com/kode-ninja) |
+[
](https://github.com/fingul) |[
](https://github.com/franckl) |[
](https://github.com/gaelicwinter) |[
](https://github.com/green-mike) |[
](https://github.com/heocoi) |[
](https://github.com/hxgf) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[heocoi](https://github.com/heocoi) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[kode-ninja](https://github.com/kode-ninja) |
+[fingul](https://github.com/fingul) |[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[heocoi](https://github.com/heocoi) |[hxgf](https://github.com/hxgf) |
-[
](https://github.com/magumbo) |[
](https://github.com/ninesalt) |[
](https://github.com/phil714) |[
](https://github.com/luntta) |[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |
+[
](https://github.com/johnmanjiro13) |[
](https://github.com/kode-ninja) |[
](https://github.com/magumbo) |[
](https://github.com/ninesalt) |[
](https://github.com/phil714) |[
](https://github.com/luntta) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[magumbo](https://github.com/magumbo) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |
+[johnmanjiro13](https://github.com/johnmanjiro13) |[kode-ninja](https://github.com/kode-ninja) |[magumbo](https://github.com/magumbo) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |
-[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |[
](https://github.com/thanhthot) |[
](https://github.com/tinny77) |[
](https://github.com/tusharjkhunt) |[
](https://github.com/vedran555) |
+[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |[
](https://github.com/thanhthot) |[
](https://github.com/tinny77) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[thanhthot](https://github.com/thanhthot) |[tinny77](https://github.com/tinny77) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |
+[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) |
-[
](https://github.com/yoann-hellopret) |[
](https://github.com/olitomas) |[
](https://github.com/JimmyLv) |
-:---: |:---: |:---: |
-[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
+[
](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) |
diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html
index b34c7b81a0..89250be75e 100644
--- a/examples/cdn-example/index.html
+++ b/examples/cdn-example/index.html
@@ -4,11 +4,11 @@
-
+
-
+
+
+
+
```
Then, a global `Robodog` variable will be available. For usage instructions, please see the [main Robodog documentation](https://uppy.io/docs/robodog).
diff --git a/packages/@uppy/robodog/package.json b/packages/@uppy/robodog/package.json
index 23b1ee5633..bcb82f8c97 100644
--- a/packages/@uppy/robodog/package.json
+++ b/packages/@uppy/robodog/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/robodog",
"description": "Transloadit SDK for browsers based on Uppy",
- "version": "2.3.0",
+ "version": "2.3.1",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
diff --git a/packages/@uppy/thumbnail-generator/package.json b/packages/@uppy/thumbnail-generator/package.json
index 79cee8b151..63744be52d 100644
--- a/packages/@uppy/thumbnail-generator/package.json
+++ b/packages/@uppy/thumbnail-generator/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/thumbnail-generator",
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
- "version": "2.1.0",
+ "version": "2.1.1",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
diff --git a/packages/uppy/package.json b/packages/uppy/package.json
index 43b431b939..fd4b9ee704 100644
--- a/packages/uppy/package.json
+++ b/packages/uppy/package.json
@@ -1,7 +1,7 @@
{
"name": "uppy",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
- "version": "2.5.0",
+ "version": "2.5.1",
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
diff --git a/website/src/docs/index.md b/website/src/docs/index.md
index fb0bc74bef..27fbddfa18 100644
--- a/website/src/docs/index.md
+++ b/website/src/docs/index.md
@@ -19,12 +19,12 @@ Here’s the simplest example html page with Uppy (it uses a CDN bundle, while w
Uppy
-
+
-
+
+
```
2\. Add CSS to ``:
```html
-
+
```
3\. Initialize at the bottom of the closing `` tag:
@@ -183,5 +183,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 f76fbcacb0..a938a937b7 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/docs/robodog-form.md b/website/src/docs/robodog-form.md
index 352e3a252f..2586ab9eb8 100644
--- a/website/src/docs/robodog-form.md
+++ b/website/src/docs/robodog-form.md
@@ -150,7 +150,7 @@ Make sure to also include the Uppy css file in your `` tag in case you wan
```html
-
+
```
@@ -162,7 +162,7 @@ Notice how the form is submitted to the inexistant `/uploads` route once all tra
Testing Robodog
-
+
-
+
+
+
```
diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html
index 97ac5c7b93..8b09e987ae 100644
--- a/website/src/examples/i18n/app.html
+++ b/website/src/examples/i18n/app.html
@@ -1,7 +1,7 @@
-
+
@@ -12,8 +12,8 @@ Uploaded files:
-
-
+
+
+//
const robodog = require('@uppy/robodog')
const TRANSLOADIT_EXAMPLE_KEY = '35c1aed03f5011e982b6afe82599b6a0'
diff --git a/website/src/examples/markdown-snippets/app.html b/website/src/examples/markdown-snippets/app.html
index 06a52ab33d..545bbd5e40 100644
--- a/website/src/examples/markdown-snippets/app.html
+++ b/website/src/examples/markdown-snippets/app.html
@@ -1,6 +1,6 @@
+ -->