From 1a7c71db380051e421a2f763f87d2e3a0c3326f8 Mon Sep 17 00:00:00 2001 From: Merlijn Vos Date: Tue, 7 May 2024 15:34:09 +0200 Subject: [PATCH 01/16] Upgrade @transloadit/prettier-bytes (#5150) --- packages/@uppy/compressor/package.json | 2 +- packages/@uppy/core/package.json | 2 +- packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/status-bar/package.json | 2 +- yarn.lock | 16 ++++++++-------- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/@uppy/compressor/package.json b/packages/@uppy/compressor/package.json index 6127dbed9..e29f094fd 100644 --- a/packages/@uppy/compressor/package.json +++ b/packages/@uppy/compressor/package.json @@ -23,7 +23,7 @@ "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { - "@transloadit/prettier-bytes": "^0.3.0", + "@transloadit/prettier-bytes": "^0.3.4", "@uppy/utils": "workspace:^", "compressorjs": "^1.2.1", "preact": "^10.5.13", diff --git a/packages/@uppy/core/package.json b/packages/@uppy/core/package.json index 6b98573bd..a294594e8 100644 --- a/packages/@uppy/core/package.json +++ b/packages/@uppy/core/package.json @@ -24,7 +24,7 @@ "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { - "@transloadit/prettier-bytes": "^0.3.0", + "@transloadit/prettier-bytes": "^0.3.4", "@uppy/store-default": "workspace:^", "@uppy/utils": "workspace:^", "lodash": "^4.17.21", diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json index 7118d7f16..f147a6224 100644 --- a/packages/@uppy/dashboard/package.json +++ b/packages/@uppy/dashboard/package.json @@ -23,7 +23,7 @@ "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { - "@transloadit/prettier-bytes": "^0.3.0", + "@transloadit/prettier-bytes": "^0.3.4", "@uppy/informer": "workspace:^", "@uppy/provider-views": "workspace:^", "@uppy/status-bar": "workspace:^", diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index e3d94899d..c71b68bd9 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -27,7 +27,7 @@ "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { - "@transloadit/prettier-bytes": "^0.3.0", + "@transloadit/prettier-bytes": "^0.3.4", "@uppy/utils": "workspace:^", "classnames": "^2.2.6", "preact": "^10.5.13" diff --git a/yarn.lock b/yarn.lock index 337de3e21..40eebd7fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7633,10 +7633,10 @@ __metadata: languageName: node linkType: hard -"@transloadit/prettier-bytes@npm:^0.3.0": - version: 0.3.1 - resolution: "@transloadit/prettier-bytes@npm:0.3.1" - checksum: 2ab7dc9cc00bafa47878735c3d613bfdf507af5649251b08b95296a83454c3fb5ccef2de8b74d266078ef8157bc9da9644e1400c9fe5e12b2353b102f48891a4 +"@transloadit/prettier-bytes@npm:^0.3.4": + version: 0.3.4 + resolution: "@transloadit/prettier-bytes@npm:0.3.4" + checksum: abd6b7a12f57d5db3e744cbfa793e1fbb2aa15943b55901882eed8f32fd95cb72a2805db4e8251862192d8ebaa889a696657f46c9cd41347538d377dea731d58 languageName: node linkType: hard @@ -9254,7 +9254,7 @@ __metadata: version: 0.0.0-use.local resolution: "@uppy/compressor@workspace:packages/@uppy/compressor" dependencies: - "@transloadit/prettier-bytes": ^0.3.0 + "@transloadit/prettier-bytes": ^0.3.4 "@uppy/utils": "workspace:^" compressorjs: ^1.2.1 preact: ^10.5.13 @@ -9269,7 +9269,7 @@ __metadata: version: 0.0.0-use.local resolution: "@uppy/core@workspace:packages/@uppy/core" dependencies: - "@transloadit/prettier-bytes": ^0.3.0 + "@transloadit/prettier-bytes": ^0.3.4 "@uppy/store-default": "workspace:^" "@uppy/utils": "workspace:^" lodash: ^4.17.21 @@ -9285,7 +9285,7 @@ __metadata: version: 0.0.0-use.local resolution: "@uppy/dashboard@workspace:packages/@uppy/dashboard" dependencies: - "@transloadit/prettier-bytes": ^0.3.0 + "@transloadit/prettier-bytes": ^0.3.4 "@uppy/google-drive": "workspace:^" "@uppy/informer": "workspace:^" "@uppy/provider-views": "workspace:^" @@ -9573,7 +9573,7 @@ __metadata: version: 0.0.0-use.local resolution: "@uppy/status-bar@workspace:packages/@uppy/status-bar" dependencies: - "@transloadit/prettier-bytes": ^0.3.0 + "@transloadit/prettier-bytes": ^0.3.4 "@uppy/utils": "workspace:^" classnames: ^2.2.6 preact: ^10.5.13 From d01c50a41ffd11d09b823803c13212bb37fdf9db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:45:47 +0000 Subject: [PATCH 02/16] Release: uppy@3.25.2 (#5151) | Package | Version | Package | Version | | ---------------- | ------- | ---------------- | ------- | | @uppy/compressor | 1.1.4 | @uppy/status-bar | 3.3.3 | | @uppy/core | 3.11.2 | uppy | 3.25.2 | | @uppy/dashboard | 3.8.3 | | | - @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150) - meta: run Prettier in the release workflow (Antoine du Hamel) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 8 ++++---- examples/aws-nodejs/public/drag.html | 4 ++-- examples/aws-nodejs/public/index.html | 4 ++-- examples/cdn-example/index.html | 6 +++--- examples/uppy-with-companion/client/index.html | 4 ++-- 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/dashboard/CHANGELOG.md | 7 +++++++ packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/status-bar/CHANGELOG.md | 7 +++++++ packages/@uppy/status-bar/package.json | 2 +- packages/uppy/package.json | 2 +- 16 files changed, 61 insertions(+), 19 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index c2aec46be..3b12170f9 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -2,7 +2,7 @@ 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. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b680b15d..c9eb560b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,20 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.25.2 + +Released: 2024-05-07 + +| Package | Version | Package | Version | +| ---------------- | ------- | ---------------- | ------- | +| @uppy/compressor | 1.1.4 | @uppy/status-bar | 3.3.3 | +| @uppy/core | 3.11.2 | uppy | 3.25.2 | +| @uppy/dashboard | 3.8.3 | | | + +- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: Upgrade @transloadit/prettier-bytes (Merlijn Vos / #5150) +- meta: run Prettier in the release workflow (Antoine du Hamel) + + ## 3.25.1 Released: 2024-05-03 diff --git a/README.md b/README.md index a0d7b464e..e6cc9a4b2 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.1/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -94,7 +94,7 @@ object. ```html @@ -105,7 +105,7 @@ object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.1/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) @@ -240,7 +240,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the legacy bundle, so no need to include anything additionally: ```html - + ``` ## FAQ diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index e61e4e0c3..d49ac2651 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -4,7 +4,7 @@ Uppy @@ -22,7 +22,7 @@ DragDrop, ProgressBar, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.1/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' // Function for displaying uploaded files const onUploadSuccess = (elForUploadedFiles) => (file, response) => { diff --git a/examples/aws-nodejs/public/index.html b/examples/aws-nodejs/public/index.html index e303197fc..974a12f2a 100644 --- a/examples/aws-nodejs/public/index.html +++ b/examples/aws-nodejs/public/index.html @@ -4,7 +4,7 @@ Uppy – AWS upload example @@ -16,7 +16,7 @@ Uppy, Dashboard, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.1/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' /** * This generator transforms a deep object into URL-encodable pairs * to work with `URLSearchParams` on the client and `body-parser` on the server. diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index 55a157b7b..bd5d390d0 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Dashboard, Webcam, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.1/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) @@ -34,7 +34,7 @@ -
+
``` [svelte]: https://svelte.dev diff --git a/docs/framework-integrations/vue.mdx b/docs/framework-integrations/vue.mdx index 4564e5d83..2d348f802 100644 --- a/docs/framework-integrations/vue.mdx +++ b/docs/framework-integrations/vue.mdx @@ -66,7 +66,7 @@ JavaScript. ``` From 4acd793d4edf0eff042488e10140006410295446 Mon Sep 17 00:00:00 2001 From: Avneet Singh Malhotra Date: Mon, 13 May 2024 13:22:39 +0530 Subject: [PATCH 06/16] @uppy/image-editor: fix tooltips (#5156) image-editor-controls-tooltip-not-showing --- packages/@uppy/image-editor/src/Editor.tsx | 306 ++++++++++----------- 1 file changed, 153 insertions(+), 153 deletions(-) diff --git a/packages/@uppy/image-editor/src/Editor.tsx b/packages/@uppy/image-editor/src/Editor.tsx index b636d102b..d8ccb242b 100644 --- a/packages/@uppy/image-editor/src/Editor.tsx +++ b/packages/@uppy/image-editor/src/Editor.tsx @@ -170,31 +170,31 @@ export default class Editor extends Component< const { i18n, opts } = this.props return ( - + + + + ) } @@ -202,25 +202,25 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } @@ -228,27 +228,27 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } @@ -256,26 +256,26 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + + ) } @@ -283,25 +283,25 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } @@ -309,25 +309,25 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } @@ -335,25 +335,25 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } @@ -361,25 +361,25 @@ export default class Editor extends Component< const { i18n } = this.props return ( - + + + + ) } From 86e2e6750192055bfba24abf62e227976be5e085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 14:47:36 +0000 Subject: [PATCH 07/16] Release: uppy@3.25.3 (#5161) | Package | Version | Package | Version | | ------------------ | ------- | ------------------ | ------- | | @uppy/core | 3.11.3 | uppy | 3.25.3 | | @uppy/image-editor | 2.4.6 | | | - @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156) - meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145) - @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146) - @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 15 ++++++++ README.md | 36 +++++++++---------- examples/aws-nodejs/public/drag.html | 4 +-- examples/aws-nodejs/public/index.html | 4 +-- examples/cdn-example/index.html | 6 ++-- .../uppy-with-companion/client/index.html | 4 +-- packages/@uppy/core/CHANGELOG.md | 7 ++++ packages/@uppy/core/package.json | 2 +- packages/@uppy/image-editor/CHANGELOG.md | 8 +++++ packages/@uppy/image-editor/package.json | 2 +- packages/uppy/package.json | 2 +- 12 files changed, 61 insertions(+), 31 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 3b12170f9..47daf5649 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -2,7 +2,7 @@ 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. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/CHANGELOG.md b/CHANGELOG.md index c9eb560b2..b993f7682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,21 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.25.3 + +Released: 2024-05-14 + +| Package | Version | Package | Version | +| ------------------ | ------- | ------------------ | ------- | +| @uppy/core | 3.11.3 | uppy | 3.25.3 | +| @uppy/image-editor | 2.4.6 | | | + +- @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156) +- meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145) +- @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146) +- @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155) + + ## 3.25.2 Released: 2024-05-07 diff --git a/README.md b/README.md index 6d7fdbcac..ab56b15c7 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -94,7 +94,7 @@ object. ```html @@ -105,7 +105,7 @@ object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) @@ -240,7 +240,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the legacy bundle, so no need to include anything additionally: ```html - + ``` ## FAQ @@ -358,7 +358,7 @@ Use Uppy in your project? samuelcolburnfortunto2GNURubrartrossngmkopinsky mhulethrshmauricioribeiromatthewhartstongemjesuelemattfik mateuscruzmasumulu28masaokmartin-brennanmarcusforsbergmarcosthejew -mperrandoonhatemarc-mabesercraigcryptic022Ozodbek1405 +mperrandoonhatemarc-mabeLucklj521cryptic022Ozodbek1405 leftdevelnil1511coreprocessnicojonestrungcva10a6tnnaveed-ahmad pleasespammelatermarton-laszlo-attilanavruzmmogzolshahimcltmnafees boudraachmiralken-kuroneuronet77mosi-khamaddy-jo @@ -376,27 +376,27 @@ Use Uppy in your project? yafkariYehudaKremerardeoisCommanderRootczjcbush06 Aarbelcfracspranceprattcmpsubvertallchrischarlybillaud Cretezychaocellvinchungcartfiskcyubryanjswift -functinoeliOcsyoldarefbautistaemuellEdgarSantiago93 +bedgerottofunctinoyoldarefbautistaemuellEdgarSantiago93 sweetrojeetissDennisKofflardhoangsvitdavilima6akizor KaminskiDaniellCantabarmrboomerdanilatdanschalowdanmichaelo -CruaieramitporttekacsDogfaloalirezahiaalepis -alexnjasmt3ahmadissaadritasharmaAdrreiadityapatadia -adamvigneaultajh-sradamdottvabannachsuperhawk610ajschmidt8 -bedgerottowbaaronQuorafindbducharmeazizkazeemba -ayhankesiciogluatsawinash-jc-allenapuyouarthurdennerAbourass -tyndriaanthony0030andychongyzandrii-bodnarsuperandrew213radarhere -kergekacsafiresharkstudioskaspermeinematykaroljveltenmellow-fellow +CruaiersercraigamitporttekacsDogfaloalirezahi +aalepisalexnjasmt3ahmadissaadritasharmaAdrrei +adityapatadiaadamvigneaultajh-sradamdottvabannachsuperhawk610 +ajschmidt8wbaaronQuorafindbducharmeazizkazeemba +ayhankesiciogluavneetmalhotraatsawinash-jc-allenapuyouarthurdenner +Abourasstyndriaanthony0030andychongyzandrii-bodnarsuperandrew213 +radarherefiresharkstudioskaspermeinematykaroljveltenmellow-fellow jmontoyaajcalonsojbelejjszobodyjorgeepcjondewoo -jonathanarbelyjsanchez034JokcychromacomaprofsmallpineIanVS -Lucklj521lucax88xlucaperretombrlouimdolphinigle +jonathanarbelyjsanchez034JokcychromacomaprofsmallpinetheJoeBiz +huydodlucax88xlucaperretombrlouimdolphinigle leomelzerleods92galli-leodvirylarowlanleaanthony hoangbitslabohkip81kyleparisielkebabkidonngkevin-west-10x -huydodHussainAlkhalifahHughbertDhiromi2424giacomocerquoneroenschg +kergekacsaHussainAlkhalifahHughbertDhiromi2424giacomocerquoneroenschg gjungbgeoffapplefordgabiganamfuadscodesdtrucsferdiusa -fgallinariGkleinerevaepexaEnricoSottileelliotdickisontheJoeBiz +fgallinariGkleinerevaepexaEnricoSottileelliotdickisoneliOcs Jmalesjessica-courseravithjanwiltsjanklimojamestiotio jcjmccleanJbithellJakubHaladejjakemcallistergaejabongJacobMGEvans -mazorussGreenJimmyintenziveNaxYoishendyweb +mazorussGreenJimmyintenziveNaxYoishendywebIanVS diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index d49ac2651..b4c2892ee 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -4,7 +4,7 @@ Uppy @@ -22,7 +22,7 @@ DragDrop, ProgressBar, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' // Function for displaying uploaded files const onUploadSuccess = (elForUploadedFiles) => (file, response) => { diff --git a/examples/aws-nodejs/public/index.html b/examples/aws-nodejs/public/index.html index 974a12f2a..7d76ddea8 100644 --- a/examples/aws-nodejs/public/index.html +++ b/examples/aws-nodejs/public/index.html @@ -4,7 +4,7 @@ Uppy – AWS upload example @@ -16,7 +16,7 @@ Uppy, Dashboard, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' /** * This generator transforms a deep object into URL-encodable pairs * to work with `URLSearchParams` on the client and `body-parser` on the server. diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index bd5d390d0..06cd39a99 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Dashboard, Webcam, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) @@ -34,7 +34,7 @@ `) +(``) or bundle it with your webapp. Note that the recommended way to use Uppy is to install it with yarn/npm and use diff --git a/CHANGELOG.md b/CHANGELOG.md index b993f7682..bcd5f5599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,24 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.25.4 + +Released: 2024-05-22 + +| Package | Version | Package | Version | +| --------------- | ------- | --------------- | ------- | +| @uppy/companion | 4.13.3 | @uppy/tus | 3.5.5 | +| @uppy/svelte | 3.1.5 | uppy | 3.25.4 | + +- @uppy/svelte: do not attempt removing plugin before it's created (Antoine du Hamel / #5186) +- docs: Update `facebook.mdx` (Evgenia Karunus) +- @uppy/tus: fix no headers passed to companion if argument is a function (netdown / #5182) +- @uppy/companion: fix google drive gsuite export large size (Milan Nakum / #5144) +- meta: Improve provider docs: Box & Zoom (Evgenia Karunus / #5166) +- meta: add MDX file to `lint-staged` list (Antoine du Hamel / #5174) +- @uppy/companion: handle ws `'error'` event (Mikael Finstad / #5167) + + ## 3.25.3 Released: 2024-05-14 diff --git a/README.md b/README.md index ab56b15c7..00475272d 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus ``` Add CSS -[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css), +[uppy.min.css](https://releases.transloadit.com/uppy/v3.25.4/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. @@ -94,7 +94,7 @@ object. ```html @@ -105,7 +105,7 @@ object. Uppy, Dashboard, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.4/uppy.min.mjs' const uppy = new Uppy() uppy.use(Dashboard, { target: '#files-drag-drop' }) @@ -240,7 +240,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the legacy bundle, so no need to include anything additionally: ```html - + ``` ## FAQ @@ -347,56 +347,57 @@ Use Uppy in your project? darthf1fortriebfrederikhorsheocoijareymuhammadInam rettgerstmkabatekjukakoskiolemoignbtrice5idereal AndrwMbehnammodiBePo65bradedelmancamiloforerocommand-tab -craig-jenningsdavekissdenysdesignethanwillisfrobinsonjrichartkeil -paescujrichmeijmsandmartiuslimMartin005mskelton -mactavishzlafedogrockerjedwoodjasonboscoghasrfakhri -geertclerxeman8519luarmrraulibanezrefoSxDx -robwilson1scherromanTashowsPzocoppadmavilasomphillipalexander +craig-jenningsdavekissdenysdesignethanwillisfrobinsonjrichmeij +richartkeilpaescujmsandmartiuslimMartin005mskelton +mactavishzlafedogrockerjedwoodgeertclerxjasonbosco +ghasrfakhrirossngscherromanrobwilson1SxDxrefo +raulibanezluarmreman8519Pzocoppadmavilasomphillipalexander pmusarajpedrofsplnetopatricklindsaypascalwengerterParsaArvanehPA -tajstrayersjauldsteverobamaituquigebo -waptikSpazzMarticusszhsergei-zelinskysebasegovia01sdebacker -samuelcolburnfortunto2GNURubrartrossngmkopinsky -mhulethrshmauricioribeiromatthewhartstongemjesuelemattfik -mateuscruzmasumulu28masaokmartin-brennanmarcusforsbergmarcosthejew -mperrandoonhatemarc-mabeLucklj521cryptic022Ozodbek1405 -leftdevelnil1511coreprocessnicojonestrungcva10a6tnnaveed-ahmad -pleasespammelatermarton-laszlo-attilanavruzmmogzolshahimcltmnafees -boudraachmiralken-kuroneuronet77mosi-khamaddy-jo -mdxiaohumagumbojx-zyfkode-ninjasontixyoujur-ng -johnmanjiro13jyoungbloodgreen-mikegaelicwinterfrancklfingul -elliotsayesdzcpyxhocquetJimmyLvzanzlenderolitomas +neuronet77Tashowstajstrayersjauldsteverob +amaituquigebowaptikSpazzMarticusszhsergei-zelinsky +sebasegovia01sdebackersamuelcolburnfortunto2GNURubrart +milannakummkopinskymhulethrshmauricioribeiromatthewhartstonge +mjesuelemattfikmateuscruzmasumulu28masaokmartin-brennan +marcusforsbergmarcosthejewmperrandoonhatemarc-mabecryptic022 +Ozodbek1405leftdevelnil1511coreprocessnicojonestrungcva10a6tn +naveed-ahmadpleasespammelatermarton-laszlo-attilanavruzmmogzolshahimclt +mnafeesboudraachmiralken-kuronetdownmosi-kha +maddy-jomdxiaohumagumbojx-zyfkode-ninjasontixyou +jur-ngjohnmanjiro13jyoungbloodgreen-mikegaelicwinterfranckl +fingulelliotsayesdzcpyJimmyLvzanzlenderolitomas yoann-hellopretvedran555tusharjkhuntthanhthotstduhpfslawexxx44 rtaiebrmoura-92rlebosserhymeslunttaphil714 -ordagoodselsevierninesaltwillycamargoweston-sankey-mark43dwnste -nagyvstiigvalentinoliviallybodryitrivikr -top-mastertvaliasektomekptomsaleebaWIStudenttmaier -twarloptcgjdkisiccraigcbrunnercodehero7386christianwengert -cgoinglovecanvasbhc0b41avallaargghalfatv -agreene-courseraaduh95-test-accountsartoshi-foot-daozackbloomzlawson-utzachconner -yafkariYehudaKremerardeoisCommanderRootczjcbush06 -Aarbelcfracspranceprattcmpsubvertallchrischarlybillaud -Cretezychaocellvinchungcartfiskcyubryanjswift -bedgerottofunctinoyoldarefbautistaemuellEdgarSantiago93 -sweetrojeetissDennisKofflardhoangsvitdavilima6akizor -KaminskiDaniellCantabarmrboomerdanilatdanschalowdanmichaelo -CruaiersercraigamitporttekacsDogfaloalirezahi -aalepisalexnjasmt3ahmadissaadritasharmaAdrrei -adityapatadiaadamvigneaultajh-sradamdottvabannachsuperhawk610 -ajschmidt8wbaaronQuorafindbducharmeazizkazeemba -ayhankesiciogluavneetmalhotraatsawinash-jc-allenapuyouarthurdenner -Abourasstyndriaanthony0030andychongyzandrii-bodnarsuperandrew213 -radarherefiresharkstudioskaspermeinematykaroljveltenmellow-fellow -jmontoyaajcalonsojbelejjszobodyjorgeepcjondewoo -jonathanarbelyjsanchez034JokcychromacomaprofsmallpinetheJoeBiz -huydodlucax88xlucaperretombrlouimdolphinigle -leomelzerleods92galli-leodvirylarowlanleaanthony -hoangbitslabohkip81kyleparisielkebabkidonngkevin-west-10x -kergekacsaHussainAlkhalifahHughbertDhiromi2424giacomocerquoneroenschg -gjungbgeoffapplefordgabiganamfuadscodesdtrucsferdiusa -fgallinariGkleinerevaepexaEnricoSottileelliotdickisoneliOcs -Jmalesjessica-courseravithjanwiltsjanklimojamestiotio -jcjmccleanJbithellJakubHaladejjakemcallistergaejabongJacobMGEvans -mazorussGreenJimmyintenziveNaxYoishendywebIanVS +ordagoodselsevierninesaltxhocquetwillycamargoweston-sankey-mark43 +dwnstenagyvstiigvalentinoliviallybodryi +trivikrtop-mastertvaliasektomekptomsaleebaWIStudent +tmaiertwarloptcgjdkisiccraigcbrunnercodehero7386 +christianwengertcgoinglovecanvasbhc0b41avallaarggh +alfatvagreene-courseraaduh95-test-accountsartoshi-foot-daozackbloomzlawson-ut +zachconneryafkariYehudaKremersercraigardeoisCommanderRoot +czjcbush06Aarbelcfracspranceprattcmp +subvertallchrischarlybillaudCretezychaocellvinchungcartfisk +cyubryanjswiftbedgerottokergekacsayoldarefbautista +emuellEdgarSantiago93sweetrojeetissDennisKofflardhoangsvit +davilima6akizorKaminskiDaniellCantabarmrboomerdanilat +danschalowdanmichaeloCruaierfunctinoamitporttekacs +Dogfaloalirezahiaalepisalexnjasmt3ahmadissa +adritasharmaAdrreiadityapatadiaadamvigneaultajh-sradamdottv +abannachsuperhawk610ajschmidt8wbaaronQuorafindbducharme +azizkazeembaayhankesiciogluavneetmalhotraatsawinash-jc-allen +apuyouarthurdennerAbourasstyndriaanthony0030andychongyz +andrii-bodnarsuperandrew213radarherefiresharkstudioskaspermeinematykarol +jveltenmellow-fellowjmontoyaajcalonsojbelejjszobody +jorgeepcjondewoojonathanarbelyjsanchez034Jokcychromacoma +profsmallpinetheJoeBizLucklj521lucax88xlucaperretombr +louimdolphinigleleomelzerleods92galli-leodviry +larowlanleaanthonyhoangbitslabohkip81kyleparisielkebab +kidonngkevin-west-10xhuydodHussainAlkhalifahHughbertDhiromi2424 +giacomocerquoneroenschggjungbgeoffapplefordgabiganamfuadscodes +dtrucsferdiusafgallinariGkleinerevaepexaEnricoSottile +elliotdickisoneliOcsJmalesjessica-courseravithjanwilts +janklimojamestiotiojcjmccleanJbithellJakubHaladejjakemcallister +gaejabongJacobMGEvansmazorussGreenJimmyintenziveNaxYo +ishendywebIanVS diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index b4c2892ee..c10292eeb 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -4,7 +4,7 @@ Uppy @@ -22,7 +22,7 @@ DragDrop, ProgressBar, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.4/uppy.min.mjs' // Function for displaying uploaded files const onUploadSuccess = (elForUploadedFiles) => (file, response) => { diff --git a/examples/aws-nodejs/public/index.html b/examples/aws-nodejs/public/index.html index 7d76ddea8..e26c18cbb 100644 --- a/examples/aws-nodejs/public/index.html +++ b/examples/aws-nodejs/public/index.html @@ -4,7 +4,7 @@ Uppy – AWS upload example @@ -16,7 +16,7 @@ Uppy, Dashboard, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.4/uppy.min.mjs' /** * This generator transforms a deep object into URL-encodable pairs * to work with `URLSearchParams` on the client and `body-parser` on the server. diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index 06cd39a99..dc088651e 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -5,7 +5,7 @@ @@ -19,7 +19,7 @@ Dashboard, Webcam, Tus, - } from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.25.4/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) @@ -34,7 +34,7 @@