From 04db4639d8e8d5cd73002cc2ba2f0a5a8d4d08e6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 2 Jun 2025 09:39:53 +0000
Subject: [PATCH] Release: uppy@4.17.0 (#5771)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
| Package | Version | Package | Version |
| -------------------- | ------- | -------------------- | ------- |
| @uppy/companion | 5.8.0 | @uppy/screen-capture | 4.3.0 |
| @uppy/components | 0.1.0 | @uppy/svelte | 4.4.0 |
| @uppy/core | 4.4.6 | @uppy/utils | 6.1.5 |
| @uppy/locales | 4.5.3 | @uppy/vue | 2.2.0 |
| @uppy/provider-views | 4.4.4 | @uppy/webcam | 4.2.0 |
| @uppy/react | 4.3.0 | uppy | 4.17.0 |
- @uppy/provider-views: fix: handle pagination for Google Photos picker (fixes #5765) (ben rosenbaum / #5768)
- @uppy/companion: add max filename length env var (Freeman / #5763)
- @uppy/core: fix missing required meta field error not updating (Prakash / #5766)
- @uppy/screen-capture: add screenshot button (Prakash / #5737)
- @uppy/locales: Update cs_CZ.ts (Martin Štorek / #5749)
- examples: Headless components (Merlijn Vos / #5727)
- @uppy/companion: fix cookie maxAge to milliseconds (zolotarov@brights.io / #5746)
- meta: document how to fix a broken release (Mikael Finstad / #5755)
- @uppy/companion: improve Zoom folder structure (Merlijn Vos / #5739)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 24 ++++
README.md | 125 +++++++++---------
examples/cdn-example/index.html | 4 +-
.../uppy-with-companion/client/index.html | 4 +-
packages/@uppy/companion/CHANGELOG.md | 9 ++
packages/@uppy/companion/package.json | 2 +-
packages/@uppy/components/package.json | 2 +-
packages/@uppy/core/CHANGELOG.md | 7 +
packages/@uppy/core/package.json | 2 +-
packages/@uppy/locales/CHANGELOG.md | 7 +
packages/@uppy/locales/package.json | 2 +-
packages/@uppy/provider-views/CHANGELOG.md | 7 +
packages/@uppy/provider-views/package.json | 2 +-
packages/@uppy/react/package.json | 2 +-
packages/@uppy/screen-capture/CHANGELOG.md | 7 +
packages/@uppy/screen-capture/package.json | 2 +-
packages/@uppy/svelte/package.json | 2 +-
packages/@uppy/utils/package.json | 2 +-
packages/@uppy/vue/package.json | 2 +-
packages/@uppy/webcam/package.json | 2 +-
packages/uppy/package.json | 2 +-
22 files changed, 141 insertions(+), 79 deletions(-)
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index 720e2df4b..ce4f272ac 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 79324b8a8..064e8b599 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,30 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.17.0
+
+Released: 2025-06-02
+
+| Package | Version | Package | Version |
+| -------------------- | ------- | -------------------- | ------- |
+| @uppy/companion | 5.8.0 | @uppy/screen-capture | 4.3.0 |
+| @uppy/components | 0.1.0 | @uppy/svelte | 4.4.0 |
+| @uppy/core | 4.4.6 | @uppy/utils | 6.1.5 |
+| @uppy/locales | 4.5.3 | @uppy/vue | 2.2.0 |
+| @uppy/provider-views | 4.4.4 | @uppy/webcam | 4.2.0 |
+| @uppy/react | 4.3.0 | uppy | 4.17.0 |
+
+- @uppy/provider-views: fix: handle pagination for Google Photos picker (fixes #5765) (ben rosenbaum / #5768)
+- @uppy/companion: add max filename length env var (Freeman / #5763)
+- @uppy/core: fix missing required meta field error not updating (Prakash / #5766)
+- @uppy/screen-capture: add screenshot button (Prakash / #5737)
+- @uppy/locales: Update cs_CZ.ts (Martin Štorek / #5749)
+- examples: Headless components (Merlijn Vos / #5727)
+- @uppy/companion: fix cookie maxAge to milliseconds (zolotarov@brights.io / #5746)
+- meta: document how to fix a broken release (Mikael Finstad / #5755)
+- @uppy/companion: improve Zoom folder structure (Merlijn Vos / #5739)
+
+
## 4.16.0
Released: 2025-05-18
diff --git a/README.md b/README.md
index 119bf04b7..1366b572a 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.16.0/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.17.0/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.16.0/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.17.0/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -301,71 +301,72 @@ Use Uppy in your project?