From 985e4ca83b05845037a55d031bee2b3e4b6394a6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 25 Feb 2025 12:58:32 +0000
Subject: [PATCH] Release: uppy@4.13.3 (#5665)
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/companion | 5.5.2 | @uppy/xhr-upload | 4.3.3 |
| @uppy/dashboard | 4.3.2 | uppy | 4.13.3 |
| @uppy/status-bar | 4.1.2 | | |
- @uppy/dashboard: do not allow drag&drop of file preview (Merlijn Vos / #5650)
- @uppy/xhr-upload: fix when responseType is set to JSON (Merlijn Vos / #5651)
- meta: build(deps): bump akhileshns/heroku-deploy from 3.13.15 to 3.14.15 (dependabot[bot] / #5659)
- meta: build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (dependabot[bot] / #5660)
- @uppy/status-bar: fix aria-hidden warning (Merlijn Vos / #5663)
- @uppy/companion: log when tus uploaded size differs (Mikael Finstad / #5647)
- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648)
- meta: build(deps): bump elliptic from 6.6.0 to 6.6.1 (dependabot[bot] / #5649)
- examples: build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 (dependabot[bot] / #5643)
- meta: build(deps-dev): bump vitest from 1.6.0 to 1.6.1 (dependabot[bot] / #5641)
- meta: build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5640)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 23 ++++++
README.md | 70 +++++++++----------
examples/cdn-example/index.html | 4 +-
.../uppy-with-companion/client/index.html | 4 +-
packages/@uppy/companion/CHANGELOG.md | 8 +++
packages/@uppy/companion/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/xhr-upload/CHANGELOG.md | 7 ++
packages/@uppy/xhr-upload/package.json | 2 +-
packages/uppy/package.json | 2 +-
14 files changed, 97 insertions(+), 45 deletions(-)
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index fee525596..8064522f5 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 d3b0512e0..4690058d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,29 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.13.3
+
+Released: 2025-02-25
+
+| Package | Version | Package | Version |
+| ---------------- | ------- | ---------------- | ------- |
+| @uppy/companion | 5.5.2 | @uppy/xhr-upload | 4.3.3 |
+| @uppy/dashboard | 4.3.2 | uppy | 4.13.3 |
+| @uppy/status-bar | 4.1.2 | | |
+
+- @uppy/dashboard: do not allow drag&drop of file preview (Merlijn Vos / #5650)
+- @uppy/xhr-upload: fix when responseType is set to JSON (Merlijn Vos / #5651)
+- meta: build(deps): bump akhileshns/heroku-deploy from 3.13.15 to 3.14.15 (dependabot[bot] / #5659)
+- meta: build(deps): bump docker/build-push-action from 6.13.0 to 6.14.0 (dependabot[bot] / #5660)
+- @uppy/status-bar: fix aria-hidden warning (Merlijn Vos / #5663)
+- @uppy/companion: log when tus uploaded size differs (Mikael Finstad / #5647)
+- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648)
+- meta: build(deps): bump elliptic from 6.6.0 to 6.6.1 (dependabot[bot] / #5649)
+- examples: build(deps-dev): bump esbuild from 0.21.5 to 0.25.0 (dependabot[bot] / #5643)
+- meta: build(deps-dev): bump vitest from 1.6.0 to 1.6.1 (dependabot[bot] / #5641)
+- meta: build(deps): bump docker/setup-qemu-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5640)
+
+
## 4.13.2
Released: 2025-02-03
diff --git a/README.md b/README.md
index a87e561bd..12b076f71 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.13.2/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.13.3/uppy.min.css),
either to your HTML page’s `
` or include in JS, if your bundler of choice
supports it.
@@ -101,7 +101,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
```html
@@ -112,7 +112,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
Uppy,
Dashboard,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.13.2/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.13.3/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -309,14 +309,14 @@ Use Uppy in your project?
-
+
-
+
@@ -324,26 +324,26 @@ Use Uppy in your project?
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -352,20 +352,20 @@ Use Uppy in your project?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html
index 59f69537f..86cfb0457 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/v4.13.2/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.13.3/uppy.min.mjs'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
diff --git a/examples/uppy-with-companion/client/index.html b/examples/uppy-with-companion/client/index.html
index fed4b5753..24b474127 100644
--- a/examples/uppy-with-companion/client/index.html
+++ b/examples/uppy-with-companion/client/index.html
@@ -5,7 +5,7 @@
@@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
- } from 'https://releases.transloadit.com/uppy/v4.13.2/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.13.3/uppy.min.mjs'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
diff --git a/packages/@uppy/companion/CHANGELOG.md b/packages/@uppy/companion/CHANGELOG.md
index adf4aa6d1..c3d36392d 100644
--- a/packages/@uppy/companion/CHANGELOG.md
+++ b/packages/@uppy/companion/CHANGELOG.md
@@ -1,5 +1,13 @@
# @uppy/companion
+## 5.5.2
+
+Released: 2025-02-25
+Included in: Uppy v4.13.3
+
+- @uppy/companion: log when tus uploaded size differs (Mikael Finstad / #5647)
+- @uppy/companion: remove redundant HEAD request for file size (Mikael Finstad / #5648)
+
## 5.5.1
Released: 2025-01-22
diff --git a/packages/@uppy/companion/package.json b/packages/@uppy/companion/package.json
index 37b987bb5..626a8854c 100644
--- a/packages/@uppy/companion/package.json
+++ b/packages/@uppy/companion/package.json
@@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
- "version": "5.5.1",
+ "version": "5.5.2",
"description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
"main": "lib/companion.js",
"types": "lib/companion.d.ts",
diff --git a/packages/@uppy/dashboard/CHANGELOG.md b/packages/@uppy/dashboard/CHANGELOG.md
index 02335b481..80a65f214 100644
--- a/packages/@uppy/dashboard/CHANGELOG.md
+++ b/packages/@uppy/dashboard/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/dashboard
+## 4.3.2
+
+Released: 2025-02-25
+Included in: Uppy v4.13.3
+
+- @uppy/dashboard: do not allow drag&drop of file preview (Merlijn Vos / #5650)
+
## 4.3.0
Released: 2025-01-06
diff --git a/packages/@uppy/dashboard/package.json b/packages/@uppy/dashboard/package.json
index e6d201849..fb8a21265 100644
--- a/packages/@uppy/dashboard/package.json
+++ b/packages/@uppy/dashboard/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
- "version": "4.3.1",
+ "version": "4.3.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/status-bar/CHANGELOG.md b/packages/@uppy/status-bar/CHANGELOG.md
index e4a2ae9af..c950a4c13 100644
--- a/packages/@uppy/status-bar/CHANGELOG.md
+++ b/packages/@uppy/status-bar/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/status-bar
+## 4.1.2
+
+Released: 2025-02-25
+Included in: Uppy v4.13.3
+
+- @uppy/status-bar: fix aria-hidden warning (Merlijn Vos / #5663)
+
## 4.1.1
Released: 2025-01-09
diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json
index 8f4153040..b14c1db89 100644
--- a/packages/@uppy/status-bar/package.json
+++ b/packages/@uppy/status-bar/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/status-bar",
"description": "A progress bar for Uppy, with many bells and whistles.",
- "version": "4.1.1",
+ "version": "4.1.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
diff --git a/packages/@uppy/xhr-upload/CHANGELOG.md b/packages/@uppy/xhr-upload/CHANGELOG.md
index 69914e80a..02cd467d7 100644
--- a/packages/@uppy/xhr-upload/CHANGELOG.md
+++ b/packages/@uppy/xhr-upload/CHANGELOG.md
@@ -1,5 +1,12 @@
# @uppy/xhr-upload
+## 4.3.3
+
+Released: 2025-02-25
+Included in: Uppy v4.13.3
+
+- @uppy/xhr-upload: fix when responseType is set to JSON (Merlijn Vos / #5651)
+
## 4.3.1
Released: 2025-01-08
diff --git a/packages/@uppy/xhr-upload/package.json b/packages/@uppy/xhr-upload/package.json
index 7b847c113..ef7f0bf70 100644
--- a/packages/@uppy/xhr-upload/package.json
+++ b/packages/@uppy/xhr-upload/package.json
@@ -1,7 +1,7 @@
{
"name": "@uppy/xhr-upload",
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
- "version": "4.3.2",
+ "version": "4.3.3",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
diff --git a/packages/uppy/package.json b/packages/uppy/package.json
index d0a7a973f..76eceaa98 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": "4.13.2",
+ "version": "4.13.3",
"license": "MIT",
"main": "lib/index.js",
"module": "lib/index.js",