From eebc9a0432803f982e5a50d82013929f18182605 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:36:32 +0000 Subject: [PATCH] Release: uppy@3.22.1 (#4935) | Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/audio | 1.1.6 | @uppy/remote-sources | 1.1.2 | | @uppy/aws-s3 | 3.6.2 | @uppy/status-bar | 3.2.7 | | @uppy/aws-s3-multipart | 3.10.2 | @uppy/store-default | 3.2.2 | | @uppy/companion | 4.12.2 | @uppy/store-redux | 3.0.7 | | @uppy/companion-client | 3.7.2 | @uppy/svelte | 3.1.3 | | @uppy/compressor | 1.1.1 | @uppy/thumbnail-generator | 3.0.8 | | @uppy/core | 3.9.1 | @uppy/transloadit | 3.5.1 | | @uppy/dashboard | 3.7.3 | @uppy/tus | 3.5.2 | | @uppy/drop-target | 2.0.4 | @uppy/utils | 5.7.2 | | @uppy/form | 3.1.1 | @uppy/vue | 1.1.2 | | @uppy/golden-retriever | 3.1.3 | @uppy/webcam | 3.3.6 | | @uppy/image-editor | 2.4.2 | @uppy/xhr-upload | 3.6.2 | | @uppy/locales | 3.5.2 | uppy | 3.22.1 | | @uppy/provider-views | 3.9.1 | | | - @uppy/locales: update vi_VN translation (David Nguyen / #4930) - @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: bump `@transloadit/prettier-bytes` (Antoine du Hamel / #4933) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 25 +++++++++++++++++++ README.md | 8 +++--- 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/audio/package.json | 2 +- packages/@uppy/aws-s3-multipart/package.json | 2 +- packages/@uppy/aws-s3/package.json | 2 +- packages/@uppy/companion-client/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/dashboard/CHANGELOG.md | 7 ++++++ packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/drop-target/package.json | 2 +- packages/@uppy/form/package.json | 2 +- packages/@uppy/golden-retriever/package.json | 2 +- packages/@uppy/image-editor/package.json | 2 +- packages/@uppy/locales/CHANGELOG.md | 7 ++++++ packages/@uppy/locales/package.json | 2 +- packages/@uppy/provider-views/package.json | 2 +- packages/@uppy/remote-sources/package.json | 2 +- packages/@uppy/status-bar/CHANGELOG.md | 7 ++++++ 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/package.json | 2 +- 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/package.json | 2 +- 39 files changed, 101 insertions(+), 41 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 20c2541d0c..14d86ef5e1 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 11eb605412..d896d91ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,31 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.22.1 + +Released: 2024-02-20 + +| Package | Version | Package | Version | +| ------------------------- | ------- | ------------------------- | ------- | +| @uppy/audio | 1.1.6 | @uppy/remote-sources | 1.1.2 | +| @uppy/aws-s3 | 3.6.2 | @uppy/status-bar | 3.2.7 | +| @uppy/aws-s3-multipart | 3.10.2 | @uppy/store-default | 3.2.2 | +| @uppy/companion | 4.12.2 | @uppy/store-redux | 3.0.7 | +| @uppy/companion-client | 3.7.2 | @uppy/svelte | 3.1.3 | +| @uppy/compressor | 1.1.1 | @uppy/thumbnail-generator | 3.0.8 | +| @uppy/core | 3.9.1 | @uppy/transloadit | 3.5.1 | +| @uppy/dashboard | 3.7.3 | @uppy/tus | 3.5.2 | +| @uppy/drop-target | 2.0.4 | @uppy/utils | 5.7.2 | +| @uppy/form | 3.1.1 | @uppy/vue | 1.1.2 | +| @uppy/golden-retriever | 3.1.3 | @uppy/webcam | 3.3.6 | +| @uppy/image-editor | 2.4.2 | @uppy/xhr-upload | 3.6.2 | +| @uppy/locales | 3.5.2 | uppy | 3.22.1 | +| @uppy/provider-views | 3.9.1 | | | + +- @uppy/locales: update vi_VN translation (David Nguyen / #4930) +- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: bump `@transloadit/prettier-bytes` (Antoine du Hamel / #4933) + + ## 3.22.0 Released: 2024-02-19 diff --git a/README.md b/README.md index 0771ba23ac..ab14489200 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ const uppy = new Uppy() npm install @uppy/core @uppy/dashboard @uppy/tus ``` -Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.22.0/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/v3.22.1/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. @@ -73,12 +73,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg ```html - +
+ ``` ## FAQ diff --git a/examples/aws-nodejs/public/drag.html b/examples/aws-nodejs/public/drag.html index 3b7e4ee19b..f109393812 100644 --- a/examples/aws-nodejs/public/drag.html +++ b/examples/aws-nodejs/public/drag.html @@ -4,7 +4,7 @@ Uppy @@ -22,7 +22,7 @@
Uploaded files:
DragDrop, ProgressBar, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.22.0/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.22.1/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 73a5a1b654..b83aa40fb4 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 @@

AWS upload example

Uppy, Dashboard, AwsS3, - } from 'https://releases.transloadit.com/uppy/v3.22.0/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.22.1/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 cb05ea7183..2683b308e2 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.22.0/uppy.min.mjs' + } from 'https://releases.transloadit.com/uppy/v3.22.1/uppy.min.mjs' const uppy = new Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: '#uppyModalOpener' }) @@ -34,7 +34,7 @@