From 2289fc94ccb9100ea9ee23af541054c8412699dc Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 27 Apr 2022 13:40:07 +0100
Subject: [PATCH] Release: uppy@2.9.4 (#3667)
| Package | Version | Package | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/aws-s3-multipart | 2.2.2 | @uppy/file-input | 2.0.6 |
| @uppy/box | 1.0.6 | @uppy/form | 2.0.5 |
| @uppy/companion | 3.5.1 | @uppy/locales | 2.0.9 |
| @uppy/compressor | 0.2.5 | @uppy/transloadit | 2.1.5 |
| @uppy/core | 2.1.9 | @uppy/utils | 4.0.7 |
| @uppy/drag-drop | 2.0.7 | @uppy/vue | 0.4.7 |
| @uppy/drop-target | 1.1.3 | @uppy/robodog | 2.5.4 |
| @uppy/dropbox | 2.0.6 | uppy | 2.9.4 |
| @uppy/facebook | 2.0.6 | | |
- @uppy/locales: Plural translation in cs_CZ local (JakubHaladej / #3666)
- @uppy/vue: Add license field to package.json in @uppy/vue (Tobias Trumm / #3664)
- meta: Add todo comments (Murderlon)
- @uppy/facebook: refactor to ESM (Antoine du Hamel / #3653)
- meta: locale-pack: refactor to use more parallel processing (Antoine du Hamel / #3630)
- @uppy/file-input: refactor to ESM (Antoine du Hamel / #3652)
- meta: sign requests sent to Transloadit in e2e suite (Antoine du Hamel / #3656)
- meta: add `VITE_TRANSLOADIT_SECRET` for e2e (Antoine du Hamel)
- meta: Update BACKLOG.md (Artur Paikin)
- @uppy/form: refactor to ESM (Antoine du Hamel / #3654)
- @uppy/dropbox: refactor to ESM (Antoine du Hamel / #3651)
- meta: sign requests sent to Transloadit in dev env (Antoine du Hamel / #3517)
- @uppy/drop-target: refactor to ESM (Antoine du Hamel / #3648)
- @uppy/core: fix `TypeError` when file was removed (Antoine du Hamel / #3650)
- @uppy/drag-drop: refactor to ESM (Antoine du Hamel / #3647)
- meta: update outdated files (Antoine du Hamel / #3646)
- @uppy/compressor: Set meta on file compression (Camilo Forero / #3644)
- @uppy/transloadit: improve fetch error handling (Antoine du Hamel / #3637)
- @uppy/box: refactor to ESM (Antoine du Hamel / #3643)
- @uppy/utils: Fix getFileType for dicom images (Merlijn Vos / #3610)
- @uppy/aws-s3-multipart: Add `companionCookiesRule` type to @uppy/aws-s3-multipart (Mauricio Ribeiro / #3623)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 39 +++++
README.md | 134 +++++++++---------
examples/cdn-example/index.html | 4 +-
examples/transloadit-textarea/index.html | 2 +-
.../uppy-with-companion/client/index.html | 4 +-
packages/@uppy/aws-s3-multipart/CHANGELOG.md | 7 +
packages/@uppy/aws-s3-multipart/package.json | 2 +-
packages/@uppy/box/CHANGELOG.md | 7 +
packages/@uppy/box/package.json | 2 +-
packages/@uppy/companion/package.json | 2 +-
packages/@uppy/compressor/CHANGELOG.md | 7 +
packages/@uppy/compressor/package.json | 2 +-
packages/@uppy/core/CHANGELOG.md | 7 +
packages/@uppy/core/package.json | 2 +-
packages/@uppy/drag-drop/CHANGELOG.md | 7 +
packages/@uppy/drag-drop/package.json | 2 +-
packages/@uppy/drop-target/CHANGELOG.md | 7 +
packages/@uppy/drop-target/package.json | 2 +-
packages/@uppy/dropbox/CHANGELOG.md | 7 +
packages/@uppy/dropbox/package.json | 2 +-
packages/@uppy/facebook/CHANGELOG.md | 7 +
packages/@uppy/facebook/package.json | 2 +-
packages/@uppy/file-input/CHANGELOG.md | 7 +
packages/@uppy/file-input/package.json | 2 +-
packages/@uppy/form/CHANGELOG.md | 8 ++
packages/@uppy/form/package.json | 2 +-
packages/@uppy/locales/CHANGELOG.md | 7 +
packages/@uppy/locales/package.json | 2 +-
packages/@uppy/robodog/README.md | 4 +-
packages/@uppy/robodog/package.json | 2 +-
packages/@uppy/transloadit/CHANGELOG.md | 7 +
packages/@uppy/transloadit/package.json | 2 +-
packages/@uppy/utils/CHANGELOG.md | 7 +
packages/@uppy/utils/package.json | 2 +-
packages/@uppy/vue/CHANGELOG.md | 7 +
packages/@uppy/vue/package.json | 2 +-
packages/uppy/package.json | 2 +-
website/src/docs/index.md | 10 +-
website/src/docs/locales.md | 4 +-
website/src/docs/migration-guides.md | 6 +-
website/src/docs/robodog-form.md | 6 +-
website/src/docs/robodog.md | 4 +-
website/src/examples/dashboard/app.es6 | 2 +-
website/src/examples/i18n/app.html | 8 +-
.../src/examples/markdown-snippets/app.es6 | 2 +-
.../src/examples/markdown-snippets/app.html | 2 +-
website/themes/uppy/layout/index.ejs | 6 +-
48 files changed, 255 insertions(+), 117 deletions(-)
create mode 100644 packages/@uppy/form/CHANGELOG.md
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 04c1be5a0..2e61f97fa 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 d68ade184..022e25b1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,45 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 2.9.4
+
+Released: 2022-04-27
+
+| Package | Version | Package | Version |
+| ---------------------- | ------- | ---------------------- | ------- |
+| @uppy/aws-s3-multipart | 2.2.2 | @uppy/file-input | 2.0.6 |
+| @uppy/box | 1.0.6 | @uppy/form | 2.0.5 |
+| @uppy/companion | 3.5.1 | @uppy/locales | 2.0.9 |
+| @uppy/compressor | 0.2.5 | @uppy/transloadit | 2.1.5 |
+| @uppy/core | 2.1.9 | @uppy/utils | 4.0.7 |
+| @uppy/drag-drop | 2.0.7 | @uppy/vue | 0.4.7 |
+| @uppy/drop-target | 1.1.3 | @uppy/robodog | 2.5.4 |
+| @uppy/dropbox | 2.0.6 | uppy | 2.9.4 |
+| @uppy/facebook | 2.0.6 | | |
+
+- @uppy/locales: Plural translation in cs_CZ local (JakubHaladej / #3666)
+- @uppy/vue: Add license field to package.json in @uppy/vue (Tobias Trumm / #3664)
+- meta: Add todo comments (Murderlon)
+- @uppy/facebook: refactor to ESM (Antoine du Hamel / #3653)
+- meta: locale-pack: refactor to use more parallel processing (Antoine du Hamel / #3630)
+- @uppy/file-input: refactor to ESM (Antoine du Hamel / #3652)
+- meta: sign requests sent to Transloadit in e2e suite (Antoine du Hamel / #3656)
+- meta: add `VITE_TRANSLOADIT_SECRET` for e2e (Antoine du Hamel)
+- meta: Update BACKLOG.md (Artur Paikin)
+- @uppy/form: refactor to ESM (Antoine du Hamel / #3654)
+- @uppy/dropbox: refactor to ESM (Antoine du Hamel / #3651)
+- meta: sign requests sent to Transloadit in dev env (Antoine du Hamel / #3517)
+- @uppy/drop-target: refactor to ESM (Antoine du Hamel / #3648)
+- @uppy/core: fix `TypeError` when file was removed (Antoine du Hamel / #3650)
+- @uppy/drag-drop: refactor to ESM (Antoine du Hamel / #3647)
+- meta: update outdated files (Antoine du Hamel / #3646)
+- @uppy/compressor: Set meta on file compression (Camilo Forero / #3644)
+- @uppy/transloadit: improve fetch error handling (Antoine du Hamel / #3637)
+- @uppy/box: refactor to ESM (Antoine du Hamel / #3643)
+- @uppy/utils: Fix getFileType for dicom images (Merlijn Vos / #3610)
+- @uppy/aws-s3-multipart: Add `companionCookiesRule` type to @uppy/aws-s3-multipart (Mauricio Ribeiro / #3623)
+
+
## 2.9.3
Released: 2022-04-07
diff --git a/README.md b/README.md
index 29f1f624d..53c042f91 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.9.3/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.9.4/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
-
+
-
+
@@ -186,7 +186,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
@@ -256,9 +256,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[richardwillars](https://github.com/richardwillars) |[ajkachnic](https://github.com/ajkachnic) |[dependabot\[bot\]](https://github.com/apps/dependabot) |[zcallan](https://github.com/zcallan) |
-[
](https://github.com/tim-kos) |[
](https://github.com/apps/github-actions) |[
](https://github.com/janko) |[
](https://github.com/wilkoklak) |[
](https://github.com/oliverpool) |[
](https://github.com/Botz) |
+[
](https://github.com/apps/github-actions) |[
](https://github.com/tim-kos) |[
](https://github.com/janko) |[
](https://github.com/wilkoklak) |[
](https://github.com/oliverpool) |[
](https://github.com/Botz) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[tim-kos](https://github.com/tim-kos) |[github-actions\[bot\]](https://github.com/apps/github-actions) |[janko](https://github.com/janko) |[wilkoklak](https://github.com/wilkoklak) |[oliverpool](https://github.com/oliverpool) |[Botz](https://github.com/Botz) |
+[github-actions\[bot\]](https://github.com/apps/github-actions) |[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) |
[
](https://github.com/YukeshShr) |[
](https://github.com/mcallistertyler) |[
](https://github.com/mokutsu-coursera) |[
](https://github.com/DJWassink) |[
](https://github.com/taoqf) |[
](https://github.com/tuoxiansp) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -284,57 +284,57 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[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/behnammodi) |[
](https://github.com/BePo65) |[
](https://github.com/Burkes) |[
](https://github.com/craigjennings11) |[
](https://github.com/davekiss) |[
](https://github.com/DenysNosov) |
+[
](https://github.com/behnammodi) |[
](https://github.com/BePo65) |[
](https://github.com/Burkes) |[
](https://github.com/camiloforero) |[
](https://github.com/craigjennings11) |[
](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) |
+[behnammodi](https://github.com/behnammodi) |[BePo65](https://github.com/BePo65) |[Burkes](https://github.com/Burkes) |[camiloforero](https://github.com/camiloforero) |[craigjennings11](https://github.com/craigjennings11) |[davekiss](https://github.com/davekiss) |
-[
](https://github.com/ethanwillis) |[
](https://github.com/frobinsonj) |[
](https://github.com/geertclerx) |[
](https://github.com/ghasrfakhri) |[
](https://github.com/jasonbosco) |[
](https://github.com/jedwood) |
+[
](https://github.com/DenysNosov) |[
](https://github.com/ethanwillis) |[
](https://github.com/frobinsonj) |[
](https://github.com/geertclerx) |[
](https://github.com/ghasrfakhri) |[
](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) |
+[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) |
-[
](https://github.com/dogrocker) |[
](https://github.com/lamartire) |[
](https://github.com/lafe) |[
](https://github.com/Mactaivsh) |[
](https://github.com/maferland) |[
](https://github.com/Martin005) |
+[
](https://github.com/jedwood) |[
](https://github.com/dogrocker) |[
](https://github.com/lamartire) |[
](https://github.com/lafe) |[
](https://github.com/Mactaivsh) |[
](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) |
+[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) |
-[
](https://github.com/martiuslim) |[
](https://github.com/MatthiasKunnen) |[
](https://github.com/msand) |[
](https://github.com/paescuj) |[
](https://github.com/richartkeil) |[
](https://github.com/richmeij) |
+[
](https://github.com/Martin005) |[
](https://github.com/martiuslim) |[
](https://github.com/MatthiasKunnen) |[
](https://github.com/msand) |[
](https://github.com/paescuj) |[
](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) |
+[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) |
-[
](https://github.com/rdimartino) |[
](https://github.com/rosenfeld) |[
](https://github.com/jrschumacher) |[
](https://github.com/SlavikTraktor) |[
](https://github.com/ThomasG77) |[
](https://github.com/sparanoid) |
+[
](https://github.com/richmeij) |[
](https://github.com/rdimartino) |[
](https://github.com/rosenfeld) |[
](https://github.com/jrschumacher) |[
](https://github.com/SlavikTraktor) |[
](https://github.com/ThomasG77) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[rdimartino](https://github.com/rdimartino) |[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[SlavikTraktor](https://github.com/SlavikTraktor) |[ThomasG77](https://github.com/ThomasG77) |[sparanoid](https://github.com/sparanoid) |
+[richmeij](https://github.com/richmeij) |[rdimartino](https://github.com/rdimartino) |[rosenfeld](https://github.com/rosenfeld) |[jrschumacher](https://github.com/jrschumacher) |[SlavikTraktor](https://github.com/SlavikTraktor) |[ThomasG77](https://github.com/ThomasG77) |
-[
](https://github.com/zhuangya) |[
](https://github.com/yaegor) |[
](https://github.com/allenfantasy) |[
](https://github.com/Zyclotrop-j) |[
](https://github.com/anark) |[
](https://github.com/fortrieb) |
+[
](https://github.com/sparanoid) |[
](https://github.com/zhuangya) |[
](https://github.com/yaegor) |[
](https://github.com/allenfantasy) |[
](https://github.com/Zyclotrop-j) |[
](https://github.com/anark) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[zhuangya](https://github.com/zhuangya) |[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) |
+[sparanoid](https://github.com/sparanoid) |[zhuangya](https://github.com/zhuangya) |[yaegor](https://github.com/yaegor) |[allenfantasy](https://github.com/allenfantasy) |[Zyclotrop-j](https://github.com/Zyclotrop-j) |[anark](https://github.com/anark) |
-[
](https://github.com/jarey) |[
](https://github.com/muhammadInam) |[
](https://github.com/rettgerst) |[
](https://github.com/mkabatek) |[
](https://github.com/jukakoski) |[
](https://github.com/olemoign) |
+[
](https://github.com/fortrieb) |[
](https://github.com/jarey) |[
](https://github.com/muhammadInam) |[
](https://github.com/rettgerst) |[
](https://github.com/mkabatek) |[
](https://github.com/jukakoski) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[jarey](https://github.com/jarey) |[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) |
+[fortrieb](https://github.com/fortrieb) |[jarey](https://github.com/jarey) |[muhammadInam](https://github.com/muhammadInam) |[rettgerst](https://github.com/rettgerst) |[mkabatek](https://github.com/mkabatek) |[jukakoski](https://github.com/jukakoski) |
-[
](https://github.com/ajschmidt8) |[
](https://github.com/superhawk610) |[
](https://github.com/abannach) |[
](https://github.com/adamelmore) |[
](https://github.com/ajh-sr) |[
](https://github.com/adamvigneault) |
+[
](https://github.com/olemoign) |[
](https://github.com/ajschmidt8) |[
](https://github.com/superhawk610) |[
](https://github.com/abannach) |[
](https://github.com/adamelmore) |[
](https://github.com/ajh-sr) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[ajschmidt8](https://github.com/ajschmidt8) |[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) |
+[olemoign](https://github.com/olemoign) |[ajschmidt8](https://github.com/ajschmidt8) |[superhawk610](https://github.com/superhawk610) |[abannach](https://github.com/abannach) |[adamelmore](https://github.com/adamelmore) |[ajh-sr](https://github.com/ajh-sr) |
-[
](https://github.com/Adrrei) |[
](https://github.com/adritasharma) |[
](https://github.com/ahmadissa) |[
](https://github.com/asmt3) |[
](https://github.com/alexnj) |[
](https://github.com/aalepis) |
+[
](https://github.com/adamvigneault) |[
](https://github.com/Adrrei) |[
](https://github.com/adritasharma) |[
](https://github.com/ahmadissa) |[
](https://github.com/asmt3) |[
](https://github.com/alexnj) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Adrrei](https://github.com/Adrrei) |[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) |
+[adamvigneault](https://github.com/adamvigneault) |[Adrrei](https://github.com/Adrrei) |[adritasharma](https://github.com/adritasharma) |[ahmadissa](https://github.com/ahmadissa) |[asmt3](https://github.com/asmt3) |[alexnj](https://github.com/alexnj) |
-[
](https://github.com/Dogfalo) |[
](https://github.com/tekacs) |[
](https://github.com/amitport) |[
](https://github.com/functino) |[
](https://github.com/radarhere) |[
](https://github.com/superandrew213) |
+[
](https://github.com/aalepis) |[
](https://github.com/Dogfalo) |[
](https://github.com/tekacs) |[
](https://github.com/amitport) |[
](https://github.com/functino) |[
](https://github.com/radarhere) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[Dogfalo](https://github.com/Dogfalo) |[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) |
+[aalepis](https://github.com/aalepis) |[Dogfalo](https://github.com/Dogfalo) |[tekacs](https://github.com/tekacs) |[amitport](https://github.com/amitport) |[functino](https://github.com/functino) |[radarhere](https://github.com/radarhere) |
-[
](https://github.com/andychongyz) |[
](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/superandrew213) |[
](https://github.com/andychongyz) |[
](https://github.com/anthony0030) |[
](https://github.com/Abourass) |[
](https://github.com/arthurdenner) |[
](https://github.com/apuyou) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[andychongyz](https://github.com/andychongyz) |[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) |
+[superandrew213](https://github.com/superandrew213) |[andychongyz](https://github.com/andychongyz) |[anthony0030](https://github.com/anthony0030) |[Abourass](https://github.com/Abourass) |[arthurdenner](https://github.com/arthurdenner) |[apuyou](https://github.com/apuyou) |
-[
](https://github.com/atsawin) |[
](https://github.com/ayhankesicioglu) |[
](https://github.com/azeemba) |[
](https://github.com/azizk) |[
](https://github.com/bducharme) |[
](https://github.com/Quorafind) |
+[
](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) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[Quorafind](https://github.com/Quorafind) |
+[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/wbaaron) |[
](https://github.com/bedgerotto) |[
](https://github.com/cyu) |[
](https://github.com/camiloforero) |[
](https://github.com/cartfisk) |[
](https://github.com/cellvinchung) |
+[
](https://github.com/Quorafind) |[
](https://github.com/wbaaron) |[
](https://github.com/bedgerotto) |[
](https://github.com/cyu) |[
](https://github.com/cartfisk) |[
](https://github.com/cellvinchung) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[wbaaron](https://github.com/wbaaron) |[bedgerotto](https://github.com/bedgerotto) |[cyu](https://github.com/cyu) |[camiloforero](https://github.com/camiloforero) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |
+[Quorafind](https://github.com/Quorafind) |[wbaaron](https://github.com/wbaaron) |[bedgerotto](https://github.com/bedgerotto) |[cyu](https://github.com/cyu) |[cartfisk](https://github.com/cartfisk) |[cellvinchung](https://github.com/cellvinchung) |
[
](https://github.com/chao) |[
](https://github.com/Cretezy) |[
](https://github.com/charlybillaud) |[
](https://github.com/csprance) |[
](https://github.com/Aarbel) |[
](https://github.com/cbush06) |
:---: |:---: |:---: |:---: |:---: |:---: |
@@ -388,73 +388,73 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
:---: |:---: |:---: |:---: |:---: |:---: |
[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/Acconut) |[
](https://github.com/martin-brennan) |[
](https://github.com/masaok) |[
](https://github.com/mattfik) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/hrsh) |
+[
](https://github.com/Acconut) |[
](https://github.com/martin-brennan) |[
](https://github.com/masaok) |[
](https://github.com/mattfik) |[
](https://github.com/matthewhartstonge) |[
](https://github.com/mauricioribeiro) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |[mauricioribeiro](https://github.com/mauricioribeiro) |
-[
](https://github.com/mhulet) |[
](https://github.com/mkopinsky) |[
](https://github.com/achmiral) |[
](https://github.com/boudra) |[
](https://github.com/mnafees) |[
](https://github.com/shahimclt) |
+[
](https://github.com/hrsh) |[
](https://github.com/mhulet) |[
](https://github.com/mkopinsky) |[
](https://github.com/achmiral) |[
](https://github.com/boudra) |[
](https://github.com/mnafees) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[hrsh](https://github.com/hrsh) |[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) |
-[
](https://github.com/navruzm) |[
](https://github.com/marton-laszlo-attila) |[
](https://github.com/pleasespammelater) |[
](https://github.com/naveed-ahmad) |[
](https://github.com/nicojones) |[
](https://github.com/coreprocess) |
+[
](https://github.com/shahimclt) |[
](https://github.com/navruzm) |[
](https://github.com/marton-laszlo-attila) |[
](https://github.com/pleasespammelater) |[
](https://github.com/naveed-ahmad) |[
](https://github.com/nicojones) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |[coreprocess](https://github.com/coreprocess) |
+[shahimclt](https://github.com/shahimclt) |[navruzm](https://github.com/navruzm) |[marton-laszlo-attila](https://github.com/marton-laszlo-attila) |[pleasespammelater](https://github.com/pleasespammelater) |[naveed-ahmad](https://github.com/naveed-ahmad) |[nicojones](https://github.com/nicojones) |
-[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |[
](https://github.com/cryptic022) |[
](https://github.com/patricklindsay) |[
](https://github.com/pedrofs) |[
](https://github.com/pmusaraj) |
+[
](https://github.com/coreprocess) |[
](https://github.com/nil1511) |[
](https://github.com/leftdevel) |[
](https://github.com/cryptic022) |[
](https://github.com/patricklindsay) |[
](https://github.com/pedrofs) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[pmusaraj](https://github.com/pmusaraj) |
+[coreprocess](https://github.com/coreprocess) |[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) |
-[
](https://github.com/phillipalexander) |[
](https://github.com/ppadmavilasom) |[
](https://github.com/Pzoco) |[
](https://github.com/eman8519) |[
](https://github.com/luarmr) |[
](https://github.com/refo) |
+[
](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) |[refo](https://github.com/refo) |
+[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/SxDx) |[
](https://github.com/robwilson1) |[
](https://github.com/romain-preston) |[
](https://github.com/scherroman) |[
](https://github.com/rossng) |[
](https://github.com/rart) |
+[
](https://github.com/refo) |[
](https://github.com/SxDx) |[
](https://github.com/robwilson1) |[
](https://github.com/romain-preston) |[
](https://github.com/scherroman) |[
](https://github.com/rossng) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[SxDx](https://github.com/SxDx) |[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) |
+[refo](https://github.com/refo) |[SxDx](https://github.com/SxDx) |[robwilson1](https://github.com/robwilson1) |[romain-preston](https://github.com/romain-preston) |[scherroman](https://github.com/scherroman) |[rossng](https://github.com/rossng) |
-[
](https://github.com/fortunto2) |[
](https://github.com/samuelcolburn) |[
](https://github.com/sebasegovia01) |[
](https://github.com/sergei-zelinsky) |[
](https://github.com/szh) |[
](https://github.com/SpazzMarticus) |
+[
](https://github.com/rart) |[
](https://github.com/fortunto2) |[
](https://github.com/samuelcolburn) |[
](https://github.com/sebasegovia01) |[
](https://github.com/sergei-zelinsky) |[
](https://github.com/szh) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[fortunto2](https://github.com/fortunto2) |[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) |
+[rart](https://github.com/rart) |[fortunto2](https://github.com/fortunto2) |[samuelcolburn](https://github.com/samuelcolburn) |[sebasegovia01](https://github.com/sebasegovia01) |[sergei-zelinsky](https://github.com/sergei-zelinsky) |[szh](https://github.com/szh) |
-[
](https://github.com/waptik) |[
](https://github.com/amaitu) |[
](https://github.com/steverob) |[
](https://github.com/taj) |[
](https://github.com/Tashows) |[
](https://github.com/twarlop) |
+[
](https://github.com/SpazzMarticus) |[
](https://github.com/waptik) |[
](https://github.com/amaitu) |[
](https://github.com/steverob) |[
](https://github.com/taj) |[
](https://github.com/Tashows) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[waptik](https://github.com/waptik) |[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) |
+[SpazzMarticus](https://github.com/SpazzMarticus) |[waptik](https://github.com/waptik) |[amaitu](https://github.com/amaitu) |[steverob](https://github.com/steverob) |[taj](https://github.com/taj) |[Tashows](https://github.com/Tashows) |
-[
](https://github.com/tmaier) |[
](https://github.com/tomsaleeba) |[
](https://github.com/tvaliasek) |[
](https://github.com/vially) |[
](https://github.com/valentinoli) |[
](https://github.com/nagyv) |
+[
](https://github.com/twarlop) |[
](https://github.com/tmaier) |[
](https://github.com/WIStudent) |[
](https://github.com/tomsaleeba) |[
](https://github.com/tvaliasek) |[
](https://github.com/vially) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[tmaier](https://github.com/tmaier) |[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) |
+[twarlop](https://github.com/twarlop) |[tmaier](https://github.com/tmaier) |[WIStudent](https://github.com/WIStudent) |[tomsaleeba](https://github.com/tomsaleeba) |[tvaliasek](https://github.com/tvaliasek) |[vially](https://github.com/vially) |
-[
](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/valentinoli) |[
](https://github.com/nagyv) |[
](https://github.com/dwnste) |[
](https://github.com/willycamargo) |[
](https://github.com/xhocquet) |[
](https://github.com/YehudaKremer) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[dwnste](https://github.com/dwnste) |[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) |
+[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) |[YehudaKremer](https://github.com/YehudaKremer) |
-[
](https://github.com/zackbloom) |[
](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/zachconner) |[
](https://github.com/zacharylawson) |[
](https://github.com/zackbloom) |[
](https://github.com/sartoshi-foot-dao) |[
](https://github.com/agreene-coursera) |[
](https://github.com/alfatv) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[zackbloom](https://github.com/zackbloom) |[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) |
+[zachconner](https://github.com/zachconner) |[zacharylawson](https://github.com/zacharylawson) |[zackbloom](https://github.com/zackbloom) |[sartoshi-foot-dao](https://github.com/sartoshi-foot-dao) |[agreene-coursera](https://github.com/agreene-coursera) |[alfatv](https://github.com/alfatv) |
-[
](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/arggh) |[
](https://github.com/avalla) |[
](https://github.com/bdirito) |[
](https://github.com/c0b41) |[
](https://github.com/canvasbh) |[
](https://github.com/christianwengert) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |
+[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) |
-[
](https://github.com/dkisic) |[
](https://github.com/fingul) |[
](https://github.com/franckl) |[
](https://github.com/gaelicwinter) |[
](https://github.com/green-mike) |[
](https://github.com/heocoi) |
+[
](https://github.com/craigcbrunner) |[
](https://github.com/darthf1) |[
](https://github.com/dkisic) |[
](https://github.com/fingul) |[
](https://github.com/franckl) |[
](https://github.com/gaelicwinter) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[dkisic](https://github.com/dkisic) |[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) |
+[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) |
-[
](https://github.com/hxgf) |[
](https://github.com/johnmanjiro13) |[
](https://github.com/kode-ninja) |[
](https://github.com/jx-zyf) |[
](https://github.com/magumbo) |[
](https://github.com/ninesalt) |
+[
](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/jx-zyf) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[ninesalt](https://github.com/ninesalt) |
+[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) |[jx-zyf](https://github.com/jx-zyf) |
-[
](https://github.com/phil714) |[
](https://github.com/luntta) |[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |
+[
](https://github.com/magumbo) |[
](https://github.com/ninesalt) |[
](https://github.com/phil714) |[
](https://github.com/luntta) |[
](https://github.com/rhymes) |[
](https://github.com/rlebosse) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[slawexxx44](https://github.com/slawexxx44) |
+[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/thanhthot) |[
](https://github.com/tinny77) |[
](https://github.com/tusharjkhunt) |[
](https://github.com/vedran555) |[
](https://github.com/yoann-hellopret) |[
](https://github.com/olitomas) |
+[
](https://github.com/rtaieb) |[
](https://github.com/slawexxx44) |[
](https://github.com/thanhthot) |[
](https://github.com/tinny77) |[
](https://github.com/tusharjkhunt) |[
](https://github.com/vedran555) |
:---: |:---: |:---: |:---: |:---: |:---: |
-[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) |[olitomas](https://github.com/olitomas) |
+[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/JimmyLv) |
-:---: |
-[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 3e92e173f..4491f0250 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 d3d7224bb..4c6c6e171 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.5.3",
+ "version": "2.5.4",
"license": "MIT",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
diff --git a/packages/@uppy/transloadit/CHANGELOG.md b/packages/@uppy/transloadit/CHANGELOG.md
index bf254b44a..82abfe80f 100644
--- a/packages/@uppy/transloadit/CHANGELOG.md
+++ b/packages/@uppy/transloadit/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/transloadit
+## 2.1.5
+
+Released: 2022-04-27
+Included in: Uppy v2.9.4
+
+- @uppy/transloadit: improve fetch error handling (Antoine du Hamel / #3637)
+
## 2.1.4
Released: 2022-04-07
diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json
index 8428f9b65..4366e4b22 100644
--- a/packages/@uppy/transloadit/package.json
+++ b/packages/@uppy/transloadit/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
- "version": "2.1.4",
+ "version": "2.1.5",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
diff --git a/packages/@uppy/utils/CHANGELOG.md b/packages/@uppy/utils/CHANGELOG.md
index 8347680af..6410c0545 100644
--- a/packages/@uppy/utils/CHANGELOG.md
+++ b/packages/@uppy/utils/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/utils
+## 4.0.7
+
+Released: 2022-04-27
+Included in: Uppy v2.9.4
+
+- @uppy/utils: Fix getFileType for dicom images (Merlijn Vos / #3610)
+
## 4.0.6
Released: 2022-04-07
diff --git a/packages/@uppy/utils/package.json b/packages/@uppy/utils/package.json
index ffcc7dbcc..28a7bb536 100644
--- a/packages/@uppy/utils/package.json
+++ b/packages/@uppy/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/utils",
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
- "version": "4.0.6",
+ "version": "4.0.7",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
diff --git a/packages/@uppy/vue/CHANGELOG.md b/packages/@uppy/vue/CHANGELOG.md
index a5845f2e1..660df0198 100644
--- a/packages/@uppy/vue/CHANGELOG.md
+++ b/packages/@uppy/vue/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/vue
+## 0.4.7
+
+Released: 2022-04-27
+Included in: Uppy v2.9.4
+
+- @uppy/vue: Add license field to package.json in @uppy/vue (Tobias Trumm / #3664)
+
## 0.4.6
Released: 2022-03-16
diff --git a/packages/@uppy/vue/package.json b/packages/@uppy/vue/package.json
index 61c01c92b..febc71f66 100644
--- a/packages/@uppy/vue/package.json
+++ b/packages/@uppy/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/vue",
- "version": "0.4.6",
+ "version": "0.4.7",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",
diff --git a/packages/uppy/package.json b/packages/uppy/package.json
index a1061bcf2..44d30ced6 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.9.3",
+ "version": "2.9.4",
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
diff --git a/website/src/docs/index.md b/website/src/docs/index.md
index d4b267916..61a52c95e 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:
@@ -181,5 +181,5 @@ export * from '@uppy/core'
If you’re using Uppy from CDN, those polyfills are already included in the bundle, no need to include anything additionally:
```html
-
+
```
diff --git a/website/src/docs/locales.md b/website/src/docs/locales.md
index 3c1c47382..e29120061 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 5b3f67fb9..f2b754244 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 034889c5c..4ab3c4405 100644
--- a/website/src/examples/dashboard/app.es6
+++ b/website/src/examples/dashboard/app.es6
@@ -242,7 +242,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.8/${localeName}.min.js`
+ js.src = `https://releases.transloadit.com/uppy/locales/v2.0.9/${localeName}.min.js`
head.appendChild(js)
}
diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html
index a53fa6a6b..3305d95da 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 c6916f037..60a019c02 100644
--- a/website/src/examples/markdown-snippets/app.html
+++ b/website/src/examples/markdown-snippets/app.html
@@ -1,6 +1,6 @@
+ -->