From c6c279fa75323698d42df26f905d8a7a024863a8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 10 Jul 2024 15:36:53 +0000
Subject: [PATCH] Release: uppy@4.0.0 (#5325)
| Package | Version | Package | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular | 0.7.0 | @uppy/onedrive | 4.0.0 |
| @uppy/audio | 2.0.0 | @uppy/progress-bar | 4.0.0 |
| @uppy/aws-s3 | 4.0.0 | @uppy/provider-views | 4.0.0 |
| @uppy/aws-s3-multipart | 4.0.0 | @uppy/react | 4.0.0 |
| @uppy/box | 3.0.0 | @uppy/react-native | 0.6.0 |
| @uppy/companion | 5.0.0 | @uppy/redux-dev-tools | 4.0.0 |
| @uppy/companion-client | 4.0.0 | @uppy/remote-sources | 2.0.0 |
| @uppy/compressor | 2.0.0 | @uppy/screen-capture | 4.0.0 |
| @uppy/core | 4.0.0 | @uppy/status-bar | 4.0.0 |
| @uppy/dashboard | 4.0.0 | @uppy/store-default | 4.0.0 |
| @uppy/drag-drop | 4.0.0 | @uppy/store-redux | 4.0.0 |
| @uppy/drop-target | 3.0.0 | @uppy/svelte | 4.0.0 |
| @uppy/dropbox | 4.0.0 | @uppy/thumbnail-generator | 4.0.0 |
| @uppy/facebook | 4.0.0 | @uppy/transloadit | 4.0.0 |
| @uppy/file-input | 4.0.0 | @uppy/tus | 4.0.0 |
| @uppy/form | 4.0.0 | @uppy/unsplash | 4.0.0 |
| @uppy/golden-retriever | 4.0.0 | @uppy/url | 4.0.0 |
| @uppy/google-drive | 4.0.0 | @uppy/utils | 6.0.0 |
| @uppy/google-photos | 0.2.0 | @uppy/vue | 2.0.0 |
| @uppy/image-editor | 3.0.0 | @uppy/webcam | 4.0.0 |
| @uppy/informer | 4.0.0 | @uppy/xhr-upload | 4.0.0 |
| @uppy/instagram | 4.0.0 | @uppy/zoom | 3.0.0 |
| @uppy/locales | 4.0.0 | uppy | 4.0.0 |
- meta: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (dependabot[bot] / #5314)
- meta: Bump docker/build-push-action from 6.2.0 to 6.3.0 (dependabot[bot] / #5313)
- @uppy/core: bring back resetProgress (Merlijn Vos / #5320)
- docs: add note regarding `COMPANION_CLIENT_ORIGINS_REGEX` (Antoine du Hamel / #5322)
- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315)
- docs: change slug for aws docs (Merlijn Vos / #5321)
- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319)
- meta: fix React linter rules (Antoine du Hamel / #5317)
- meta: enforce use of extension in import type declarations (Antoine du Hamel / #5316)
- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311)
- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821)
- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312)
- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264)
- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309)
- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306)
- examples,@uppy/companion: Release: uppy@3.27.3 (github-actions[bot] / #5304)
- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 49 +++++++++
README.md | 103 +++++++++---------
examples/cdn-example/index.html | 4 +-
.../uppy-with-companion/client/index.html | 4 +-
.../projects/uppy/angular/package.json | 5 +-
packages/@uppy/audio/package.json | 5 +-
packages/@uppy/aws-s3-multipart/package.json | 5 +-
packages/@uppy/aws-s3/CHANGELOG.md | 7 ++
packages/@uppy/aws-s3/package.json | 5 +-
packages/@uppy/box/package.json | 5 +-
packages/@uppy/companion-client/CHANGELOG.md | 7 ++
packages/@uppy/companion-client/package.json | 5 +-
packages/@uppy/companion/CHANGELOG.md | 11 ++
packages/@uppy/companion/package.json | 5 +-
packages/@uppy/compressor/package.json | 5 +-
packages/@uppy/core/CHANGELOG.md | 8 ++
packages/@uppy/core/package.json | 5 +-
packages/@uppy/dashboard/package.json | 5 +-
packages/@uppy/drag-drop/package.json | 5 +-
packages/@uppy/drop-target/package.json | 5 +-
packages/@uppy/dropbox/package.json | 5 +-
packages/@uppy/facebook/package.json | 5 +-
packages/@uppy/file-input/package.json | 5 +-
packages/@uppy/form/package.json | 5 +-
packages/@uppy/golden-retriever/package.json | 5 +-
packages/@uppy/google-drive/package.json | 5 +-
packages/@uppy/google-photos/package.json | 5 +-
packages/@uppy/image-editor/package.json | 5 +-
packages/@uppy/informer/package.json | 5 +-
packages/@uppy/instagram/package.json | 5 +-
packages/@uppy/locales/package.json | 5 +-
packages/@uppy/onedrive/package.json | 5 +-
packages/@uppy/progress-bar/package.json | 5 +-
packages/@uppy/provider-views/CHANGELOG.md | 7 ++
packages/@uppy/provider-views/package.json | 5 +-
packages/@uppy/react-native/package.json | 2 +-
packages/@uppy/react/CHANGELOG.md | 7 ++
packages/@uppy/react/package.json | 5 +-
packages/@uppy/redux-dev-tools/package.json | 5 +-
packages/@uppy/remote-sources/package.json | 5 +-
packages/@uppy/screen-capture/package.json | 5 +-
packages/@uppy/status-bar/package.json | 5 +-
packages/@uppy/store-default/package.json | 5 +-
packages/@uppy/store-redux/package.json | 5 +-
packages/@uppy/svelte/package.json | 5 +-
.../@uppy/thumbnail-generator/package.json | 5 +-
packages/@uppy/transloadit/package.json | 5 +-
packages/@uppy/tus/package.json | 5 +-
packages/@uppy/unsplash/package.json | 5 +-
packages/@uppy/url/package.json | 5 +-
packages/@uppy/utils/package.json | 5 +-
packages/@uppy/vue/package.json | 5 +-
packages/@uppy/webcam/package.json | 5 +-
packages/@uppy/xhr-upload/package.json | 5 +-
packages/@uppy/zoom/package.json | 5 +-
packages/uppy/package.json | 5 +-
57 files changed, 244 insertions(+), 192 deletions(-)
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 84907410cf..f233e502a2 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 24ec06c163..46b56ca7e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,55 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.0.0
+
+Released: 2024-07-10
+
+| Package | Version | Package | Version |
+| ------------------------- | ------- | ------------------------- | ------- |
+| @uppy/angular | 0.7.0 | @uppy/onedrive | 4.0.0 |
+| @uppy/audio | 2.0.0 | @uppy/progress-bar | 4.0.0 |
+| @uppy/aws-s3 | 4.0.0 | @uppy/provider-views | 4.0.0 |
+| @uppy/aws-s3-multipart | 4.0.0 | @uppy/react | 4.0.0 |
+| @uppy/box | 3.0.0 | @uppy/react-native | 0.6.0 |
+| @uppy/companion | 5.0.0 | @uppy/redux-dev-tools | 4.0.0 |
+| @uppy/companion-client | 4.0.0 | @uppy/remote-sources | 2.0.0 |
+| @uppy/compressor | 2.0.0 | @uppy/screen-capture | 4.0.0 |
+| @uppy/core | 4.0.0 | @uppy/status-bar | 4.0.0 |
+| @uppy/dashboard | 4.0.0 | @uppy/store-default | 4.0.0 |
+| @uppy/drag-drop | 4.0.0 | @uppy/store-redux | 4.0.0 |
+| @uppy/drop-target | 3.0.0 | @uppy/svelte | 4.0.0 |
+| @uppy/dropbox | 4.0.0 | @uppy/thumbnail-generator | 4.0.0 |
+| @uppy/facebook | 4.0.0 | @uppy/transloadit | 4.0.0 |
+| @uppy/file-input | 4.0.0 | @uppy/tus | 4.0.0 |
+| @uppy/form | 4.0.0 | @uppy/unsplash | 4.0.0 |
+| @uppy/golden-retriever | 4.0.0 | @uppy/url | 4.0.0 |
+| @uppy/google-drive | 4.0.0 | @uppy/utils | 6.0.0 |
+| @uppy/google-photos | 0.2.0 | @uppy/vue | 2.0.0 |
+| @uppy/image-editor | 3.0.0 | @uppy/webcam | 4.0.0 |
+| @uppy/informer | 4.0.0 | @uppy/xhr-upload | 4.0.0 |
+| @uppy/instagram | 4.0.0 | @uppy/zoom | 3.0.0 |
+| @uppy/locales | 4.0.0 | uppy | 4.0.0 |
+
+- meta: Bump docker/setup-qemu-action from 3.0.0 to 3.1.0 (dependabot[bot] / #5314)
+- meta: Bump docker/build-push-action from 6.2.0 to 6.3.0 (dependabot[bot] / #5313)
+- @uppy/core: bring back resetProgress (Merlijn Vos / #5320)
+- docs: add note regarding `COMPANION_CLIENT_ORIGINS_REGEX` (Antoine du Hamel / #5322)
+- @uppy/companion: make streaming upload default to `true` (Mikael Finstad / #5315)
+- docs: change slug for aws docs (Merlijn Vos / #5321)
+- @uppy/core: export UppyOptions, UppyFile, Meta, Body (Merlijn Vos / #5319)
+- meta: fix React linter rules (Antoine du Hamel / #5317)
+- meta: enforce use of extension in import type declarations (Antoine du Hamel / #5316)
+- @uppy/companion: remove `oauthOrigin` (Antoine du Hamel / #5311)
+- docs,@uppy/companion-client: don't close socket when pausing (Mikael Finstad / #4821)
+- @uppy/aws-s3: fix signing on client for bucket name with dots (Antoine du Hamel / #5312)
+- @uppy/react: introduce useUppyEvent (Merlijn Vos / #5264)
+- @uppy/companion: do not list Node.js 20.12 as compatible (Antoine du Hamel / #5309)
+- @uppy/provider-views: `.openFolder()` - return progress indication (Evgenia Karunus / #5306)
+- examples,@uppy/companion: Release: uppy@3.27.3 (github-actions[bot] / #5304)
+- @uppy/companion: fix `TypeError` when parsing request (Antoine du Hamel / #5303)
+
+
## 4.0.0-beta.14
Released: 2024-07-02
diff --git a/README.md b/README.md
index 2ead422eda..e00b149af2 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```
Add CSS
-[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.0.0/uppy.min.css),
either to your HTML page’s `
` or include in JS, if your bundler of choice
supports it.
@@ -102,7 +102,7 @@ object.
```html
@@ -113,7 +113,7 @@ object.
Uppy,
Dashboard,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.0.0-beta.14/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.0.0/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -302,7 +302,7 @@ Use Uppy in your project?