Skip to content

Commit 99d832f

Browse files
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.5.0 | @uppy/image-editor | 2.1.0 | | @uppy/aws-s3-multipart | 3.1.0 | @uppy/locales | 3.0.4 | | @uppy/companion | 4.1.0 | @uppy/tus | 3.0.5 | | @uppy/companion-client | 3.1.0 | @uppy/utils | 5.1.0 | | @uppy/dashboard | 3.2.0 | uppy | 3.3.0 | - @uppy/companion: change default S3 expiry from 300 to 800 seconds (Merlijn Vos / #4206) - @uppy/dashboard: Single file mode (Artur Paikin / #4188) - @uppy/locales: Fix UZ locale (Merlijn Vos / #4178) - @uppy/utils: update typings for `RateLimitedQueue` (Antoine du Hamel / #4204) - @uppy/aws-s3-multipart: empty the queue when pausing (Antoine du Hamel / #4203) - @uppy/image-editor: add checkered background (Livia Medeiros / #4194) - @uppy/aws-s3-multipart: refactor rate limiting approach (Antoine du Hamel / #4187) - @uppy/companion: send expiry time along side S3 signed requests (Antoine du Hamel / #4202) - @uppy/companion-client: add support for `AbortSignal` (Antoine du Hamel / #4201) - @uppy/companion-client: prevent preflight race condition (Mikael Finstad / #4182) - @uppy/aws-s3-multipart: change limit to 6 (Antoine du Hamel / #4199) - @uppy/utils: add `cause` support for `AbortError`s (Antoine du Hamel / #4198) - meta: Fix bad example for setFileState (Tim Whitney / #4191) - meta: Update code example for getFiles (Tim Whitney / #4189) - meta: Fix issue with outdated comment. (Tim Whitney / #4192) - @uppy/aws-s3-multipart: remove unused `timeout` option (Antoine du Hamel / #4186) - meta: Remove dollar sign from command for easier copy/pasting (Youssef Victor / #4180) - @uppy/aws-s3-multipart,@uppy/tus: fix `Timed out waiting for socket` (Antoine du Hamel / #4177) - meta: Add note about facebook approval (Mikael Finstad / #4172) - meta: add a manual deploy for website (Antoine du Hamel / #4171)
1 parent dcfec25 commit 99d832f

File tree

33 files changed

+171
-67
lines changed

33 files changed

+171
-67
lines changed

BUNDLE-README.md

Lines changed: 1 addition & 1 deletion
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.2.2/uppy.min.js"></script>`) or bundle it with your webapp.
4+
this from a CDN (`<script src="https://releases.transloadit.com/uppy/v3.3.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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,40 @@ 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.3.0
16+
17+
Released: 2022-11-10
18+
19+
| Package | Version | Package | Version |
20+
| ---------------------- | ------- | ---------------------- | ------- |
21+
| @uppy/angular | 0.5.0 | @uppy/image-editor | 2.1.0 |
22+
| @uppy/aws-s3-multipart | 3.1.0 | @uppy/locales | 3.0.4 |
23+
| @uppy/companion | 4.1.0 | @uppy/tus | 3.0.5 |
24+
| @uppy/companion-client | 3.1.0 | @uppy/utils | 5.1.0 |
25+
| @uppy/dashboard | 3.2.0 | uppy | 3.3.0 |
26+
27+
- @uppy/companion: change default S3 expiry from 300 to 800 seconds (Merlijn Vos / #4206)
28+
- @uppy/dashboard: Single file mode (Artur Paikin / #4188)
29+
- @uppy/locales: Fix UZ locale (Merlijn Vos / #4178)
30+
- @uppy/utils: update typings for `RateLimitedQueue` (Antoine du Hamel / #4204)
31+
- @uppy/aws-s3-multipart: empty the queue when pausing (Antoine du Hamel / #4203)
32+
- @uppy/image-editor: add checkered background (Livia Medeiros / #4194)
33+
- @uppy/aws-s3-multipart: refactor rate limiting approach (Antoine du Hamel / #4187)
34+
- @uppy/companion: send expiry time along side S3 signed requests (Antoine du Hamel / #4202)
35+
- @uppy/companion-client: add support for `AbortSignal` (Antoine du Hamel / #4201)
36+
- @uppy/companion-client: prevent preflight race condition (Mikael Finstad / #4182)
37+
- @uppy/aws-s3-multipart: change limit to 6 (Antoine du Hamel / #4199)
38+
- @uppy/utils: add `cause` support for `AbortError`s (Antoine du Hamel / #4198)
39+
- meta: Fix bad example for setFileState (Tim Whitney / #4191)
40+
- meta: Update code example for getFiles (Tim Whitney / #4189)
41+
- meta: Fix issue with outdated comment. (Tim Whitney / #4192)
42+
- @uppy/aws-s3-multipart: remove unused `timeout` option (Antoine du Hamel / #4186)
43+
- meta: Remove dollar sign from command for easier copy/pasting (Youssef Victor / #4180)
44+
- @uppy/aws-s3-multipart,@uppy/tus: fix `Timed out waiting for socket` (Antoine du Hamel / #4177)
45+
- meta: Add note about facebook approval (Mikael Finstad / #4172)
46+
- meta: add a manual deploy for website (Antoine du Hamel / #4171)
47+
48+
1549
## 3.2.2
1650

1751
Released: 2022-10-24

README.md

Lines changed: 29 additions & 29 deletions
Large diffs are not rendered by default.

examples/aws-nodejs/public/drag.html

Lines changed: 2 additions & 2 deletions
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.2.2/uppy.min.css" rel="stylesheet">
6+
<link href="https://releases.transloadit.com/uppy/v3.3.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.2.2/uppy.min.mjs"
17+
import {Uppy, DragDrop, ProgressBar, AwsS3 } from "https://releases.transloadit.com/uppy/v3.3.0/uppy.min.mjs"
1818

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

examples/aws-nodejs/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Uppy</title>
6-
<link href="https://releases.transloadit.com/uppy/v3.2.2/uppy.min.css" rel="stylesheet">
6+
<link href="https://releases.transloadit.com/uppy/v3.3.0/uppy.min.css" rel="stylesheet">
77
</head>
88
<body>
99
<div id="drag-drop-area"></div>
1010
<script type="module">
11-
import { Uppy, Dashboard, AwsS3 } from "https://releases.transloadit.com/uppy/v3.2.2/uppy.min.mjs"
11+
import { Uppy, Dashboard, AwsS3 } from "https://releases.transloadit.com/uppy/v3.3.0/uppy.min.mjs"
1212
var uppy = new Uppy()
1313
.use(Dashboard, {
1414
inline: true,

examples/cdn-example/index.html

Lines changed: 3 additions & 3 deletions
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.2.2/uppy.min.css" rel="stylesheet" />
7+
<link href="https://releases.transloadit.com/uppy/v3.3.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.2.2/uppy.min.mjs";
19+
} from "https://releases.transloadit.com/uppy/v3.3.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.2.2/uppy.legacy.min.js"></script>
32+
<script nomodule src="https://releases.transloadit.com/uppy/v3.3.0/uppy.legacy.min.js"></script>
3333
<script nomodule>
3434
{
3535
const { Dashboard, Webcam, Tus } = Uppy;

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

Lines changed: 2 additions & 2 deletions
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.2.2/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v3.3.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.2.2/uppy.min.mjs"
13+
import { Uppy, Dashboard, Instagram, GoogleDrive, Tus } from "https://releases.transloadit.com/uppy/v3.3.0/uppy.min.mjs"
1414

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

packages/@uppy/angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @uppy/angular
22

3+
## 0.5.0
4+
5+
Released: 2022-11-10
6+
Included in: Uppy v3.3.0
7+
8+
- @uppy/angular,@uppy/utils: add `cause` support for `AbortError`s (Antoine du Hamel / #4198)
9+
310
## 0.4.3
411

512
Released: 2022-10-19

packages/@uppy/angular/projects/uppy/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uppy/angular",
33
"description": "Angular component wrappers around Uppy's official UI plugins.",
4-
"version": "0.4.3",
4+
"version": "0.5.0",
55
"license": "MIT",
66
"homepage": "https://uppy.io",
77
"keywords": [

packages/@uppy/aws-s3-multipart/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @uppy/aws-s3-multipart
22

3+
## 3.1.0
4+
5+
Released: 2022-11-10
6+
Included in: Uppy v3.3.0
7+
8+
- @uppy/aws-s3-multipart: empty the queue when pausing (Antoine du Hamel / #4203)
9+
- @uppy/aws-s3-multipart: refactor rate limiting approach (Antoine du Hamel / #4187)
10+
- @uppy/aws-s3-multipart: change limit to 6 (Antoine du Hamel / #4199)
11+
- @uppy/aws-s3-multipart: remove unused `timeout` option (Antoine du Hamel / #4186)
12+
- @uppy/aws-s3-multipart,@uppy/tus: fix `Timed out waiting for socket` (Antoine du Hamel / #4177)
13+
314
## 3.0.2
415

516
Released: 2022-09-25

0 commit comments

Comments
 (0)