Skip to content

Commit 6559bea

Browse files
Release: uppy@2.7.0 (#3525)
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.3.0 | @uppy/locales | 2.0.7 | | @uppy/aws-s3-multipart | 2.2.1 | uppy | 2.7.0 | | @uppy/companion | 3.3.1 | | | - @uppy/companion: fix unstable test (Mikael Finstad) - @uppy/companion: replace debug (Mikael Finstad) - @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515) - @uppy/angular: update ng version (Antoine du Hamel / #3503) - @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511) - @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520) - website: Add “Stop the war” banner (Artur Paikin / #3518) - @uppy/locales: Update zh_CN.js (linxunzyf / #3513) - meta: update remark dependencies (Antoine du Hamel / #3502)
1 parent facc2bd commit 6559bea

File tree

21 files changed

+139
-83
lines changed

21 files changed

+139
-83
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/v2.6.0/uppy.min.js"></script>`) or bundle it with your webapp.
4+
this from a CDN (`<script src="https://releases.transloadit.com/uppy/v2.7.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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,27 @@ 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+
## 2.7.0
16+
17+
Released: 2022-03-02
18+
19+
| Package | Version | Package | Version |
20+
| ---------------------- | ------- | ---------------------- | ------- |
21+
| @uppy/angular | 0.3.0 | @uppy/locales | 2.0.7 |
22+
| @uppy/aws-s3-multipart | 2.2.1 | uppy | 2.7.0 |
23+
| @uppy/companion | 3.3.1 | | |
24+
25+
- @uppy/companion: fix unstable test (Mikael Finstad)
26+
- @uppy/companion: replace debug (Mikael Finstad)
27+
- @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515)
28+
- @uppy/angular: update ng version (Antoine du Hamel / #3503)
29+
- @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511)
30+
- @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520)
31+
- website: Add “Stop the war” banner (Artur Paikin / #3518)
32+
- @uppy/locales: Update zh_CN.js (linxunzyf / #3513)
33+
- meta: update remark dependencies (Antoine du Hamel / #3502)
34+
35+
1536
## 2.6.0
1637

1738
Released: 2022-02-17

README.md

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

examples/cdn-example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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/v2.6.0/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v2.7.0/uppy.min.css" rel="stylesheet">
88
</head>
99
<body>
1010
<button id="uppyModalOpener">Open Modal</button>
11-
<script src="https://releases.transloadit.com/uppy/v2.6.0/uppy.min.js"></script>
11+
<script src="https://releases.transloadit.com/uppy/v2.7.0/uppy.min.js"></script>
1212
<script>
1313
const uppy = new Uppy.Core({debug: true, autoProceed: false})
1414
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
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/v2.6.0/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v2.7.0/uppy.min.css" rel="stylesheet">
88
</head>
99
<body>
1010
<button id="uppyModalOpener">Open Modal</button>
11-
<script src="https://releases.transloadit.com/uppy/v2.6.0/uppy.min.js"></script>
11+
<script src="https://releases.transloadit.com/uppy/v2.7.0/uppy.min.js"></script>
1212
<script>
1313
const uppy = new Uppy.Core({debug: true, autoProceed: false})
1414
.use(Uppy.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.3.0
4+
5+
Released: 2022-03-02
6+
Included in: Uppy v2.7.0
7+
8+
- @uppy/angular: update ng version (Antoine du Hamel / #3503)
9+
310
## 0.2.8
411

512
Released: 2021-12-21

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.2.8",
4+
"version": "0.3.0",
55
"license": "MIT",
66
"homepage": "https://uppy.io",
77
"keywords": [

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

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

3+
## 2.2.1
4+
5+
Released: 2022-03-02
6+
Included in: Uppy v2.7.0
7+
8+
- @uppy/aws-s3-multipart: Add chunks back to prepareUploadParts, indexed by partNumber (Kevin West / #3520)
9+
310
## 2.2.0
411

512
Released: 2021-12-07

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

Lines changed: 1 addition & 1 deletion
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": "2.2.0",
4+
"version": "2.2.1",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"types": "types/index.d.ts",

packages/@uppy/companion/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @uppy/companion
22

3+
## 3.3.1
4+
5+
Released: 2022-03-02
6+
Included in: Uppy v2.7.0
7+
8+
- @uppy/companion: fix unstable test (Mikael Finstad)
9+
- @uppy/companion: replace debug (Mikael Finstad)
10+
- @uppy/companion: Fix COMPANION_PATH (Mikael Finstad / #3515)
11+
- @uppy/companion: Upload protocol "s3-multipart" does not use the chunkSize option (Gabi Ganam / #3511)
12+
313
## 3.3.0
414

515
Released: 2022-02-17

0 commit comments

Comments
 (0)