From c16657e075a152cd28a02bcd8f337d420bc254e2 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 30 Jun 2025 13:50:55 +0000
Subject: [PATCH] Release: uppy@4.18.0 (#5796)
| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/components | 0.2.0 | @uppy/remote-sources | 2.3.4 |
| @uppy/core | 4.4.7 | @uppy/screen-capture | 4.3.1 |
| @uppy/google-drive-picker | 0.3.6 | @uppy/svelte | 4.5.0 |
| @uppy/google-photos-picker | 0.3.6 | @uppy/vue | 2.3.0 |
| @uppy/locales | 4.6.0 | @uppy/webcam | 4.2.1 |
| @uppy/provider-views | 4.4.5 | uppy | 4.18.0 |
| @uppy/react | 4.4.0 | | |
- meta: Remove remark reference from CI (Murderlon)
- @uppy/components,@uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
- examples: Add useRemoteSource (Merlijn Vos / #5778)
- @uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
- meta: Remove remark (Merlijn Vos / #5790)
- meta: Delete old, unused files (Merlijn Vos / #5788)
- meta: Sort package.json (Murderlon)
- examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
- @uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
- e2e: Skip for now then (Murderlon)
- e2e: fixup! Fix CI for now (Murderlon)
- e2e: Fix CI for now (Murderlon)
- examples: Add useWebcam (Merlijn Vos / #5741)
- @uppy/react,@uppy/svelte,@uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
- meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
- @uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)
---
BUNDLE-README.md | 2 +-
CHANGELOG.md | 32 ++++++
README.md | 108 +++++++++---------
examples/cdn-example/index.html | 4 +-
.../uppy-with-companion/client/index.html | 4 +-
packages/@uppy/components/CHANGELOG.md | 9 ++
packages/@uppy/components/package.json | 2 +-
packages/@uppy/core/package.json | 2 +-
.../@uppy/google-drive-picker/package.json | 2 +-
.../@uppy/google-photos-picker/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/CHANGELOG.md | 7 ++
packages/@uppy/react/package.json | 2 +-
packages/@uppy/remote-sources/package.json | 2 +-
packages/@uppy/screen-capture/CHANGELOG.md | 7 ++
packages/@uppy/screen-capture/package.json | 2 +-
packages/@uppy/svelte/CHANGELOG.md | 7 ++
packages/@uppy/svelte/package.json | 2 +-
packages/@uppy/vue/CHANGELOG.md | 7 ++
packages/@uppy/vue/package.json | 2 +-
packages/@uppy/webcam/package.json | 2 +-
packages/uppy/package.json | 2 +-
25 files changed, 155 insertions(+), 72 deletions(-)
create mode 100644 packages/@uppy/components/CHANGELOG.md
diff --git a/BUNDLE-README.md b/BUNDLE-README.md
index ce4f272ac..df3843470 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 064e8b599..9de11f65f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,38 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
+## 4.18.0
+
+Released: 2025-06-30
+
+| Package | Version | Package | Version |
+| -------------------------- | ------- | -------------------------- | ------- |
+| @uppy/components | 0.2.0 | @uppy/remote-sources | 2.3.4 |
+| @uppy/core | 4.4.7 | @uppy/screen-capture | 4.3.1 |
+| @uppy/google-drive-picker | 0.3.6 | @uppy/svelte | 4.5.0 |
+| @uppy/google-photos-picker | 0.3.6 | @uppy/vue | 2.3.0 |
+| @uppy/locales | 4.6.0 | @uppy/webcam | 4.2.1 |
+| @uppy/provider-views | 4.4.5 | uppy | 4.18.0 |
+| @uppy/react | 4.4.0 | | |
+
+- meta: Remove remark reference from CI (Murderlon)
+- @uppy/components,@uppy/screen-capture: useScreenCapture fixes (Prakash / #5793)
+- examples: Add useRemoteSource (Merlijn Vos / #5778)
+- @uppy/components: Use webcam fixes2 (Mikael Finstad / #5791)
+- meta: Remove remark (Merlijn Vos / #5790)
+- meta: Delete old, unused files (Merlijn Vos / #5788)
+- meta: Sort package.json (Murderlon)
+- examples: Headless Hooks: Add useScreenCapture (Prakash / #5784)
+- @uppy/locales: Update pt_BR localization (Gabriel Pereira / #5780)
+- e2e: Skip for now then (Murderlon)
+- e2e: fixup! Fix CI for now (Murderlon)
+- e2e: Fix CI for now (Murderlon)
+- examples: Add useWebcam (Merlijn Vos / #5741)
+- @uppy/react,@uppy/svelte,@uppy/vue: Add useDropzone & useFileInput (Merlijn Vos / #5735)
+- meta: build(deps): bump base-x from 3.0.9 to 3.0.11 (dependabot[bot] / #5772)
+- @uppy/provider-views: improve metadata handling in Google Photos Picker (ben rosenbaum / #5769)
+
+
## 4.17.0
Released: 2025-06-02
diff --git a/README.md b/README.md
index 1366b572a..0764e1f4b 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.17.0/uppy.min.css),
+[uppy.min.css](https://releases.transloadit.com/uppy/v4.18.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.17.0/uppy.min.mjs'
+ } from 'https://releases.transloadit.com/uppy/v4.18.0/uppy.min.mjs'
const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -300,73 +300,73 @@ Use Uppy in your project?