Skip to content

Commit e07c83b

Browse files
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/audio | 2.0.2 | @uppy/instagram | 4.1.2 | | @uppy/aws-s3 | 4.1.3 | @uppy/locales | 4.3.1 | | @uppy/box | 3.1.2 | @uppy/onedrive | 4.1.2 | | @uppy/companion | 5.2.0 | @uppy/progress-bar | 4.0.2 | | @uppy/companion-client | 4.2.0 | @uppy/provider-views | 4.1.0 | | @uppy/compressor | 2.1.1 | @uppy/react | 4.0.4 | | @uppy/core | 4.3.0 | @uppy/remote-sources | 2.2.1 | | @uppy/dashboard | 4.1.3 | @uppy/screen-capture | 4.1.2 | | @uppy/drag-drop | 4.0.5 | @uppy/status-bar | 4.0.5 | | @uppy/drop-target | 3.0.2 | @uppy/store-default | 4.1.2 | | @uppy/dropbox | 4.1.2 | @uppy/thumbnail-generator | 4.0.2 | | @uppy/facebook | 4.1.2 | @uppy/transloadit | 4.1.4 | | @uppy/file-input | 4.0.4 | @uppy/tus | 4.1.5 | | @uppy/form | 4.0.2 | @uppy/unsplash | 4.1.2 | | @uppy/golden-retriever | 4.0.2 | @uppy/url | 4.1.2 | | @uppy/google-drive | 4.2.0 | @uppy/utils | 6.0.5 | | @uppy/google-drive-picker | 0.2.0 | @uppy/vue | 2.0.3 | | @uppy/google-photos | 0.4.0 | @uppy/webcam | 4.0.3 | | @uppy/google-photos-picker | 0.2.0 | @uppy/xhr-upload | 4.2.3 | | @uppy/image-editor | 3.2.1 | @uppy/zoom | 3.1.2 | | @uppy/informer | 4.1.2 | uppy | 4.8.0 | - @uppy/companion-client: Fix allowed origins (Mikael Finstad / #5536) - meta: Build lib refactor to esm (Mikael Finstad / #5537) - @uppy/provider-views: Google picker scope (Mikael Finstad / #5535) - @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533) - @uppy/companion,@uppy/google-drive-picker,@uppy/google-photos-picker: Google Picker (Mikael Finstad / #5443) - @uppy/aws-s3: console.error instead of throw for missing etag (Merlijn Vos / #5521) - docs: Put docs back in uppy.io repository where they belong (Merlijn Vos / #5527) - docs: typo (Azhar Rizqullah / #5523) - @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520) - meta: fix missing lint (Mikael Finstad / #5519) - docs: Add Next.js docs (Merlijn Vos / #5502) - e2e: try to fix flaky test (Mikael Finstad / #5512) - meta: Fix broken lint on CI (Mikael Finstad / #5507)
1 parent 8ebdf73 commit e07c83b

File tree

88 files changed

+431
-96
lines changed

Some content is hidden

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

88 files changed

+431
-96
lines changed

Diff for: 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.7.0/uppy.min.js"></script>`)
5+
(`<script src="https://releases.transloadit.com/uppy/v4.8.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

Diff for: CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,49 @@ 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.8.0
16+
17+
Released: 2024-12-05
18+
19+
| Package | Version | Package | Version |
20+
| -------------------------- | ------- | -------------------------- | ------- |
21+
| @uppy/audio | 2.0.2 | @uppy/instagram | 4.1.2 |
22+
| @uppy/aws-s3 | 4.1.3 | @uppy/locales | 4.3.1 |
23+
| @uppy/box | 3.1.2 | @uppy/onedrive | 4.1.2 |
24+
| @uppy/companion | 5.2.0 | @uppy/progress-bar | 4.0.2 |
25+
| @uppy/companion-client | 4.2.0 | @uppy/provider-views | 4.1.0 |
26+
| @uppy/compressor | 2.1.1 | @uppy/react | 4.0.4 |
27+
| @uppy/core | 4.3.0 | @uppy/remote-sources | 2.2.1 |
28+
| @uppy/dashboard | 4.1.3 | @uppy/screen-capture | 4.1.2 |
29+
| @uppy/drag-drop | 4.0.5 | @uppy/status-bar | 4.0.5 |
30+
| @uppy/drop-target | 3.0.2 | @uppy/store-default | 4.1.2 |
31+
| @uppy/dropbox | 4.1.2 | @uppy/thumbnail-generator | 4.0.2 |
32+
| @uppy/facebook | 4.1.2 | @uppy/transloadit | 4.1.4 |
33+
| @uppy/file-input | 4.0.4 | @uppy/tus | 4.1.5 |
34+
| @uppy/form | 4.0.2 | @uppy/unsplash | 4.1.2 |
35+
| @uppy/golden-retriever | 4.0.2 | @uppy/url | 4.1.2 |
36+
| @uppy/google-drive | 4.2.0 | @uppy/utils | 6.0.5 |
37+
| @uppy/google-drive-picker | 0.2.0 | @uppy/vue | 2.0.3 |
38+
| @uppy/google-photos | 0.4.0 | @uppy/webcam | 4.0.3 |
39+
| @uppy/google-photos-picker | 0.2.0 | @uppy/xhr-upload | 4.2.3 |
40+
| @uppy/image-editor | 3.2.1 | @uppy/zoom | 3.1.2 |
41+
| @uppy/informer | 4.1.2 | uppy | 4.8.0 |
42+
43+
- @uppy/companion-client: Fix allowed origins (Mikael Finstad / #5536)
44+
- meta: Build lib refactor to esm (Mikael Finstad / #5537)
45+
- @uppy/provider-views: Google picker scope (Mikael Finstad / #5535)
46+
- @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533)
47+
- @uppy/companion,@uppy/google-drive-picker,@uppy/google-photos-picker: Google Picker (Mikael Finstad / #5443)
48+
- @uppy/aws-s3: console.error instead of throw for missing etag (Merlijn Vos / #5521)
49+
- docs: Put docs back in uppy.io repository where they belong (Merlijn Vos / #5527)
50+
- docs: typo (Azhar Rizqullah / #5523)
51+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
52+
- meta: fix missing lint (Mikael Finstad / #5519)
53+
- docs: Add Next.js docs (Merlijn Vos / #5502)
54+
- e2e: try to fix flaky test (Mikael Finstad / #5512)
55+
- meta: Fix broken lint on CI (Mikael Finstad / #5507)
56+
57+
1558
## 4.7.0
1659

1760
Released: 2024-11-11

Diff for: README.md

+49-49
Large diffs are not rendered by default.

Diff for: 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.7.0/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.8.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.7.0/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.8.0/uppy.min.mjs'
2323

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

Diff for: 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.7.0/uppy.min.css"
8+
href="https://releases.transloadit.com/uppy/v4.8.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.7.0/uppy.min.mjs'
22+
} from 'https://releases.transloadit.com/uppy/v4.8.0/uppy.min.mjs'
2323

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

Diff for: packages/@uppy/audio/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 2.0.1
411

512
Released: 2024-07-30

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

Diff for: packages/@uppy/aws-s3/CHANGELOG.md

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

3+
## 4.1.3
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/aws-s3: console.error instead of throw for missing etag (Merlijn Vos / #5521)
9+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
10+
311
## 4.1.2
412

513
Released: 2024-11-11

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

Diff for: packages/@uppy/box/CHANGELOG.md

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

3+
## 3.1.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 3.1.1
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/companion-client/CHANGELOG.md

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

3+
## 4.2.0
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/companion-client: Fix allowed origins (Mikael Finstad / #5536)
9+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
10+
311
## 4.1.1
412

513
Released: 2024-10-31

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

Diff for: packages/@uppy/companion/CHANGELOG.md

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

3+
## 5.2.0
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/companion,@uppy/google-drive-picker,@uppy/google-photos-picker: Google Picker (Mikael Finstad / #5443)
9+
310
## 5.1.4
411

512
Released: 2024-11-11

Diff for: 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.1.4",
3+
"version": "5.2.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",

Diff for: packages/@uppy/compressor/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 2.1.0
411

512
Released: 2024-08-29

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

Diff for: packages/@uppy/core/CHANGELOG.md

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

3+
## 4.3.0
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533)
9+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
10+
311
## 4.2.3
412

513
Released: 2024-10-31

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

Diff for: packages/@uppy/dashboard/CHANGELOG.md

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

3+
## 4.1.3
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.1.2
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/drag-drop/CHANGELOG.md

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

3+
## 4.0.5
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.0.4
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/drop-target/CHANGELOG.md

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

3+
## 3.0.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 3.0.1
411

512
Released: 2024-07-15

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

Diff for: packages/@uppy/dropbox/CHANGELOG.md

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

3+
## 4.1.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.1.1
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/facebook/CHANGELOG.md

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

3+
## 4.1.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.1.1
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/file-input/CHANGELOG.md

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

3+
## 4.0.4
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.0.3
411

512
Released: 2024-10-31

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

Diff for: packages/@uppy/form/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
Released: 2024-12-05
6+
Included in: Uppy v4.8.0
7+
8+
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
9+
310
## 4.0.1
411

512
Released: 2024-10-31

0 commit comments

Comments
 (0)