From 55581bcf77d1d949a774f557be47ad31bc7a9275 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 18:00:48 +0100 Subject: [PATCH] Release: uppy@2.13.2 (#3939) | Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/transloadit | 2.3.6 | @uppy/robodog | 2.9.2 | | @uppy/tus | 2.4.2 | uppy | 2.13.2 | - @uppy/transloadit: send `assembly-cancelled` only once (Antoine du Hamel / #3937) - meta: `keepNames` in bundle (Antoine du Hamel / #3926) - meta: e2e: fix Transloadit test suite with Cypress 10 (Antoine du Hamel / #3936) - meta: Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 in /examples/aws-presigned-url (dependabot[bot] / #3842) - @uppy/tus: fix dependencies (Antoine du Hamel / #3923) - meta: doc: fix linter failure in `image-editor.md` (Antoine du Hamel / #3924) - meta: doc: Fix typo in image-editor.md (Ikko Ashimine / #3921) - @uppy/robodog: Fix Robodog CDN url in readme.md (Artur Paikin / #3922) - website: Docs and header fix (Artur Paikin / #3920) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 20 ++++++++++ README.md | 37 ++++++++++--------- examples/cdn-example/index.html | 4 +- examples/transloadit-textarea/index.html | 2 +- .../uppy-with-companion/client/index.html | 4 +- packages/@uppy/robodog/CHANGELOG.md | 7 ++++ 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/tus/CHANGELOG.md | 7 ++++ packages/@uppy/tus/package.json | 2 +- packages/uppy/package.json | 2 +- website/src/docs/index.md | 10 ++--- website/src/docs/locales.md | 2 +- website/src/docs/migration-guides.md | 6 +-- website/src/docs/robodog-form.md | 6 +-- website/src/docs/robodog.md | 4 +- website/src/examples/i18n/app.html | 6 +-- .../src/examples/markdown-snippets/app.es6 | 2 +- .../src/examples/markdown-snippets/app.html | 2 +- website/themes/uppy/layout/index.ejs | 6 +-- 23 files changed, 94 insertions(+), 52 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index a9df210430..0592a33363 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 c8edfb6ed8..f72614548f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,26 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 2.13.2 + +Released: 2022-08-02 + +| Package | Version | Package | Version | +| ----------------- | ------- | ----------------- | ------- | +| @uppy/transloadit | 2.3.6 | @uppy/robodog | 2.9.2 | +| @uppy/tus | 2.4.2 | uppy | 2.13.2 | + +- @uppy/transloadit: send `assembly-cancelled` only once (Antoine du Hamel / #3937) +- meta: `keepNames` in bundle (Antoine du Hamel / #3926) +- meta: e2e: fix Transloadit test suite with Cypress 10 (Antoine du Hamel / #3936) +- meta: Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 in /examples/aws-presigned-url (dependabot[bot] / #3842) +- @uppy/tus: fix dependencies (Antoine du Hamel / #3923) +- meta: doc: fix linter failure in `image-editor.md` (Antoine du Hamel / #3924) +- meta: doc: Fix typo in image-editor.md (Ikko Ashimine / #3921) +- @uppy/robodog: Fix Robodog CDN url in readme.md (Artur Paikin / #3922) +- website: Docs and header fix (Artur Paikin / #3920) + + ## 2.13.1 Released: 2022-07-27 diff --git a/README.md b/README.md index 54909311c9..dbec12507c 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.1/uppy.min.css), either to your HTML page’s `
` or include in JS, if your bundler of choice supports it. +Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v2.13.2/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 @@ -250,9 +250,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [AJvanLoon](https://github.com/AJvanLoon) |[nqst](https://github.com/nqst) |[Murderlon](https://github.com/Murderlon) |[mifi](https://github.com/mifi) |[lakesare](https://github.com/lakesare) |[kiloreux](https://github.com/kiloreux) | -[](https://github.com/sadovnychyi) |[](https://github.com/samuelayo) |[](https://github.com/richardwillars) |[](https://github.com/apps/github-actions) |[](https://github.com/ajkachnic) |[](https://github.com/apps/dependabot) | +[](https://github.com/sadovnychyi) |[](https://github.com/samuelayo) |[](https://github.com/apps/github-actions) |[](https://github.com/richardwillars) |[](https://github.com/ajkachnic) |[](https://github.com/apps/dependabot) | :---: |:---: |:---: |:---: |:---: |:---: | -[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[richardwillars](https://github.com/richardwillars) |[github-actions\[bot\]](https://github.com/apps/github-actions) |[ajkachnic](https://github.com/ajkachnic) |[dependabot\[bot\]](https://github.com/apps/dependabot) | +[sadovnychyi](https://github.com/sadovnychyi) |[samuelayo](https://github.com/samuelayo) |[github-actions\[bot\]](https://github.com/apps/github-actions) |[richardwillars](https://github.com/richardwillars) |[ajkachnic](https://github.com/ajkachnic) |[dependabot\[bot\]](https://github.com/apps/dependabot) | [](https://github.com/zcallan) |[](https://github.com/tim-kos) |[](https://github.com/YukeshShr) |[](https://github.com/janko) |[](https://github.com/wilkoklak) |[](https://github.com/oliverpool) | :---: |:---: |:---: |:---: |:---: |:---: | @@ -270,25 +270,25 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [juliangruber](https://github.com/juliangruber) |[bertho-zero](https://github.com/bertho-zero) |[tranvansang](https://github.com/tranvansang) |[ap--](https://github.com/ap--) |[MikeKovarik](https://github.com/MikeKovarik) |[pauln](https://github.com/pauln) | -[](https://github.com/toadkicker) |[](https://github.com/ofhope) |[](https://github.com/johnnyperkins) |[](https://github.com/dargmuesli) |[](https://github.com/manuelkiessling) |[](https://github.com/nndevstudio) | +[](https://github.com/toadkicker) |[](https://github.com/ofhope) |[](https://github.com/eltociear) |[](https://github.com/johnnyperkins) |[](https://github.com/dargmuesli) |[](https://github.com/manuelkiessling) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[toadkicker](https://github.com/toadkicker) |[ofhope](https://github.com/ofhope) |[eltociear](https://github.com/eltociear) |[johnnyperkins](https://github.com/johnnyperkins) |[dargmuesli](https://github.com/dargmuesli) |[manuelkiessling](https://github.com/manuelkiessling) | -[](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) | +[](https://github.com/nndevstudio) |[](https://github.com/ogtfaber) |[](https://github.com/sksavant) |[](https://github.com/suchoproduction) |[](https://github.com/timodwhit) |[](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) | +[nndevstudio](https://github.com/nndevstudio) |[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) | -[](https://github.com/bencergazda) |[](https://github.com/stephentuso) |[](https://github.com/jhen0409) |[](https://github.com/mskelton) |[](https://github.com/ahmedkandel) |[](https://github.com/btrice) | +[](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) | :---: |:---: |:---: |:---: |:---: |:---: | -[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) | +[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) | -[](https://github.com/behnammodi) |[](https://github.com/BePo65) |[](https://github.com/bradedelman) |[](https://github.com/Burkes) |[](https://github.com/camiloforero) |[](https://github.com/craigjennings11) | +[](https://github.com/btrice) |[](https://github.com/behnammodi) |[](https://github.com/BePo65) |[](https://github.com/bradedelman) |[](https://github.com/Burkes) |[](https://github.com/camiloforero) | :---: |:---: |:---: |:---: |:---: |:---: | -[behnammodi](https://github.com/behnammodi) |[BePo65](https://github.com/BePo65) |[bradedelman](https://github.com/bradedelman) |[Burkes](https://github.com/Burkes) |[camiloforero](https://github.com/camiloforero) |[craigjennings11](https://github.com/craigjennings11) | +[btrice](https://github.com/btrice) |[behnammodi](https://github.com/behnammodi) |[BePo65](https://github.com/BePo65) |[bradedelman](https://github.com/bradedelman) |[Burkes](https://github.com/Burkes) |[camiloforero](https://github.com/camiloforero) | -[](https://github.com/davekiss) |[](https://github.com/DenysNosov) |[](https://github.com/ethanwillis) |[](https://github.com/frobinsonj) |[](https://github.com/geertclerx) |[](https://github.com/eltociear) | +[](https://github.com/craigjennings11) |[](https://github.com/davekiss) |[](https://github.com/DenysNosov) |[](https://github.com/ethanwillis) |[](https://github.com/frobinsonj) |[](https://github.com/geertclerx) | :---: |:---: |:---: |:---: |:---: |:---: | -[davekiss](https://github.com/davekiss) |[DenysNosov](https://github.com/DenysNosov) |[ethanwillis](https://github.com/ethanwillis) |[frobinsonj](https://github.com/frobinsonj) |[geertclerx](https://github.com/geertclerx) |[eltociear](https://github.com/eltociear) | +[craigjennings11](https://github.com/craigjennings11) |[davekiss](https://github.com/davekiss) |[DenysNosov](https://github.com/DenysNosov) |[ethanwillis](https://github.com/ethanwillis) |[frobinsonj](https://github.com/frobinsonj) |[geertclerx](https://github.com/geertclerx) | [](https://github.com/ghasrfakhri) |[](https://github.com/jasonbosco) |[](https://github.com/jedwood) |[](https://github.com/dogrocker) |[](https://github.com/lamartire) |[](https://github.com/lafe) | :---: |:---: |:---: |:---: |:---: |:---: | @@ -378,9 +378,9 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu :---: |:---: |:---: |:---: |:---: |:---: | [jonathanarbely](https://github.com/jonathanarbely) |[jderrough](https://github.com/jderrough) |[jorgeepc](https://github.com/jorgeepc) |[jszobody](https://github.com/jszobody) |[jcalonso](https://github.com/jcalonso) |[jmontoyaa](https://github.com/jmontoyaa) | -[](https://github.com/justinjurenka) |[](https://github.com/tykarol) |[](https://github.com/kaspermeinema) |[](https://github.com/firesharkstudios) |[](https://github.com/kevin-west-10x) |[](https://github.com/elkebab) | +[](https://github.com/mellow-fellow) |[](https://github.com/tykarol) |[](https://github.com/kaspermeinema) |[](https://github.com/firesharkstudios) |[](https://github.com/kevin-west-10x) |[](https://github.com/elkebab) | :---: |:---: |:---: |:---: |:---: |:---: | -[justinjurenka](https://github.com/justinjurenka) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) |[elkebab](https://github.com/elkebab) | +[mellow-fellow](https://github.com/mellow-fellow) |[tykarol](https://github.com/tykarol) |[kaspermeinema](https://github.com/kaspermeinema) |[firesharkstudios](https://github.com/firesharkstudios) |[kevin-west-10x](https://github.com/kevin-west-10x) |[elkebab](https://github.com/elkebab) | [](https://github.com/kyleparisi) |[](https://github.com/leaanthony) |[](https://github.com/larowlan) |[](https://github.com/dviry) |[](https://github.com/galli-leo) |[](https://github.com/leods92) | :---: |:---: |:---: |:---: |:---: |:---: | @@ -471,3 +471,4 @@ We use Browserstack for manual testing - + - + + + + ``` 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 f9aeff28ab..1b3d8ee6b5 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.9.1", + "version": "2.9.2", "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 2237ed746c..16138977ee 100644 --- a/packages/@uppy/transloadit/CHANGELOG.md +++ b/packages/@uppy/transloadit/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/transloadit +## 2.3.6 + +Released: 2022-08-02 +Included in: Uppy v2.13.2 + +- @uppy/transloadit: send `assembly-cancelled` only once (Antoine du Hamel / #3937) + ## 2.3.5 Released: 2022-07-27 diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index 224f87eca7..7f2c2e140e 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.3.5", + "version": "2.3.6", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/@uppy/tus/CHANGELOG.md b/packages/@uppy/tus/CHANGELOG.md index fccc63d9a9..4a0e6ecdb5 100644 --- a/packages/@uppy/tus/CHANGELOG.md +++ b/packages/@uppy/tus/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/tus +## 2.4.2 + +Released: 2022-08-02 +Included in: Uppy v2.13.2 + +- @uppy/tus: fix dependencies (Antoine du Hamel / #3923) + ## 2.4.1 Released: 2022-06-07 diff --git a/packages/@uppy/tus/package.json b/packages/@uppy/tus/package.json index 8af5aa7e1c..f425f77944 100644 --- a/packages/@uppy/tus/package.json +++ b/packages/@uppy/tus/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/tus", "description": "Resumable uploads for Uppy using Tus.io", - "version": "2.4.1", + "version": "2.4.2", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/uppy/package.json b/packages/uppy/package.json index f440e9552c..028492f4f7 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.13.1", + "version": "2.13.2", "license": "MIT", "main": "index.js", "module": "index.mjs", diff --git a/website/src/docs/index.md b/website/src/docs/index.md index b78a047958..8709f3895c 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