Skip to content

Commit cb1b753

Browse files
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/audio | 2.1.2 | @uppy/locales | 4.5.2 | | @uppy/box | 3.2.2 | @uppy/onedrive | 4.2.3 | | @uppy/companion | 5.6.0 | @uppy/react | 4.2.3 | | @uppy/core | 4.4.4 | @uppy/remote-sources | 2.3.2 | | @uppy/dashboard | 4.3.3 | @uppy/screen-capture | 4.2.2 | | @uppy/drag-drop | 4.1.2 | @uppy/status-bar | 4.1.3 | | @uppy/dropbox | 4.2.2 | @uppy/transloadit | 4.2.2 | | @uppy/facebook | 4.2.2 | @uppy/unsplash | 4.3.3 | | @uppy/file-input | 4.1.2 | @uppy/url | 4.2.3 | | @uppy/google-drive | 4.3.2 | @uppy/utils | 6.1.3 | | @uppy/google-drive-picker | 0.3.4 | @uppy/webcam | 4.1.2 | | @uppy/google-photos-picker | 0.3.4 | @uppy/webdav | 0.3.2 | | @uppy/image-editor | 3.3.2 | @uppy/zoom | 3.2.2 | | @uppy/instagram | 4.2.2 | uppy | 4.14.0 | - @uppy/core: dry retryAll() and upload() (Mikael Finstad / #5691) - @uppy/angular: Revert "Support Angular 19" (Mikael Finstad / #5710) - @uppy/angular: Support Angular 19 (Arnaud Flaesch / #5709) - @uppy/companion: implement dropbox business teams (Mikael Finstad / #5708) - @uppy/utils: add msg mimetype (Merlijn Vos / #5699) - @uppy/core: fix locale type for plugins (Merlijn Vos / #5700) - examples: build(deps-dev): bump vite from 5.4.14 to 5.4.15 (dependabot[bot] / #5703) - @uppy/locales: Update nb_NO.ts (Tore Sinding Bekkedal / #5678) - meta: build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5689) - examples: @uppy-example/aws-nodejs: fix fileType not present in S3 objects (Prakash / #5680) - @uppy/core: fix events when retrying with upload() (Prakash / #5696) - meta: Fix locales building (Mikael Finstad / #5693) - @uppy/google-photos: remove google photos 😢 (Mikael Finstad / #5690) - @uppy/locales: Update cs_CZ.ts (David Petrásek / #5658)
1 parent 29ef0bf commit cb1b753

File tree

37 files changed

+164
-95
lines changed

37 files changed

+164
-95
lines changed

BUNDLE-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Hi, thanks for trying out the bundled version of the Uppy File Uploader. You can
44
use this from a CDN
5-
(`<script src="https://releases.transloadit.com/uppy/v4.13.4/uppy.min.js"></script>`)
5+
(`<script src="https://releases.transloadit.com/uppy/v4.14.0/uppy.min.js"></script>`)
66
or bundle it with your webapp.
77

88
Note that the recommended way to use Uppy is to install it with yarn/npm and use

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,43 @@ Please add your entries in this format:
1212

1313
In the current stage we aim to release a new version at least every month.
1414

15+
## 4.14.0
16+
17+
Released: 2025-04-08
18+
19+
| Package | Version | Package | Version |
20+
| -------------------------- | ------- | -------------------------- | ------- |
21+
| @uppy/audio | 2.1.2 | @uppy/locales | 4.5.2 |
22+
| @uppy/box | 3.2.2 | @uppy/onedrive | 4.2.3 |
23+
| @uppy/companion | 5.6.0 | @uppy/react | 4.2.3 |
24+
| @uppy/core | 4.4.4 | @uppy/remote-sources | 2.3.2 |
25+
| @uppy/dashboard | 4.3.3 | @uppy/screen-capture | 4.2.2 |
26+
| @uppy/drag-drop | 4.1.2 | @uppy/status-bar | 4.1.3 |
27+
| @uppy/dropbox | 4.2.2 | @uppy/transloadit | 4.2.2 |
28+
| @uppy/facebook | 4.2.2 | @uppy/unsplash | 4.3.3 |
29+
| @uppy/file-input | 4.1.2 | @uppy/url | 4.2.3 |
30+
| @uppy/google-drive | 4.3.2 | @uppy/utils | 6.1.3 |
31+
| @uppy/google-drive-picker | 0.3.4 | @uppy/webcam | 4.1.2 |
32+
| @uppy/google-photos-picker | 0.3.4 | @uppy/webdav | 0.3.2 |
33+
| @uppy/image-editor | 3.3.2 | @uppy/zoom | 3.2.2 |
34+
| @uppy/instagram | 4.2.2 | uppy | 4.14.0 |
35+
36+
- @uppy/core: dry retryAll() and upload() (Mikael Finstad / #5691)
37+
- @uppy/angular: Revert "Support Angular 19" (Mikael Finstad / #5710)
38+
- @uppy/angular: Support Angular 19 (Arnaud Flaesch / #5709)
39+
- @uppy/companion: implement dropbox business teams (Mikael Finstad / #5708)
40+
- @uppy/utils: add msg mimetype (Merlijn Vos / #5699)
41+
- @uppy/core: fix locale type for plugins (Merlijn Vos / #5700)
42+
- examples: build(deps-dev): bump vite from 5.4.14 to 5.4.15 (dependabot[bot] / #5703)
43+
- @uppy/locales: Update nb_NO.ts (Tore Sinding Bekkedal / #5678)
44+
- meta: build(deps): bump docker/login-action from 3.3.0 to 3.4.0 (dependabot[bot] / #5689)
45+
- examples: @uppy-example/aws-nodejs: fix fileType not present in S3 objects (Prakash / #5680)
46+
- @uppy/core: fix events when retrying with upload() (Prakash / #5696)
47+
- meta: Fix locales building (Mikael Finstad / #5693)
48+
- @uppy/google-photos: remove google photos 😢 (Mikael Finstad / #5690)
49+
- @uppy/locales: Update cs_CZ.ts (David Petrásek / #5658)
50+
51+
1552
## 4.13.4
1653

1754
Released: 2025-03-13

README.md

+63-62
Large diffs are not rendered by default.

examples/cdn-example/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link
8-
href="https://releases.transloadit.com/uppy/v4.13.4/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.14.0/uppy.min.css"
99
rel="stylesheet"
1010
/>
1111
</head>
@@ -19,7 +19,7 @@
1919
Dashboard,
2020
Webcam,
2121
Tus,
22-
} from 'https://releases.transloadit.com/uppy/v4.13.4/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.14.0/uppy.min.mjs'
2323

2424
const uppy = new Uppy({ debug: true, autoProceed: false })
2525
.use(Dashboard, { trigger: '#uppyModalOpener' })

examples/uppy-with-companion/client/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<link
8-
href="https://releases.transloadit.com/uppy/v4.13.4/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.14.0/uppy.min.css"
99
rel="stylesheet"
1010
/>
1111
</head>
@@ -19,7 +19,7 @@
1919
Instagram,
2020
GoogleDrive,
2121
Tus,
22-
} from 'https://releases.transloadit.com/uppy/v4.13.4/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.14.0/uppy.min.mjs'
2323

2424
const uppy = new Uppy({ debug: true, autoProceed: false })
2525
.use(Dashboard, { trigger: '#uppyModalOpener' })

packages/@uppy/audio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/audio",
33
"description": "Uppy plugin that records audio using the device’s microphone.",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/box/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/box",
33
"description": "Import files from Box, into Uppy.",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/companion/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/companion
22

3+
## 5.6.0
4+
5+
Released: 2025-04-08
6+
Included in: Uppy v4.14.0
7+
8+
- @uppy/companion: implement dropbox business teams (Mikael Finstad / #5708)
9+
310
## 5.5.2
411

512
Released: 2025-02-25

packages/@uppy/companion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uppy/companion",
3-
"version": "5.5.2",
3+
"version": "5.6.0",
44
"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:",
55
"main": "lib/companion.js",
66
"types": "lib/companion.d.ts",

packages/@uppy/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @uppy/core
22

3+
## 4.4.4
4+
5+
Released: 2025-04-08
6+
Included in: Uppy v4.14.0
7+
8+
- @uppy/core: dry retryAll() and upload() (Mikael Finstad / #5691)
9+
- @uppy/core: fix locale type for plugins (Merlijn Vos / #5700)
10+
- @uppy/core: fix events when retrying with upload() (Prakash / #5696)
11+
312
## 4.4.3
413

514
Released: 2025-03-13

packages/@uppy/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/core",
33
"description": "Core module for the 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:",
4-
"version": "4.4.3",
4+
"version": "4.4.4",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/dashboard",
33
"description": "Universal UI plugin for Uppy.",
4-
"version": "4.3.2",
4+
"version": "4.3.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/drag-drop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/drag-drop",
33
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/dropbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/dropbox",
33
"description": "Import files from Dropbox, into Uppy.",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/facebook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/facebook",
33
"description": "Import files from Facebook, into Uppy.",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/file-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/file-input",
33
"description": "Simple UI of a file input button that works with Uppy right out of the box",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/google-drive-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/google-drive-picker",
33
"description": "The Google Drive Picker plugin for Uppy lets users import files from their Google Drive account",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/google-drive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/google-drive",
33
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
4-
"version": "4.3.1",
4+
"version": "4.3.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/google-photos-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/google-photos-picker",
33
"description": "The Google Photos Picker plugin for Uppy lets users import files from their Google Photos account",
4-
"version": "0.3.3",
4+
"version": "0.3.4",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/image-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/image-editor",
33
"description": "Image editor and cropping UI",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/instagram/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/instagram",
33
"description": "Import photos and videos from Instagram, into Uppy.",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/locales/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @uppy/locales
22

3+
## 4.5.2
4+
5+
Released: 2025-04-08
6+
Included in: Uppy v4.14.0
7+
8+
- @uppy/locales: Update nb_NO.ts (Tore Sinding Bekkedal / #5678)
9+
- @uppy/locales: Update cs_CZ.ts (David Petrásek / #5658)
10+
311
## 4.5.0
412

513
Released: 2025-01-06

packages/@uppy/locales/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/locales",
33
"description": "Uppy language packs",
4-
"version": "4.5.1",
4+
"version": "4.5.2",
55
"license": "MIT",
66
"type": "module",
77
"keywords": [

packages/@uppy/onedrive/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/onedrive",
33
"description": "Import files from OneDrive, into Uppy.",
4-
"version": "4.2.2",
4+
"version": "4.2.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/react",
33
"description": "React component wrappers around Uppy's official UI plugins.",
4-
"version": "4.2.2",
4+
"version": "4.2.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/remote-sources/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/remote-sources",
33
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/screen-capture/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/screen-capture",
33
"description": "Uppy plugin that captures video from display or application.",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/status-bar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/status-bar",
33
"description": "A progress bar for Uppy, with many bells and whistles.",
4-
"version": "4.1.2",
4+
"version": "4.1.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/transloadit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/transloadit",
33
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
4-
"version": "4.2.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/unsplash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/unsplash",
33
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
4-
"version": "4.3.2",
4+
"version": "4.3.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/url/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/url",
33
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
4-
"version": "4.2.2",
4+
"version": "4.2.3",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/utils
22

3+
## 6.1.3
4+
5+
Released: 2025-04-08
6+
Included in: Uppy v4.14.0
7+
8+
- @uppy/utils: add msg mimetype (Merlijn Vos / #5699)
9+
310
## 6.1.2
411

512
Released: 2025-02-03

packages/@uppy/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/utils",
33
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
4-
"version": "6.1.2",
4+
"version": "6.1.3",
55
"license": "MIT",
66
"type": "module",
77
"keywords": [

packages/@uppy/webcam/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/webcam",
33
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/webdav/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/webdav",
33
"description": "Import files from WebDAV into Uppy.",
4-
"version": "0.3.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"types": "types/index.d.ts",

packages/@uppy/zoom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/zoom",
33
"description": "Import files from zoom, into Uppy.",
4-
"version": "3.2.1",
4+
"version": "3.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/uppy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uppy",
33
"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:",
4-
"version": "4.13.4",
4+
"version": "4.14.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"module": "lib/index.js",

0 commit comments

Comments
 (0)