From 88066fbea9f5697a6547c24aee88986ef21b1557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 17:53:38 +0000 Subject: [PATCH] Release: uppy@2.13.4 (Maintenance) (#3999) | Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/audio | 0.3.3 | @uppy/progress-bar | 2.1.2 | | @uppy/aws-s3 | 2.2.2 | @uppy/provider-views | 2.1.3 | | @uppy/aws-s3-multipart | 2.4.3 | @uppy/react | 2.2.3 | | @uppy/box | 1.0.8 | @uppy/redux-dev-tools | 2.1.1 | | @uppy/companion | 3.7.2 | @uppy/remote-sources | 0.1.2 | | @uppy/companion-client | 2.2.2 | @uppy/screen-capture | 2.1.2 | | @uppy/compressor | 0.3.3 | @uppy/status-bar | 2.2.2 | | @uppy/core | 2.3.3 | @uppy/store-default | 2.1.1 | | @uppy/dashboard | 2.4.2 | @uppy/store-redux | 2.1.1 | | @uppy/drag-drop | 2.1.2 | @uppy/svelte | 1.0.9 | | @uppy/drop-target | 1.1.4 | @uppy/thumbnail-generator | 2.2.1 | | @uppy/dropbox | 2.0.8 | @uppy/transloadit | 2.3.7 | | @uppy/facebook | 2.0.8 | @uppy/tus | 2.4.3 | | @uppy/file-input | 2.1.2 | @uppy/unsplash | 2.1.1 | | @uppy/form | 2.0.7 | @uppy/url | 2.2.1 | | @uppy/golden-retriever | 2.1.1 | @uppy/utils | 4.1.2 | | @uppy/google-drive | 2.1.2 | @uppy/vue | 0.4.9 | | @uppy/image-editor | 1.4.2 | @uppy/webcam | 2.2.2 | | @uppy/informer | 2.1.1 | @uppy/xhr-upload | 2.1.3 | | @uppy/instagram | 2.1.2 | @uppy/zoom | 1.1.2 | | @uppy/locales | 2.1.2 | uppy | 2.13.4 | | @uppy/onedrive | 2.1.2 | | | - @uppy/tus: add file argument to `onBeforeRequest` (Merlijn Vos / #3984) - meta: add CI to `2.x` branch (Antoine du Hamel) - @uppy/utils: fix drop of multiple files on Chromium browsers (Antoine du Hamel / #3998) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 34 +++++++++++++++++++ README.md | 30 +++++++++------- examples/cdn-example/index.html | 4 +-- .../uppy-with-companion/client/index.html | 4 +-- packages/@uppy/audio/package.json | 2 +- packages/@uppy/aws-s3-multipart/package.json | 2 +- packages/@uppy/aws-s3/package.json | 2 +- packages/@uppy/box/package.json | 2 +- packages/@uppy/companion-client/package.json | 2 +- packages/@uppy/companion/package.json | 2 +- packages/@uppy/compressor/package.json | 2 +- packages/@uppy/core/package.json | 2 +- packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/drag-drop/package.json | 2 +- packages/@uppy/drop-target/package.json | 2 +- packages/@uppy/dropbox/package.json | 2 +- packages/@uppy/facebook/package.json | 2 +- packages/@uppy/file-input/package.json | 2 +- packages/@uppy/form/package.json | 2 +- packages/@uppy/golden-retriever/package.json | 2 +- packages/@uppy/google-drive/package.json | 2 +- packages/@uppy/image-editor/package.json | 2 +- packages/@uppy/informer/package.json | 2 +- packages/@uppy/instagram/package.json | 2 +- packages/@uppy/locales/package.json | 2 +- packages/@uppy/onedrive/package.json | 2 +- packages/@uppy/progress-bar/package.json | 2 +- packages/@uppy/provider-views/package.json | 2 +- packages/@uppy/react/package.json | 2 +- packages/@uppy/redux-dev-tools/package.json | 2 +- packages/@uppy/remote-sources/package.json | 2 +- packages/@uppy/screen-capture/package.json | 2 +- packages/@uppy/status-bar/package.json | 2 +- packages/@uppy/store-default/package.json | 2 +- packages/@uppy/store-redux/package.json | 2 +- packages/@uppy/svelte/package.json | 2 +- .../@uppy/thumbnail-generator/package.json | 2 +- packages/@uppy/transloadit/package.json | 2 +- packages/@uppy/tus/CHANGELOG.md | 7 ++++ packages/@uppy/tus/package.json | 2 +- packages/@uppy/unsplash/package.json | 2 +- packages/@uppy/url/package.json | 2 +- packages/@uppy/utils/CHANGELOG.md | 7 ++++ packages/@uppy/utils/package.json | 2 +- packages/@uppy/vue/package.json | 2 +- packages/@uppy/webcam/package.json | 2 +- packages/@uppy/xhr-upload/package.json | 2 +- packages/@uppy/zoom/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/examples/dashboard/app.es6 | 2 +- website/src/examples/i18n/app.html | 8 ++--- website/themes/uppy/layout/index.ejs | 6 ++-- 56 files changed, 131 insertions(+), 79 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index eb26c82b8d..8634e2574b 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 c26c5ea1e5..f09c5f1246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,40 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 2.13.4 + +Released: 2022-08-17 + +| Package | Version | Package | Version | +| ------------------------- | ------- | ------------------------- | ------- | +| @uppy/audio | 0.3.3 | @uppy/progress-bar | 2.1.2 | +| @uppy/aws-s3 | 2.2.2 | @uppy/provider-views | 2.1.3 | +| @uppy/aws-s3-multipart | 2.4.3 | @uppy/react | 2.2.3 | +| @uppy/box | 1.0.8 | @uppy/redux-dev-tools | 2.1.1 | +| @uppy/companion | 3.7.2 | @uppy/remote-sources | 0.1.2 | +| @uppy/companion-client | 2.2.2 | @uppy/screen-capture | 2.1.2 | +| @uppy/compressor | 0.3.3 | @uppy/status-bar | 2.2.2 | +| @uppy/core | 2.3.3 | @uppy/store-default | 2.1.1 | +| @uppy/dashboard | 2.4.2 | @uppy/store-redux | 2.1.1 | +| @uppy/drag-drop | 2.1.2 | @uppy/svelte | 1.0.9 | +| @uppy/drop-target | 1.1.4 | @uppy/thumbnail-generator | 2.2.1 | +| @uppy/dropbox | 2.0.8 | @uppy/transloadit | 2.3.7 | +| @uppy/facebook | 2.0.8 | @uppy/tus | 2.4.3 | +| @uppy/file-input | 2.1.2 | @uppy/unsplash | 2.1.1 | +| @uppy/form | 2.0.7 | @uppy/url | 2.2.1 | +| @uppy/golden-retriever | 2.1.1 | @uppy/utils | 4.1.2 | +| @uppy/google-drive | 2.1.2 | @uppy/vue | 0.4.9 | +| @uppy/image-editor | 1.4.2 | @uppy/webcam | 2.2.2 | +| @uppy/informer | 2.1.1 | @uppy/xhr-upload | 2.1.3 | +| @uppy/instagram | 2.1.2 | @uppy/zoom | 1.1.2 | +| @uppy/locales | 2.1.2 | uppy | 2.13.4 | +| @uppy/onedrive | 2.1.2 | | | + +- @uppy/tus: add file argument to `onBeforeRequest` (Merlijn Vos / #3984) +- meta: add CI to `2.x` branch (Antoine du Hamel) +- @uppy/utils: fix drop of multiple files on Chromium browsers (Antoine du Hamel / #3998) + + ## 2.13.3 Released: 2022-08-08 diff --git a/README.md b/README.md index 6124dd38fc..1ab4d2b8ca 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ const uppy = new Uppy({ autoProceed: false }) $ npm install @uppy/core @uppy/dashboard @uppy/tus ``` -Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.13.3/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. +Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.13.4/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. @@ -75,10 +75,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg ```html - + - +
@@ -184,7 +184,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 @@ -366,9 +366,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [ishendyweb](https://github.com/ishendyweb) |[NaxYo](https://github.com/NaxYo) |[intenzive](https://github.com/intenzive) |[GreenJimmy](https://github.com/GreenJimmy) |[mazoruss](https://github.com/mazoruss) |[JacobMGEvans](https://github.com/JacobMGEvans) | -[jdssem](https://github.com/jdssem) |[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) | +[gaejabong](https://github.com/gaejabong) |[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) | :---: |:---: |:---: |:---: |:---: |:---: | -[jdssem](https://github.com/jdssem) |[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) | +[gaejabong](https://github.com/gaejabong) |[JakubHaladej](https://github.com/JakubHaladej) |[Jbithell](https://github.com/Jbithell) |[jcjmcclean](https://github.com/jcjmcclean) |[jamestiotio](https://github.com/jamestiotio) |[janklimo](https://github.com/janklimo) | [janwilts](https://github.com/janwilts) |[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) | :---: |:---: |:---: |:---: |:---: |:---: | @@ -450,17 +450,21 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [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) |[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) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) | +[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) | :---: |:---: |:---: |:---: |:---: |:---: | -[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[ninesalt](https://github.com/ninesalt) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) | +[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mosi-kha](https://github.com/mosi-kha) |[ninesalt](https://github.com/ninesalt) | -[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) | +[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) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[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) | -[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) | -:---: |:---: |:---: |:---: |:---: | -[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) | +[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) | +:---: |:---: |:---: |:---: |:---: |:---: | +[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) | + +[JimmyLv](https://github.com/JimmyLv) | +:---: | +[JimmyLv](https://github.com/JimmyLv) | diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index 5f4863e348..0d0147d633 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -4,11 +4,11 @@ - + - + + + + ``` 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 5e4346d731..9c722620fc 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/examples/dashboard/app.es6 b/website/src/examples/dashboard/app.es6 index 79228e38be..99a67fd153 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.1.1/${localeName}.min.js` + js.src = `https://releases.transloadit.com/uppy/locales/v2.1.2/${localeName}.min.js` head.appendChild(js) } diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html index c7f0e474f6..a67d28f18d 100644 --- a/website/src/examples/i18n/app.html +++ b/website/src/examples/i18n/app.html @@ -1,7 +1,7 @@ - +
@@ -12,9 +12,9 @@
Uploaded files:
- - - + + + - + + +