Skip to content

Commit a5f6248

Browse files
| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/audio | 1.1.3 | @uppy/store-default | 3.0.4 | | @uppy/aws-s3 | 3.3.1 | @uppy/store-redux | 3.0.4 | | @uppy/aws-s3-multipart | 3.7.0 | @uppy/svelte | 3.1.0 | | @uppy/companion | 4.9.1 | @uppy/thumbnail-generator | 3.0.5 | | @uppy/companion-client | 3.4.1 | @uppy/transloadit | 3.3.1 | | @uppy/compressor | 1.0.4 | @uppy/tus | 3.3.1 | | @uppy/core | 3.5.1 | @uppy/utils | 5.5.1 | | @uppy/dashboard | 3.5.4 | @uppy/webcam | 3.3.3 | | @uppy/image-editor | 2.2.1 | @uppy/xhr-upload | 3.4.1 | | @uppy/remote-sources | 1.0.4 | uppy | 3.17.0 | - meta: add Prettier (Antoine du Hamel / #4707) - @uppy/aws-s3-multipart: retry signature request (Merlijn Vos / #4691) - meta: update linter config to cover more files (Mikael Finstad / #4706) - @uppy/image-editor: ImageEditor.jsx - remove 1px black lines (Evgenia Karunus / #4678) - meta: delete `.yarn/releases/yarn-3.4.1.cjs` (Antoine du Hamel) - meta: fix linter errors (Antoine du Hamel / #4704) - @uppy/utils: test: migrate to Vitest for Uppy core and Uppy plugins (Antoine du Hamel / #4700) - meta: run corepack yarn (Mikael Finstad) - @uppy/companion: upgrade TS target (Mikael Finstad / #4670) - @uppy/companion: use deferred length for tus streams (Mikael Finstad / #4697) - @uppy/companion-client: fix a refresh token race condition (Mikael Finstad / #4695) - meta: add companion hotfix doc (Mikael Finstad / #4683) - meta: run type checks also for companion and add files to docker (Mikael Finstad / #4688) - @uppy/svelte: revert breaking change (Antoine du Hamel / #4694) - meta: Update yarn.lock (Artur Paikin) - @uppy/companion: fix instagram/facebook auth error regression (Mikael Finstad / #4692) - @uppy/aws-s3-multipart: aws-s3-multipart - call `#setCompanionHeaders` in `setOptions` (jur-ng / #4687) - @uppy/svelte: Upgrade Svelte to 4 (frederikhors / #4652) - @uppy/companion: add test endpoint for dynamic oauth creds (Mikael Finstad / #4667) - meta: fix VITE_COMPANION_ALLOWED_HOSTS (Mikael Finstad / #4690) - @uppy/companion: fix edge case for pagination on root (Mikael Finstad / #4689) - @uppy/companion: fix onedrive pagination (Mikael Finstad / #4686)
1 parent 2f691ac commit a5f6248

File tree

33 files changed

+135
-45
lines changed

33 files changed

+135
-45
lines changed

Diff for: BUNDLE-README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Uppy
22

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

66
Note that the recommended way to use Uppy is to install it with yarn/npm and use a
77
bundler like Webpack so that you can create a smaller custom build with only the

Diff for: CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,47 @@ 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+
## 3.17.0
16+
17+
Released: 2023-09-29
18+
19+
| Package | Version | Package | Version |
20+
| ------------------------- | ------- | ------------------------- | ------- |
21+
| @uppy/audio | 1.1.3 | @uppy/store-default | 3.0.4 |
22+
| @uppy/aws-s3 | 3.3.1 | @uppy/store-redux | 3.0.4 |
23+
| @uppy/aws-s3-multipart | 3.7.0 | @uppy/svelte | 3.1.0 |
24+
| @uppy/companion | 4.9.1 | @uppy/thumbnail-generator | 3.0.5 |
25+
| @uppy/companion-client | 3.4.1 | @uppy/transloadit | 3.3.1 |
26+
| @uppy/compressor | 1.0.4 | @uppy/tus | 3.3.1 |
27+
| @uppy/core | 3.5.1 | @uppy/utils | 5.5.1 |
28+
| @uppy/dashboard | 3.5.4 | @uppy/webcam | 3.3.3 |
29+
| @uppy/image-editor | 2.2.1 | @uppy/xhr-upload | 3.4.1 |
30+
| @uppy/remote-sources | 1.0.4 | uppy | 3.17.0 |
31+
32+
- meta: add Prettier (Antoine du Hamel / #4707)
33+
- @uppy/aws-s3-multipart: retry signature request (Merlijn Vos / #4691)
34+
- meta: update linter config to cover more files (Mikael Finstad / #4706)
35+
- @uppy/image-editor: ImageEditor.jsx - remove 1px black lines (Evgenia Karunus / #4678)
36+
- meta: delete `.yarn/releases/yarn-3.4.1.cjs` (Antoine du Hamel)
37+
- meta: fix linter errors (Antoine du Hamel / #4704)
38+
- @uppy/utils: test: migrate to Vitest for Uppy core and Uppy plugins (Antoine du Hamel / #4700)
39+
- meta: run corepack yarn (Mikael Finstad)
40+
- @uppy/companion: upgrade TS target (Mikael Finstad / #4670)
41+
- @uppy/companion: use deferred length for tus streams (Mikael Finstad / #4697)
42+
- @uppy/companion-client: fix a refresh token race condition (Mikael Finstad / #4695)
43+
- meta: add companion hotfix doc (Mikael Finstad / #4683)
44+
- meta: run type checks also for companion and add files to docker (Mikael Finstad / #4688)
45+
- @uppy/svelte: revert breaking change (Antoine du Hamel / #4694)
46+
- meta: Update yarn.lock (Artur Paikin)
47+
- @uppy/companion: fix instagram/facebook auth error regression (Mikael Finstad / #4692)
48+
- @uppy/aws-s3-multipart: aws-s3-multipart - call `#setCompanionHeaders` in `setOptions` (jur-ng / #4687)
49+
- @uppy/svelte: Upgrade Svelte to 4 (frederikhors / #4652)
50+
- @uppy/companion: add test endpoint for dynamic oauth creds (Mikael Finstad / #4667)
51+
- meta: fix VITE_COMPANION_ALLOWED_HOSTS (Mikael Finstad / #4690)
52+
- @uppy/companion: fix edge case for pagination on root (Mikael Finstad / #4689)
53+
- @uppy/companion: fix onedrive pagination (Mikael Finstad / #4686)
54+
55+
1556
## 3.16.0
1657

1758
Released: 2023-09-18

Diff for: README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@ const uppy = new Uppy()
6565
npm install @uppy/core @uppy/dashboard @uppy/tus
6666
```
6767

68-
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.
68+
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css), either to your HTML page’s `<head>` or include in JS, if your bundler of choice supports it.
6969

7070
Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
7171

7272
> ⚠️ The bundle consists of most Uppy plugins, so this method is not recommended for production, as your users will have to download all plugins when you are likely using only a few.
7373
7474
```html
7575
<!-- 1. Add CSS to `<head>` -->
76-
<link href="https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css" rel="stylesheet">
76+
<link href="https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css" rel="stylesheet">
7777

7878
<!-- 2. Initialize -->
7979
<div id="files-drag-drop"></div>
8080
<script type="module">
81-
import { Uppy, Dashboard, Tus } from "https://releases.transloadit.com/uppy/v3.16.0/uppy.min.mjs"
81+
import { Uppy, Dashboard, Tus } from "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.mjs"
8282
8383
const uppy = new Uppy()
8484
uppy.use(Dashboard, { target: '#files-drag-drop' })
@@ -180,7 +180,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the leg
180180
bundle, so no need to include anything additionally:
181181
182182
```html
183-
<script src="https://releases.transloadit.com/uppy/v3.16.0/uppy.legacy.min.js"></script>
183+
<script src="https://releases.transloadit.com/uppy/v3.17.0/uppy.legacy.min.js"></script>
184184
```
185185
186186
## FAQ
@@ -467,25 +467,25 @@ Use Uppy in your project? [Let us know](https://github.com/transloadit/uppy/issu
467467
:---: |:---: |:---: |:---: |:---: |:---: |
468468
[christianwengert](https://github.com/christianwengert) |[craigcbrunner](https://github.com/craigcbrunner) |[darthf1](https://github.com/darthf1) |[dkisic](https://github.com/dkisic) |[elliotsayes](https://github.com/elliotsayes) |[fingul](https://github.com/fingul) |
469469
470-
[<img alt="franckl" src="https://avatars.githubusercontent.com/u/3875803?v=4&s=117" width="117">](https://github.com/franckl) |[<img alt="gaelicwinter" src="https://avatars.githubusercontent.com/u/6510266?v=4&s=117" width="117">](https://github.com/gaelicwinter) |[<img alt="green-mike" src="https://avatars.githubusercontent.com/u/5584225?v=4&s=117" width="117">](https://github.com/green-mike) |[<img alt="hxgf" src="https://avatars.githubusercontent.com/u/56104?v=4&s=117" width="117">](https://github.com/hxgf) |[<img alt="johnmanjiro13" src="https://avatars.githubusercontent.com/u/28798279?v=4&s=117" width="117">](https://github.com/johnmanjiro13) |[<img alt="sontixyou" src="https://avatars.githubusercontent.com/u/19817196?v=4&s=117" width="117">](https://github.com/sontixyou) |
470+
[<img alt="franckl" src="https://avatars.githubusercontent.com/u/3875803?v=4&s=117" width="117">](https://github.com/franckl) |[<img alt="frederikhors" src="https://avatars.githubusercontent.com/u/41120635?v=4&s=117" width="117">](https://github.com/frederikhors) |[<img alt="gaelicwinter" src="https://avatars.githubusercontent.com/u/6510266?v=4&s=117" width="117">](https://github.com/gaelicwinter) |[<img alt="green-mike" src="https://avatars.githubusercontent.com/u/5584225?v=4&s=117" width="117">](https://github.com/green-mike) |[<img alt="hxgf" src="https://avatars.githubusercontent.com/u/56104?v=4&s=117" width="117">](https://github.com/hxgf) |[<img alt="johnmanjiro13" src="https://avatars.githubusercontent.com/u/28798279?v=4&s=117" width="117">](https://github.com/johnmanjiro13) |
471471
:---: |:---: |:---: |:---: |:---: |:---: |
472-
[franckl](https://github.com/franckl) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |[sontixyou](https://github.com/sontixyou) |
472+
[franckl](https://github.com/franckl) |[frederikhors](https://github.com/frederikhors) |[gaelicwinter](https://github.com/gaelicwinter) |[green-mike](https://github.com/green-mike) |[hxgf](https://github.com/hxgf) |[johnmanjiro13](https://github.com/johnmanjiro13) |
473473
474-
[<img alt="kode-ninja" src="https://avatars.githubusercontent.com/u/7857611?v=4&s=117" width="117">](https://github.com/kode-ninja) |[<img alt="jx-zyf" src="https://avatars.githubusercontent.com/u/26456842?v=4&s=117" width="117">](https://github.com/jx-zyf) |[<img alt="magumbo" src="https://avatars.githubusercontent.com/u/6683765?v=4&s=117" width="117">](https://github.com/magumbo) |[<img alt="mjlumetta" src="https://avatars.githubusercontent.com/u/3241493?v=4&s=117" width="117">](https://github.com/mjlumetta) |[<img alt="mosi-kha" src="https://avatars.githubusercontent.com/u/35611016?v=4&s=117" width="117">](https://github.com/mosi-kha) |[<img alt="neuronet77" src="https://avatars.githubusercontent.com/u/4220037?v=4&s=117" width="117">](https://github.com/neuronet77) |
474+
[<img alt="jur-ng" src="https://avatars.githubusercontent.com/u/111122756?v=4&s=117" width="117">](https://github.com/jur-ng) |[<img alt="sontixyou" src="https://avatars.githubusercontent.com/u/19817196?v=4&s=117" width="117">](https://github.com/sontixyou) |[<img alt="kode-ninja" src="https://avatars.githubusercontent.com/u/7857611?v=4&s=117" width="117">](https://github.com/kode-ninja) |[<img alt="jx-zyf" src="https://avatars.githubusercontent.com/u/26456842?v=4&s=117" width="117">](https://github.com/jx-zyf) |[<img alt="magumbo" src="https://avatars.githubusercontent.com/u/6683765?v=4&s=117" width="117">](https://github.com/magumbo) |[<img alt="mjlumetta" src="https://avatars.githubusercontent.com/u/3241493?v=4&s=117" width="117">](https://github.com/mjlumetta) |
475475
:---: |:---: |:---: |:---: |:---: |:---: |
476-
[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mjlumetta](https://github.com/mjlumetta) |[mosi-kha](https://github.com/mosi-kha) |[neuronet77](https://github.com/neuronet77) |
476+
[jur-ng](https://github.com/jur-ng) |[sontixyou](https://github.com/sontixyou) |[kode-ninja](https://github.com/kode-ninja) |[jx-zyf](https://github.com/jx-zyf) |[magumbo](https://github.com/magumbo) |[mjlumetta](https://github.com/mjlumetta) |
477477
478-
[<img alt="ninesalt" src="https://avatars.githubusercontent.com/u/7952255?v=4&s=117" width="117">](https://github.com/ninesalt) |[<img alt="odselsevier" src="https://avatars.githubusercontent.com/u/95745934?v=4&s=117" width="117">](https://github.com/odselsevier) |[<img alt="phil714" src="https://avatars.githubusercontent.com/u/7584581?v=4&s=117" width="117">](https://github.com/phil714) |[<img alt="luntta" src="https://avatars.githubusercontent.com/u/14221637?v=4&s=117" width="117">](https://github.com/luntta) |[<img alt="rhymes" src="https://avatars.githubusercontent.com/u/146201?v=4&s=117" width="117">](https://github.com/rhymes) |[<img alt="rlebosse" src="https://avatars.githubusercontent.com/u/2794137?v=4&s=117" width="117">](https://github.com/rlebosse) |
478+
[<img alt="mosi-kha" src="https://avatars.githubusercontent.com/u/35611016?v=4&s=117" width="117">](https://github.com/mosi-kha) |[<img alt="neuronet77" src="https://avatars.githubusercontent.com/u/4220037?v=4&s=117" width="117">](https://github.com/neuronet77) |[<img alt="ninesalt" src="https://avatars.githubusercontent.com/u/7952255?v=4&s=117" width="117">](https://github.com/ninesalt) |[<img alt="odselsevier" src="https://avatars.githubusercontent.com/u/95745934?v=4&s=117" width="117">](https://github.com/odselsevier) |[<img alt="phil714" src="https://avatars.githubusercontent.com/u/7584581?v=4&s=117" width="117">](https://github.com/phil714) |[<img alt="luntta" src="https://avatars.githubusercontent.com/u/14221637?v=4&s=117" width="117">](https://github.com/luntta) |
479479
:---: |:---: |:---: |:---: |:---: |:---: |
480-
[ninesalt](https://github.com/ninesalt) |[odselsevier](https://github.com/odselsevier) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |
480+
[mosi-kha](https://github.com/mosi-kha) |[neuronet77](https://github.com/neuronet77) |[ninesalt](https://github.com/ninesalt) |[odselsevier](https://github.com/odselsevier) |[phil714](https://github.com/phil714) |[luntta](https://github.com/luntta) |
481481
482-
[<img alt="rmoura-92" src="https://avatars.githubusercontent.com/u/419044?v=4&s=117" width="117">](https://github.com/rmoura-92) |[<img alt="rtaieb" src="https://avatars.githubusercontent.com/u/35224301?v=4&s=117" width="117">](https://github.com/rtaieb) |[<img alt="slawexxx44" src="https://avatars.githubusercontent.com/u/11180644?v=4&s=117" width="117">](https://github.com/slawexxx44) |[<img alt="stduhpf" src="https://avatars.githubusercontent.com/u/28208228?v=4&s=117" width="117">](https://github.com/stduhpf) |[<img alt="thanhthot" src="https://avatars.githubusercontent.com/u/50633205?v=4&s=117" width="117">](https://github.com/thanhthot) |[<img alt="tusharjkhunt" src="https://avatars.githubusercontent.com/u/31904234?v=4&s=117" width="117">](https://github.com/tusharjkhunt) |
482+
[<img alt="rhymes" src="https://avatars.githubusercontent.com/u/146201?v=4&s=117" width="117">](https://github.com/rhymes) |[<img alt="rlebosse" src="https://avatars.githubusercontent.com/u/2794137?v=4&s=117" width="117">](https://github.com/rlebosse) |[<img alt="rmoura-92" src="https://avatars.githubusercontent.com/u/419044?v=4&s=117" width="117">](https://github.com/rmoura-92) |[<img alt="rtaieb" src="https://avatars.githubusercontent.com/u/35224301?v=4&s=117" width="117">](https://github.com/rtaieb) |[<img alt="slawexxx44" src="https://avatars.githubusercontent.com/u/11180644?v=4&s=117" width="117">](https://github.com/slawexxx44) |[<img alt="stduhpf" src="https://avatars.githubusercontent.com/u/28208228?v=4&s=117" width="117">](https://github.com/stduhpf) |
483483
:---: |:---: |:---: |:---: |:---: |:---: |
484-
[rmoura-92](https://github.com/rmoura-92) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[stduhpf](https://github.com/stduhpf) |[thanhthot](https://github.com/thanhthot) |[tusharjkhunt](https://github.com/tusharjkhunt) |
484+
[rhymes](https://github.com/rhymes) |[rlebosse](https://github.com/rlebosse) |[rmoura-92](https://github.com/rmoura-92) |[rtaieb](https://github.com/rtaieb) |[slawexxx44](https://github.com/slawexxx44) |[stduhpf](https://github.com/stduhpf) |
485485
486-
[<img alt="vedran555" src="https://avatars.githubusercontent.com/u/38395951?v=4&s=117" width="117">](https://github.com/vedran555) |[<img alt="yoann-hellopret" src="https://avatars.githubusercontent.com/u/46525558?v=4&s=117" width="117">](https://github.com/yoann-hellopret) |[<img alt="olitomas" src="https://avatars.githubusercontent.com/u/6918659?v=4&s=117" width="117">](https://github.com/olitomas) |[<img alt="JimmyLv" src="https://avatars.githubusercontent.com/u/4997466?v=4&s=117" width="117">](https://github.com/JimmyLv) |
487-
:---: |:---: |:---: |:---: |
488-
[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
486+
[<img alt="thanhthot" src="https://avatars.githubusercontent.com/u/50633205?v=4&s=117" width="117">](https://github.com/thanhthot) |[<img alt="tusharjkhunt" src="https://avatars.githubusercontent.com/u/31904234?v=4&s=117" width="117">](https://github.com/tusharjkhunt) |[<img alt="vedran555" src="https://avatars.githubusercontent.com/u/38395951?v=4&s=117" width="117">](https://github.com/vedran555) |[<img alt="yoann-hellopret" src="https://avatars.githubusercontent.com/u/46525558?v=4&s=117" width="117">](https://github.com/yoann-hellopret) |[<img alt="olitomas" src="https://avatars.githubusercontent.com/u/6918659?v=4&s=117" width="117">](https://github.com/olitomas) |[<img alt="JimmyLv" src="https://avatars.githubusercontent.com/u/4997466?v=4&s=117" width="117">](https://github.com/JimmyLv) |
487+
:---: |:---: |:---: |:---: |:---: |:---: |
488+
[thanhthot](https://github.com/thanhthot) |[tusharjkhunt](https://github.com/tusharjkhunt) |[vedran555](https://github.com/vedran555) |[yoann-hellopret](https://github.com/yoann-hellopret) |[olitomas](https://github.com/olitomas) |[JimmyLv](https://github.com/JimmyLv) |
489489
490490
<!--/contributors-->
491491

Diff for: examples/aws-nodejs/public/drag.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Uppy</title>
6-
<link href="https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css" rel="stylesheet">
6+
<link href="https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css" rel="stylesheet">
77
</head>
88
<body>
99
<section class="example">
@@ -14,7 +14,7 @@ <h5>Uploaded files:</h5>
1414
<ol></ol>
1515
</div>
1616
<script type="module">
17-
import {Uppy, DragDrop, ProgressBar, AwsS3 } from "https://releases.transloadit.com/uppy/v3.16.0/uppy.min.mjs"
17+
import {Uppy, DragDrop, ProgressBar, AwsS3 } from "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.mjs"
1818

1919
// Function for displaying uploaded files
2020
const onUploadSuccess = (elForUploadedFiles) => (file, response) => {

Diff for: examples/aws-nodejs/public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Uppy – AWS upload example</title>
6-
<link href="https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css" rel="stylesheet">
6+
<link href="https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css" rel="stylesheet">
77
</head>
88
<body>
99
<h1>AWS upload example</h1>
1010
<div id="uppy"></div>
1111
<script type="module">
12-
import { Uppy, Dashboard, AwsS3 } from "https://releases.transloadit.com/uppy/v3.16.0/uppy.min.mjs"
12+
import { Uppy, Dashboard, AwsS3 } from "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.mjs"
1313
/**
1414
* This generator transforms a deep object into URL-encodable pairs
1515
* to work with `URLSearchParams` on the client and `body-parser` on the server.

Diff for: examples/cdn-example/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<link href="https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css" rel="stylesheet" />
7+
<link href="https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css" rel="stylesheet" />
88
</head>
99
<body>
1010
<noscript>You need JavaScript enabled for this example to work.</noscript>
@@ -16,7 +16,7 @@
1616
Dashboard,
1717
Webcam,
1818
Tus,
19-
} from "https://releases.transloadit.com/uppy/v3.16.0/uppy.min.mjs";
19+
} from "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.mjs";
2020

2121
const uppy = new Uppy({ debug: true, autoProceed: false })
2222
.use(Dashboard, { trigger: "#uppyModalOpener" })
@@ -29,7 +29,7 @@
2929
</script>
3030

3131
<!-- To support older browsers, you can use the legacy bundle which adds a global `Uppy` object. -->
32-
<script nomodule src="https://releases.transloadit.com/uppy/v3.16.0/uppy.legacy.min.js"></script>
32+
<script nomodule src="https://releases.transloadit.com/uppy/v3.17.0/uppy.legacy.min.js"></script>
3333
<script nomodule>
3434
{
3535
const { Dashboard, Webcam, Tus } = Uppy;

Diff for: examples/uppy-with-companion/client/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<title></title>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<link href="https://releases.transloadit.com/uppy/v3.16.0/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v3.17.0/uppy.min.css" rel="stylesheet">
88
</head>
99
<body>
1010
<button id="uppyModalOpener">Open Modal</button>
1111
<noscript>This web page requires JavaScript to work properly.</noscript>
1212
<script type="module">
13-
import { Uppy, Dashboard, Instagram, GoogleDrive, Tus } from "https://releases.transloadit.com/uppy/v3.16.0/uppy.min.mjs"
13+
import { Uppy, Dashboard, Instagram, GoogleDrive, Tus } from "https://releases.transloadit.com/uppy/v3.17.0/uppy.min.mjs"
1414

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

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

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

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

3+
## 3.7.0
4+
5+
Released: 2023-09-29
6+
Included in: Uppy v3.17.0
7+
8+
- @uppy/aws-s3-multipart: retry signature request (Merlijn Vos / #4691)
9+
- @uppy/aws-s3-multipart: aws-s3-multipart - call `#setCompanionHeaders` in `setOptions` (jur-ng / #4687)
10+
311
## 3.6.0
412

513
Released: 2023-09-05

Diff for: packages/@uppy/aws-s3-multipart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/aws-s3-multipart",
33
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
4-
"version": "3.6.0",
4+
"version": "3.7.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"type": "module",

0 commit comments

Comments
 (0)