diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index d281fbbc0..1e3c90ec4 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 0708d4411..f3b9fb3f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,46 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 2.5.0
+
+Released: 2022-02-14
+
+| Package | Version | Package | Version |
+| ------------------------- | ------- | ------------------------- | ------- |
+| @uppy/companion | 3.2.0 | @uppy/provider-views | 2.0.7 |
+| @uppy/companion-client | 2.0.5 | @uppy/thumbnail-generator | 2.1.0 |
+| @uppy/core | 2.1.5 | @uppy/robodog | 2.3.0 |
+| @uppy/dashboard | 2.1.4 | uppy | 2.5.0 |
+| @uppy/locales | 2.0.6 | | |
+
+- @uppy/companion: add support for COMPANION_UNSPLASH_SECRET (Mikael Finstad / #3463)
+- @uppy/unsplash: fix nested meta (Artur Paikin / #3485)
+- meta: fix(docs): typo in property `thumbnailType` (Dan Schalow / #3472)
+- @uppy/robodog: add audio, box, unsplash, screen-capture to Robodog (Artur Paikin / #3483)
+- meta: consolidate ENV files and fix contributing guidelines (Antoine du Hamel / #3475)
+- @uppy/companion-client,@uppy/companion,@uppy/provider-views,@uppy/robodog: Finishing touches on Companion dynamic Oauth (Renée Kooi / #2802)
+- meta: Improve companion docs (Mikael Finstad / #3479)
+- meta: Make E2E Great Again (Merlijn Vos / #3444)
+- meta: Add PostCSS handling to Vite (Artur Paikin / #3467)
+- meta: Update CONTRIBUTING.md (Mikael Finstad / #3411)
+- @uppy/companion: fix broken thumbnails for box and dropbox (Mikael Finstad / #3460)
+- website: fix `Uppy is not defined` error (Antoine du Hamel / #3461)
+- @uppy/companion: Implement periodic ping functionality (Mikael Finstad / #3246)
+- @uppy/companion: fix callback urls (Mikael Finstad / #3458)
+- @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: Add dashboard and UIPlugin types (Merlijn Vos / #3426)
+- @uppy/locales: Add "save" to fr_FR.js (Charly Billaud / #3395)
+- @uppy/companion: Fix TypeError when invalid initialization vector (Julian Gruber / #3416)
+- meta: Upgrade size-limit to 7.0.5 (Artur Paikin / #3445)
+- @uppy/provider-views: Unsplash: UI improvements (Artur Paikin / #3438)
+- @uppy/thumbnail-generator: exifr: remove legacy IE support (Artur Paikin / #3382)
+- @uppy/companion: Default to HEAD requests when the Companion looks to get meta information about a URL (Zack Bloom / #3417)
+- @uppy/dashboard: check if info array is empty (Artur Paikin / #3442)
+- meta: dev: fix Vite custom plugin (Antoine du Hamel / #3437)
+- website: add legacy bundle to CDN example (Antoine du Hamel / #3433)
+- meta: remove unused lerna and npm files (Antoine du Hamel / #3436)
+- meta: replace browserify with esbuild (Antoine du Hamel / #3363)
+
+
## 2.4.1
Released: 2022-01-12
diff --git a/README.md b/README.md
index 43c2a6dc2..a6498fcd3 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.4.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.
+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.
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
@@ -263,117 +263,117 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[tim-kos](https://github.com/tim-kos) |[janko](https://github.com/janko) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |[mcallistertyler](https://github.com/mcallistertyler) |
-[ ](https://github.com/mokutsu-coursera) |[ ](https://github.com/YukeshShr) |[ ](https://github.com/DJWassink) |[ ](https://github.com/taoqf) |[ ](https://github.com/apps/github-actions) |[ ](https://github.com/tuoxiansp) |
+[ ](https://github.com/mokutsu-coursera) |[ ](https://github.com/YukeshShr) |[ ](https://github.com/DJWassink) |[ ](https://github.com/apps/github-actions) |[ ](https://github.com/taoqf) |[ ](https://github.com/tuoxiansp) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[mokutsu-coursera](https://github.com/mokutsu-coursera) |[YukeshShr](https://github.com/YukeshShr) |[DJWassink](https://github.com/DJWassink) |[taoqf](https://github.com/taoqf) |[github-actions[bot]](https://github.com/apps/github-actions) |[tuoxiansp](https://github.com/tuoxiansp) |
+[mokutsu-coursera](https://github.com/mokutsu-coursera) |[YukeshShr](https://github.com/YukeshShr) |[DJWassink](https://github.com/DJWassink) |[github-actions[bot]](https://github.com/apps/github-actions) |[taoqf](https://github.com/taoqf) |[tuoxiansp](https://github.com/tuoxiansp) |
-[ ](https://github.com/dominiceden) |[ ](https://github.com/elenalape) |[ ](https://github.com/mejiaej) |[ ](https://github.com/gavboulton) |[ ](https://github.com/Hawxy) |[ ](https://github.com/bertho-zero) |
+[ ](https://github.com/dominiceden) |[ ](https://github.com/elenalape) |[ ](https://github.com/mejiaej) |[ ](https://github.com/gavboulton) |[ ](https://github.com/Hawxy) |[ ](https://github.com/juliangruber) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |[mejiaej](https://github.com/mejiaej) |[gavboulton](https://github.com/gavboulton) |[Hawxy](https://github.com/Hawxy) |[bertho-zero](https://github.com/bertho-zero) |
+[dominiceden](https://github.com/dominiceden) |[elenalape](https://github.com/elenalape) |[mejiaej](https://github.com/mejiaej) |[gavboulton](https://github.com/gavboulton) |[Hawxy](https://github.com/Hawxy) |[juliangruber](https://github.com/juliangruber) |
-[ ](https://github.com/tranvansang) |[ ](https://github.com/ap--) |[ ](https://github.com/mrbatista) |[ ](https://github.com/MikeKovarik) |[ ](https://github.com/pauln) |[ ](https://github.com/toadkicker) |
+[ ](https://github.com/bertho-zero) |[ ](https://github.com/tranvansang) |[ ](https://github.com/ap--) |[ ](https://github.com/mrbatista) |[ ](https://github.com/MikeKovarik) |[ ](https://github.com/pauln) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[tranvansang](https://github.com/tranvansang) |[ap--](https://github.com/ap--) |[mrbatista](https://github.com/mrbatista) |[MikeKovarik](https://github.com/MikeKovarik) |[pauln](https://github.com/pauln) |[toadkicker](https://github.com/toadkicker) |
+[bertho-zero](https://github.com/bertho-zero) |[tranvansang](https://github.com/tranvansang) |[ap--](https://github.com/ap--) |[mrbatista](https://github.com/mrbatista) |[MikeKovarik](https://github.com/MikeKovarik) |[pauln](https://github.com/pauln) |
-[ ](https://github.com/ofhope) |[ ](https://github.com/johnnyperkins) |[ ](https://github.com/dargmuesli) |[ ](https://github.com/juliangruber) |[ ](https://github.com/manuelkiessling) |[ ](https://github.com/nndevstudio) |
+[ ](https://github.com/toadkicker) |[ ](https://github.com/ofhope) |[ ](https://github.com/johnnyperkins) |[ ](https://github.com/dargmuesli) |[ ](https://github.com/manuelkiessling) |[ ](https://github.com/nndevstudio) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ofhope](https://github.com/ofhope) |[johnnyperkins](https://github.com/johnnyperkins) |[dargmuesli](https://github.com/dargmuesli) |[juliangruber](https://github.com/juliangruber) |[manuelkiessling](https://github.com/manuelkiessling) |[nndevstudio](https://github.com/nndevstudio) |
+[toadkicker](https://github.com/toadkicker) |[ofhope](https://github.com/ofhope) |[johnnyperkins](https://github.com/johnnyperkins) |[dargmuesli](https://github.com/dargmuesli) |[manuelkiessling](https://github.com/manuelkiessling) |[nndevstudio](https://github.com/nndevstudio) |
-[ ](https://github.com/ogtfaber) |[ ](https://github.com/sksavant) |[ ](https://github.com/suchoproduction) |[ ](https://github.com/sunil-shrestha) |[ ](https://github.com/timodwhit) |[ ](https://github.com/yonahforst) |
+[ ](https://github.com/ogtfaber) |[ ](https://github.com/sksavant) |[ ](https://github.com/suchoproduction) |[ ](https://github.com/timodwhit) |[ ](https://github.com/yonahforst) |[ ](https://github.com/a-kriya) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ogtfaber](https://github.com/ogtfaber) |[sksavant](https://github.com/sksavant) |[suchoproduction](https://github.com/suchoproduction) |[sunil-shrestha](https://github.com/sunil-shrestha) |[timodwhit](https://github.com/timodwhit) |[yonahforst](https://github.com/yonahforst) |
+[ogtfaber](https://github.com/ogtfaber) |[sksavant](https://github.com/sksavant) |[suchoproduction](https://github.com/suchoproduction) |[timodwhit](https://github.com/timodwhit) |[yonahforst](https://github.com/yonahforst) |[a-kriya](https://github.com/a-kriya) |
-[ ](https://github.com/a-kriya) |[ ](https://github.com/bencergazda) |[ ](https://github.com/stephentuso) |[ ](https://github.com/jhen0409) |[ ](https://github.com/mskelton) |[ ](https://github.com/ahmedkandel) |
+[ ](https://github.com/bencergazda) |[ ](https://github.com/stephentuso) |[ ](https://github.com/jhen0409) |[ ](https://github.com/mskelton) |[ ](https://github.com/ahmedkandel) |[ ](https://github.com/btrice) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[a-kriya](https://github.com/a-kriya) |[bencergazda](https://github.com/bencergazda) |[stephentuso](https://github.com/stephentuso) |[jhen0409](https://github.com/jhen0409) |[mskelton](https://github.com/mskelton) |[ahmedkandel](https://github.com/ahmedkandel) |
+[bencergazda](https://github.com/bencergazda) |[stephentuso](https://github.com/stephentuso) |[jhen0409](https://github.com/jhen0409) |[mskelton](https://github.com/mskelton) |[ahmedkandel](https://github.com/ahmedkandel) |[btrice](https://github.com/btrice) |
-[ ](https://github.com/btrice) |[ ](https://github.com/behnammodi) |[ ](https://github.com/BePo65) |[ ](https://github.com/Burkes) |[ ](https://github.com/craigjennings11) |[ ](https://github.com/davekiss) |
+[ ](https://github.com/behnammodi) |[ ](https://github.com/BePo65) |[ ](https://github.com/Burkes) |[ ](https://github.com/craigjennings11) |[ ](https://github.com/davekiss) |[ ](https://github.com/DenysNosov) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[btrice](https://github.com/btrice) |[behnammodi](https://github.com/behnammodi) |[BePo65](https://github.com/BePo65) |[Burkes](https://github.com/Burkes) |[craigjennings11](https://github.com/craigjennings11) |[davekiss](https://github.com/davekiss) |
+[behnammodi](https://github.com/behnammodi) |[BePo65](https://github.com/BePo65) |[Burkes](https://github.com/Burkes) |[craigjennings11](https://github.com/craigjennings11) |[davekiss](https://github.com/davekiss) |[DenysNosov](https://github.com/DenysNosov) |
-[ ](https://github.com/DenysNosov) |[ ](https://github.com/ethanwillis) |[ ](https://github.com/frobinsonj) |[ ](https://github.com/geertclerx) |[ ](https://github.com/ghasrfakhri) |[ ](https://github.com/jasonbosco) |
+[ ](https://github.com/ethanwillis) |[ ](https://github.com/frobinsonj) |[ ](https://github.com/geertclerx) |[ ](https://github.com/ghasrfakhri) |[ ](https://github.com/jasonbosco) |[ ](https://github.com/jedwood) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[DenysNosov](https://github.com/DenysNosov) |[ethanwillis](https://github.com/ethanwillis) |[frobinsonj](https://github.com/frobinsonj) |[geertclerx](https://github.com/geertclerx) |[ghasrfakhri](https://github.com/ghasrfakhri) |[jasonbosco](https://github.com/jasonbosco) |
+[ethanwillis](https://github.com/ethanwillis) |[frobinsonj](https://github.com/frobinsonj) |[geertclerx](https://github.com/geertclerx) |[ghasrfakhri](https://github.com/ghasrfakhri) |[jasonbosco](https://github.com/jasonbosco) |[jedwood](https://github.com/jedwood) |
-[ ](https://github.com/jedwood) |[ ](https://github.com/dogrocker) |[ ](https://github.com/lamartire) |[ ](https://github.com/lafe) |[ ](https://github.com/Mactaivsh) |[ ](https://github.com/maferland) |
+[ ](https://github.com/dogrocker) |[ ](https://github.com/lamartire) |[ ](https://github.com/lafe) |[ ](https://github.com/Mactaivsh) |[ ](https://github.com/maferland) |[ ](https://github.com/Martin005) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jedwood](https://github.com/jedwood) |[dogrocker](https://github.com/dogrocker) |[lamartire](https://github.com/lamartire) |[lafe](https://github.com/lafe) |[Mactaivsh](https://github.com/Mactaivsh) |[maferland](https://github.com/maferland) |
+[dogrocker](https://github.com/dogrocker) |[lamartire](https://github.com/lamartire) |[lafe](https://github.com/lafe) |[Mactaivsh](https://github.com/Mactaivsh) |[maferland](https://github.com/maferland) |[Martin005](https://github.com/Martin005) |
-[ ](https://github.com/Martin005) |[ ](https://github.com/martiuslim) |[ ](https://github.com/MatthiasKunnen) |[ ](https://github.com/msand) |[ ](https://github.com/paescuj) |[ ](https://github.com/richartkeil) |
+[ ](https://github.com/martiuslim) |[ ](https://github.com/MatthiasKunnen) |[ ](https://github.com/msand) |[ ](https://github.com/paescuj) |[ ](https://github.com/richartkeil) |[ ](https://github.com/richmeij) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Martin005](https://github.com/Martin005) |[martiuslim](https://github.com/martiuslim) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[msand](https://github.com/msand) |[paescuj](https://github.com/paescuj) |[richartkeil](https://github.com/richartkeil) |
+[martiuslim](https://github.com/martiuslim) |[MatthiasKunnen](https://github.com/MatthiasKunnen) |[msand](https://github.com/msand) |[paescuj](https://github.com/paescuj) |[richartkeil](https://github.com/richartkeil) |[richmeij](https://github.com/richmeij) |
-[ ](https://github.com/richmeij) |[ ](https://github.com/rosenfeld) |[ ](https://github.com/jrschumacher) |[ ](https://github.com/ThomasG77) |[ ](https://github.com/sparanoid) |[ ](https://github.com/zhuangya) |
+[ ](https://github.com/rosenfeld) |[ ](https://github.com/jrschumacher) |[ ](https://github.com/ThomasG77) |[ ](https://github.com/sparanoid) |[ ](https://github.com/zhuangya) |[ ](https://github.com/yaegor) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[richmeij](https://github.com/richmeij) |[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[ThomasG77](https://github.com/ThomasG77) |[sparanoid](https://github.com/sparanoid) |[zhuangya](https://github.com/zhuangya) |
+[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[ThomasG77](https://github.com/ThomasG77) |[sparanoid](https://github.com/sparanoid) |[zhuangya](https://github.com/zhuangya) |[yaegor](https://github.com/yaegor) |
-[ ](https://github.com/yaegor) |[ ](https://github.com/allenfantasy) |[ ](https://github.com/Zyclotrop-j) |[ ](https://github.com/anark) |[ ](https://github.com/fortrieb) |[ ](https://github.com/jarey) |
+[ ](https://github.com/allenfantasy) |[ ](https://github.com/Zyclotrop-j) |[ ](https://github.com/anark) |[ ](https://github.com/fortrieb) |[ ](https://github.com/jarey) |[ ](https://github.com/muhammadInam) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[yaegor](https://github.com/yaegor) |[allenfantasy](https://github.com/allenfantasy) |[Zyclotrop-j](https://github.com/Zyclotrop-j) |[anark](https://github.com/anark) |[fortrieb](https://github.com/fortrieb) |[jarey](https://github.com/jarey) |
+[allenfantasy](https://github.com/allenfantasy) |[Zyclotrop-j](https://github.com/Zyclotrop-j) |[anark](https://github.com/anark) |[fortrieb](https://github.com/fortrieb) |[jarey](https://github.com/jarey) |[muhammadInam](https://github.com/muhammadInam) |
-[ ](https://github.com/muhammadInam) |[ ](https://github.com/rettgerst) |[ ](https://github.com/mkabatek) |[ ](https://github.com/jukakoski) |[ ](https://github.com/olemoign) |[ ](https://github.com/ajschmidt8) |
+[ ](https://github.com/rettgerst) |[ ](https://github.com/mkabatek) |[ ](https://github.com/jukakoski) |[ ](https://github.com/olemoign) |[ ](https://github.com/ajschmidt8) |[ ](https://github.com/superhawk610) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[superhawk610](https://github.com/superhawk610) |
-[ ](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) |
+[ ](https://github.com/abannach) |[ ](https://github.com/adamelmore) |[ ](https://github.com/ajh-sr) |[ ](https://github.com/adamvigneault) |[ ](https://github.com/Adrrei) |[ ](https://github.com/adritasharma) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[adritasharma](https://github.com/adritasharma) |
-[ ](https://github.com/adritasharma) |[ ](https://github.com/ahmadissa) |[ ](https://github.com/asmt3) |[ ](https://github.com/alexnj) |[ ](https://github.com/aalepis) |[ ](https://github.com/Dogfalo) |
+[ ](https://github.com/ahmadissa) |[ ](https://github.com/asmt3) |[ ](https://github.com/alexnj) |[ ](https://github.com/aalepis) |[ ](https://github.com/Dogfalo) |[ ](https://github.com/tekacs) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[tekacs](https://github.com/tekacs) |
-[ ](https://github.com/tekacs) |[ ](https://github.com/amitport) |[ ](https://github.com/functino) |[ ](https://github.com/radarhere) |[ ](https://github.com/superandrew213) |[ ](https://github.com/andychongyz) |
+[ ](https://github.com/amitport) |[ ](https://github.com/functino) |[ ](https://github.com/radarhere) |[ ](https://github.com/superandrew213) |[ ](https://github.com/andychongyz) |[ ](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) |[andychongyz](https://github.com/andychongyz) |
+[amitport](https://github.com/amitport) |[functino](https://github.com/functino) |[radarhere](https://github.com/radarhere) |[superandrew213](https://github.com/superandrew213) |[andychongyz](https://github.com/andychongyz) |[anthony0030](https://github.com/anthony0030) |
-[ ](https://github.com/anthony0030) |[ ](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/Abourass) |[ ](https://github.com/arthurdenner) |[ ](https://github.com/apuyou) |[ ](https://github.com/ash-jc-allen) |[ ](https://github.com/atsawin) |[ ](https://github.com/ayhankesicioglu) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[anthony0030](https://github.com/anthony0030) |[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) |
+[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) |[ayhankesicioglu](https://github.com/ayhankesicioglu) |
-[ ](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/azeemba) |[ ](https://github.com/azizk) |[ ](https://github.com/bducharme) |[ ](https://github.com/Quorafind) |[ ](https://github.com/wbaaron) |[ ](https://github.com/bedgerotto) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[bedgerotto](https://github.com/bedgerotto) |
-[ ](https://github.com/bedgerotto) |[ ](https://github.com/cyu) |[ ](https://github.com/cartfisk) |[ ](https://github.com/cellvinchung) |[ ](https://github.com/chao) |[ ](https://github.com/Cretezy) |
+[ ](https://github.com/cyu) |[ ](https://github.com/cartfisk) |[ ](https://github.com/cellvinchung) |[ ](https://github.com/chao) |[ ](https://github.com/Cretezy) |[ ](https://github.com/charlybillaud) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[Cretezy](https://github.com/Cretezy) |
+[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |[chao](https://github.com/chao) |[Cretezy](https://github.com/Cretezy) |[charlybillaud](https://github.com/charlybillaud) |
[ ](https://github.com/csprance) |[ ](https://github.com/Aarbel) |[ ](https://github.com/cbush06) |[ ](https://github.com/czj) |[ ](https://github.com/ardeois) |[ ](https://github.com/sercraig) |
:---: |:---: |:---: |:---: |:---: |:---: |
[csprance](https://github.com/csprance) |[Aarbel](https://github.com/Aarbel) |[cbush06](https://github.com/cbush06) |[czj](https://github.com/czj) |[ardeois](https://github.com/ardeois) |[sercraig](https://github.com/sercraig) |
-[ ](https://github.com/Cruaier) |[ ](https://github.com/danmichaelo) |[ ](https://github.com/danilat) |[ ](https://github.com/mrboomer) |[ ](https://github.com/akizor) |[ ](https://github.com/davilima6) |
+[ ](https://github.com/Cruaier) |[ ](https://github.com/danmichaelo) |[ ](https://github.com/danschalow) |[ ](https://github.com/danilat) |[ ](https://github.com/mrboomer) |[ ](https://github.com/akizor) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Cruaier](https://github.com/Cruaier) |[danmichaelo](https://github.com/danmichaelo) |[danilat](https://github.com/danilat) |[mrboomer](https://github.com/mrboomer) |[akizor](https://github.com/akizor) |[davilima6](https://github.com/davilima6) |
+[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/DennisKofflard) |[ ](https://github.com/jeetiss) |[ ](https://github.com/sweetro) |[ ](https://github.com/efbautista) |[ ](https://github.com/yoldar) |[ ](https://github.com/eliOcs) |
+[ ](https://github.com/davilima6) |[ ](https://github.com/DennisKofflard) |[ ](https://github.com/jeetiss) |[ ](https://github.com/sweetro) |[ ](https://github.com/efbautista) |[ ](https://github.com/yoldar) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[eliOcs](https://github.com/eliOcs) |
+[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) |
-[ ](https://github.com/EnricoSottile) |[ ](https://github.com/epexa) |[ ](https://github.com/Gkleinereva) |[ ](https://github.com/fgallinari) |[ ](https://github.com/ferdiusa) |[ ](https://github.com/dtrucs) |
+[ ](https://github.com/eliOcs) |[ ](https://github.com/EnricoSottile) |[ ](https://github.com/epexa) |[ ](https://github.com/Gkleinereva) |[ ](https://github.com/fgallinari) |[ ](https://github.com/ferdiusa) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[dtrucs](https://github.com/dtrucs) |
+[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) |
-[ ](https://github.com/geoffappleford) |[ ](https://github.com/gjungb) |[ ](https://github.com/roenschg) |[ ](https://github.com/HughbertD) |[ ](https://github.com/HussainAlkhalifah) |[ ](https://github.com/huydod) |
+[ ](https://github.com/dtrucs) |[ ](https://github.com/geoffappleford) |[ ](https://github.com/gjungb) |[ ](https://github.com/roenschg) |[ ](https://github.com/HughbertD) |[ ](https://github.com/HussainAlkhalifah) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[huydod](https://github.com/huydod) |
+[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) |
-[ ](https://github.com/IanVS) |[ ](https://github.com/ishendyweb) |[ ](https://github.com/NaxYo) |[ ](https://github.com/eltociear) |[ ](https://github.com/intenzive) |[ ](https://github.com/GreenJimmy) |
+[ ](https://github.com/huydod) |[ ](https://github.com/IanVS) |[ ](https://github.com/ishendyweb) |[ ](https://github.com/NaxYo) |[ ](https://github.com/eltociear) |[ ](https://github.com/intenzive) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[GreenJimmy](https://github.com/GreenJimmy) |
+[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) |
-[ ](https://github.com/mazoruss) |[ ](https://github.com/JacobMGEvans) |[ ](https://github.com/jdssem) |[ ](https://github.com/Jbithell) |[ ](https://github.com/jcjmcclean) |[ ](https://github.com/janklimo) |
+[ ](https://github.com/GreenJimmy) |[ ](https://github.com/mazoruss) |[ ](https://github.com/JacobMGEvans) |[ ](https://github.com/jdssem) |[ ](https://github.com/Jbithell) |[ ](https://github.com/jcjmcclean) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[janklimo](https://github.com/janklimo) |
+[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) |
-[ ](https://github.com/janwilts) |[ ](https://github.com/vith) |[ ](https://github.com/jessica-coursera) |[ ](https://github.com/Jmales) |[ ](https://github.com/theJoeBiz) |[ ](https://github.com/profsmallpine) |
+[ ](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[profsmallpine](https://github.com/profsmallpine) |
+[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) |
-[ ](https://github.com/chromacoma) |[ ](https://github.com/jonathanarbely) |[ ](https://github.com/jderrough) |[ ](https://github.com/jorgeepc) |[ ](https://github.com/jszobody) |[ ](https://github.com/julianocomg) |
+[ ](https://github.com/profsmallpine) |[ ](https://github.com/chromacoma) |[ ](https://github.com/jonathanarbely) |[ ](https://github.com/jderrough) |[ ](https://github.com/jorgeepc) |[ ](https://github.com/jszobody) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[julianocomg](https://github.com/julianocomg) |
+[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) |
[ ](https://github.com/jmontoyaa) |[ ](https://github.com/tykarol) |[ ](https://github.com/firesharkstudios) |[ ](https://github.com/elkebab) |[ ](https://github.com/kyleparisi) |[ ](https://github.com/leaanthony) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -423,33 +423,33 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[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) |
-[ ](https://github.com/YehudaKremer) |[ ](https://github.com/zachconner) |[ ](https://github.com/zacharylawson) |[ ](https://github.com/zidingz) |[ ](https://github.com/agreene-coursera) |[ ](https://github.com/alfatv) |
+[ ](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[YehudaKremer](https://github.com/YehudaKremer) |[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zidingz](https://github.com/zidingz) |[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |
+[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) |
-[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |[ ](https://github.com/canvasbh) |[ ](https://github.com/christianwengert) |
+[ ](https://github.com/alfatv) |[ ](https://github.com/arggh) |[ ](https://github.com/avalla) |[ ](https://github.com/bdirito) |[ ](https://github.com/c0b41) |[ ](https://github.com/canvasbh) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[christianwengert](https://github.com/christianwengert) |
+[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) |
-[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/fingul) |[ ](https://github.com/franckl) |[ ](https://github.com/gaelicwinter) |
+[ ](https://github.com/christianwengert) |[ ](https://github.com/craigcbrunner) |[ ](https://github.com/darthf1) |[ ](https://github.com/dkisic) |[ ](https://github.com/fingul) |[ ](https://github.com/franckl) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[gaelicwinter](https://github.com/gaelicwinter) |
+[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) |
-[ ](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/magumbo) |
+[ ](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[magumbo](https://github.com/magumbo) |
+[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) |
-[ ](https://github.com/ninesalt) |[ ](https://github.com/phil714) |[ ](https://github.com/luntta) |[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |[ ](https://github.com/rtaieb) |
+[ ](https://github.com/magumbo) |[ ](https://github.com/ninesalt) |[ ](https://github.com/phil714) |[ ](https://github.com/luntta) |[ ](https://github.com/rhymes) |[ ](https://github.com/rlebosse) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[rtaieb](https://github.com/rtaieb) |
+[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) |
-[ ](https://github.com/slawexxx44) |[ ](https://github.com/thanhthot) |[ ](https://github.com/tinny77) |[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |[ ](https://github.com/yoann-hellopret) |
+[ ](https://github.com/rtaieb) |[ ](https://github.com/slawexxx44) |[ ](https://github.com/thanhthot) |[ ](https://github.com/tinny77) |[ ](https://github.com/tusharjkhunt) |[ ](https://github.com/vedran555) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[yoann-hellopret](https://github.com/yoann-hellopret) |
+[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) |
-[ ](https://github.com/olitomas) |[ ](https://github.com/JimmyLv) |
-:---: |:---: |
-[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
+[ ](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) |
diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html
index 344e6ad46..b34c7b81a 100644
--- a/examples/cdn-example/index.html
+++ b/examples/cdn-example/index.html
@@ -4,11 +4,11 @@
-
+
Open Modal
-
+
+
+
+
```
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 21300aec7..23b1ee563 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.2.1",
+ "version": "2.3.0",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
diff --git a/packages/@uppy/thumbnail-generator/CHANGELOG.md b/packages/@uppy/thumbnail-generator/CHANGELOG.md
index 221d39d49..92e92603e 100644
--- a/packages/@uppy/thumbnail-generator/CHANGELOG.md
+++ b/packages/@uppy/thumbnail-generator/CHANGELOG.md
@@ -1,5 +1,13 @@
# @uppy/thumbnail-generator
+## 2.1.0
+
+Released: 2022-02-14
+Included in: Uppy v2.5.0
+
+- @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: Add dashboard and UIPlugin types (Merlijn Vos / #3426)
+- @uppy/thumbnail-generator: exifr: remove legacy IE support (Artur Paikin / #3382)
+
## 2.0.6
Released: 2021-12-07
diff --git a/packages/@uppy/thumbnail-generator/package.json b/packages/@uppy/thumbnail-generator/package.json
index 99f4bce42..79cee8b15 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.0.6",
+ "version": "2.1.0",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
diff --git a/packages/uppy/package.json b/packages/uppy/package.json
index 67845b15b..f1d31e505 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.4.1",
+ "version": "2.5.0",
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
diff --git a/website/src/docs/index.md b/website/src/docs/index.md
index eb81fd2f3..fb0bc74be 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 dcf3fbcbd..f76fbcacb 100644
--- a/website/src/docs/locales.md
+++ b/website/src/docs/locales.md
@@ -34,8 +34,8 @@ 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 8da88e36a..352e3a252 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/dashboard/app.es6 b/website/src/examples/dashboard/app.es6
index b555f10c1..4f867f341 100644
--- a/website/src/examples/dashboard/app.es6
+++ b/website/src/examples/dashboard/app.es6
@@ -233,7 +233,7 @@ function loadLocaleFromCDN (localeName) {
const head = document.getElementsByTagName('head')[0]
const js = document.createElement('script')
js.type = 'text/javascript'
- js.src = `https://releases.transloadit.com/uppy/locales/v2.0.5/${localeName}.min.js`
+ js.src = `https://releases.transloadit.com/uppy/locales/v2.0.6/${localeName}.min.js`
head.appendChild(js)
}
diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html
index dffe71187..97ac5c7b9 100644
--- a/website/src/examples/i18n/app.html
+++ b/website/src/examples/i18n/app.html
@@ -1,7 +1,7 @@
-
+
@@ -12,9 +12,9 @@
-
-
-
+
+
+
+//
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 44368474c..06a52ab33 100644
--- a/website/src/examples/markdown-snippets/app.html
+++ b/website/src/examples/markdown-snippets/app.html
@@ -1,6 +1,6 @@
+ -->