Skip to content

Commit e056158

Browse files
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/audio | 2.1.1 | @uppy/instagram | 4.2.1 | | @uppy/aws-s3 | 4.2.1 | @uppy/onedrive | 4.2.2 | | @uppy/box | 3.2.1 | @uppy/progress-bar | 4.2.1 | | @uppy/companion-client | 4.4.1 | @uppy/provider-views | 4.4.1 | | @uppy/compressor | 2.2.1 | @uppy/react | 4.2.1 | | @uppy/core | 4.4.1 | @uppy/remote-sources | 2.3.1 | | @uppy/dashboard | 4.3.1 | @uppy/screen-capture | 4.2.1 | | @uppy/drag-drop | 4.1.1 | @uppy/status-bar | 4.1.1 | | @uppy/drop-target | 3.1.1 | @uppy/thumbnail-generator | 4.1.1 | | @uppy/dropbox | 4.2.1 | @uppy/transloadit | 4.2.1 | | @uppy/facebook | 4.2.1 | @uppy/tus | 4.2.1 | | @uppy/file-input | 4.1.1 | @uppy/unsplash | 4.3.1 | | @uppy/form | 4.1.1 | @uppy/url | 4.2.1 | | @uppy/golden-retriever | 4.1.1 | @uppy/vue | 2.1.1 | | @uppy/google-drive | 4.3.1 | @uppy/webcam | 4.1.1 | | @uppy/google-drive-picker | 0.3.2 | @uppy/webdav | 0.3.1 | | @uppy/google-photos | 0.5.1 | @uppy/xhr-upload | 4.3.2 | | @uppy/google-photos-picker | 0.3.2 | @uppy/zoom | 3.2.1 | | @uppy/image-editor | 3.3.1 | uppy | 4.12.2 | | @uppy/informer | 4.2.1 | | | - @uppy/provider-views: Import types consistently from @uppy/core (Merlijn Vos / #5589) - @uppy/status-bar: fix double upload progress (Mikael Finstad / #5587) - @uppy/provider-views: fix incorrect import (Merlijn Vos / #5588)
1 parent 6e65cd8 commit e056158

File tree

46 files changed

+94
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+94
-47
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.12.1/uppy.min.js"></script>`)
5+
(`<script src="https://releases.transloadit.com/uppy/v4.12.2/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

+32
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ 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.12.2
16+
17+
Released: 2025-01-09
18+
19+
| Package | Version | Package | Version |
20+
| -------------------------- | ------- | -------------------------- | ------- |
21+
| @uppy/audio | 2.1.1 | @uppy/instagram | 4.2.1 |
22+
| @uppy/aws-s3 | 4.2.1 | @uppy/onedrive | 4.2.2 |
23+
| @uppy/box | 3.2.1 | @uppy/progress-bar | 4.2.1 |
24+
| @uppy/companion-client | 4.4.1 | @uppy/provider-views | 4.4.1 |
25+
| @uppy/compressor | 2.2.1 | @uppy/react | 4.2.1 |
26+
| @uppy/core | 4.4.1 | @uppy/remote-sources | 2.3.1 |
27+
| @uppy/dashboard | 4.3.1 | @uppy/screen-capture | 4.2.1 |
28+
| @uppy/drag-drop | 4.1.1 | @uppy/status-bar | 4.1.1 |
29+
| @uppy/drop-target | 3.1.1 | @uppy/thumbnail-generator | 4.1.1 |
30+
| @uppy/dropbox | 4.2.1 | @uppy/transloadit | 4.2.1 |
31+
| @uppy/facebook | 4.2.1 | @uppy/tus | 4.2.1 |
32+
| @uppy/file-input | 4.1.1 | @uppy/unsplash | 4.3.1 |
33+
| @uppy/form | 4.1.1 | @uppy/url | 4.2.1 |
34+
| @uppy/golden-retriever | 4.1.1 | @uppy/vue | 2.1.1 |
35+
| @uppy/google-drive | 4.3.1 | @uppy/webcam | 4.1.1 |
36+
| @uppy/google-drive-picker | 0.3.2 | @uppy/webdav | 0.3.1 |
37+
| @uppy/google-photos | 0.5.1 | @uppy/xhr-upload | 4.3.2 |
38+
| @uppy/google-photos-picker | 0.3.2 | @uppy/zoom | 3.2.1 |
39+
| @uppy/image-editor | 3.3.1 | uppy | 4.12.2 |
40+
| @uppy/informer | 4.2.1 | | |
41+
42+
- @uppy/provider-views: Import types consistently from @uppy/core (Merlijn Vos / #5589)
43+
- @uppy/status-bar: fix double upload progress (Mikael Finstad / #5587)
44+
- @uppy/provider-views: fix incorrect import (Merlijn Vos / #5588)
45+
46+
1547
## 4.12.1
1648

1749
Released: 2025-01-08

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
8787
```
8888

8989
Add CSS
90-
[uppy.min.css](https://releases.transloadit.com/uppy/v4.12.1/uppy.min.css),
90+
[uppy.min.css](https://releases.transloadit.com/uppy/v4.12.2/uppy.min.css),
9191
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
9292
supports it.
9393

@@ -101,7 +101,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
101101
```html
102102
<!-- 1. Add CSS to `<head>` -->
103103
<link
104-
href="https://releases.transloadit.com/uppy/v4.12.1/uppy.min.css"
104+
href="https://releases.transloadit.com/uppy/v4.12.2/uppy.min.css"
105105
rel="stylesheet"
106106
/>
107107

@@ -112,7 +112,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
112112
Uppy,
113113
Dashboard,
114114
Tus,
115-
} from 'https://releases.transloadit.com/uppy/v4.12.1/uppy.min.mjs'
115+
} from 'https://releases.transloadit.com/uppy/v4.12.2/uppy.min.mjs'
116116
117117
const uppy = new Uppy()
118118
uppy.use(Dashboard, { target: '#files-drag-drop' })

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.12.1/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.12.2/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.12.1/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.12.2/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.12.1/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.12.2/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.12.1/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.12.2/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.0",
4+
"version": "2.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/aws-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/aws-s3",
33
"description": "Upload to Amazon S3 with Uppy",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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.0",
4+
"version": "3.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/companion-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/companion-client",
33
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/compressor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/compressor",
33
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

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.0",
4+
"version": "4.4.1",
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.0",
4+
"version": "4.3.1",
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.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/drop-target",
33
"description": "Lets your users drag and drop files on a DOM element",
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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.0",
4+
"version": "4.2.1",
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.0",
4+
"version": "4.2.1",
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.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/form/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/form",
33
"description": "Connect Uppy to an existing HTML <form>.",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

packages/@uppy/golden-retriever/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/golden-retriever",
33
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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.1",
4+
"version": "0.3.2",
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.0",
4+
"version": "4.3.1",
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.1",
4+
"version": "0.3.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/google-photos",
33
"description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account",
4-
"version": "0.5.0",
4+
"version": "0.5.1",
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.0",
4+
"version": "3.3.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/informer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/informer",
33
"description": "A notification and error pop-up bar for Uppy.",
4-
"version": "4.2.0",
4+
"version": "4.2.1",
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.0",
4+
"version": "4.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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.1",
4+
"version": "4.2.2",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

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

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

packages/@uppy/provider-views/CHANGELOG.md

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

3+
## 4.4.1
4+
5+
Released: 2025-01-09
6+
Included in: Uppy v4.12.2
7+
8+
- @uppy/provider-views: Import types consistently from @uppy/core (Merlijn Vos / #5589)
9+
- @uppy/provider-views: fix incorrect import (Merlijn Vos / #5588)
10+
311
## 4.4.0
412

513
Released: 2025-01-08

packages/@uppy/provider-views/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/provider-views",
33
"description": "View library for Uppy remote provider plugins.",
4-
"version": "4.4.0",
4+
"version": "4.4.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

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.0",
4+
"version": "4.2.1",
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.0",
4+
"version": "2.3.1",
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.0",
4+
"version": "4.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/status-bar/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
Released: 2025-01-09
6+
Included in: Uppy v4.12.2
7+
8+
- @uppy/status-bar: fix double upload progress (Mikael Finstad / #5587)
9+
310
## 4.1.0
411

512
Released: 2025-01-06

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.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

packages/@uppy/thumbnail-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/thumbnail-generator",
33
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)