Skip to content

Commit 2af711c

Browse files
Release: uppy@2.3.0 (#3348)
| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 | | @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 | | @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 | | @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 | | @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 | | @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 | | @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 | | @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 | | @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 | | @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 | | @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 | | @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 | | @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 | | @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 | | @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 | | @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 | | @uppy/informer | 2.0.5 | uppy | 2.3.0 | | @uppy/instagram | 2.0.5 | | | - meta: add release automations (Antoine du Hamel / #3304) - @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339) - @uppy/aws-s3-multipart: Drop `lockedCandidatesForBatch` and mark chunks as busy when preparing (Yegor Yarko / #3342) - @uppy/webcam: fix broken links in `webcam.md` (Antoine du Hamel / #3346) - @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976) - build: force use of `@babel/plugin-proposal-optional-chaining` (Antoine du Hamel / #3335) - @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327) - @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334) - @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329) - @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325) - meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos) - meta: Add disableLocalFiles to options summary (Steve Barker / #3323) - meta: Create SECURITY.md (Ziding Zhang / #3052) - @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320) - meta: finish `master`->`main` job (Mikael Finstad / #3315) - website: update documents that were out of date (Antoine du Hamel / #3317) - @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299) - doc: Fix typo in `docs/drag-drop.md` (Ash Allen / #3319) - website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243) - @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276) - @uppy/companion: Remove references of incorrect `options` argument for `companion.socket` (Mikael Finstad / #3307) - @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280)
1 parent 74dae42 commit 2af711c

Some content is hidden

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

77 files changed

+408
-147
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.2.3/uppy.min.js"></script>`) or bundle it with your webapp.
4+
this from a CDN (`<script src="https://releases.transloadit.com/uppy/v2.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: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,55 @@ 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.3.0
16+
17+
Released: 2021-12-07
18+
19+
| Package | Version | Package | Version |
20+
| ------------------------- | ------- | ------------------------- | ------- |
21+
| @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 |
22+
| @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 |
23+
| @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 |
24+
| @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 |
25+
| @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 |
26+
| @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 |
27+
| @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 |
28+
| @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 |
29+
| @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 |
30+
| @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 |
31+
| @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 |
32+
| @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 |
33+
| @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 |
34+
| @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 |
35+
| @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 |
36+
| @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 |
37+
| @uppy/informer | 2.0.5 | uppy | 2.3.0 |
38+
| @uppy/instagram | 2.0.5 | | |
39+
40+
- meta: add release automations (Antoine du Hamel / #3304)
41+
- @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339)
42+
- @uppy/aws-s3-multipart: Drop `lockedCandidatesForBatch` and mark chunks as busy when preparing (Yegor Yarko / #3342)
43+
- @uppy/webcam: fix broken links in `webcam.md` (Antoine du Hamel / #3346)
44+
- @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976)
45+
- build: force use of `@babel/plugin-proposal-optional-chaining` (Antoine du Hamel / #3335)
46+
- @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327)
47+
- @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334)
48+
- @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329)
49+
- @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325)
50+
- meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos)
51+
- meta: Add disableLocalFiles to options summary (Steve Barker / #3323)
52+
- meta: Create SECURITY.md (Ziding Zhang / #3052)
53+
- @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320)
54+
- meta: finish `master`->`main` job (Mikael Finstad / #3315)
55+
- website: update documents that were out of date (Antoine du Hamel / #3317)
56+
- @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299)
57+
- doc: Fix typo in `docs/drag-drop.md` (Ash Allen / #3319)
58+
- website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243)
59+
- @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276)
60+
- @uppy/companion: Remove references of incorrect `options` argument for `companion.socket` (Mikael Finstad / #3307)
61+
- @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280)
62+
63+
1564
## 2.2.1
1665

1766
Released: 2021-10-14

README.md

Lines changed: 85 additions & 81 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.2.3/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v2.3.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.2.3/uppy.min.js"></script>
11+
<script src="https://releases.transloadit.com/uppy/v2.3.0/uppy.min.js"></script>
1212
<script>
1313
const uppy = new Uppy.Core({debug: true, autoProceed: false})
1414
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })

examples/transloadit-textarea/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.1.3/robodog.css">
5+
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/robodog/v2.1.4/robodog.css">
66
<style>
77
body {
88
font-family: Roboto, Open Sans;

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.2.3/uppy.min.css" rel="stylesheet">
7+
<link href="https://releases.transloadit.com/uppy/v2.3.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.2.3/uppy.min.js"></script>
11+
<script src="https://releases.transloadit.com/uppy/v2.3.0/uppy.min.js"></script>
1212
<script>
1313
const uppy = new Uppy.Core({debug: true, autoProceed: false})
1414
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @uppy/angular
2+
3+
## 0.2.6
4+
5+
Released: 2021-12-07
6+
Included in: Uppy v2.3.0
7+
8+
- @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325)

packages/@uppy/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uppy/angular",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"module": "dist/angular/esm2015/public-api.js",
55
"types": "dist/angular/uppy-angular.d.ts",
66
"scripts": {

packages/@uppy/audio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @uppy/audio
2+
3+
## 0.2.0
4+
5+
Released: 2021-12-07
6+
Included in: Uppy v2.3.0
7+
8+
- @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976)

packages/@uppy/audio/package.json

Lines changed: 1 addition & 1 deletion
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": "0.1.0",
4+
"version": "0.2.0",
55
"license": "MIT",
66
"main": "lib/index.js",
77
"style": "dist/style.min.css",

0 commit comments

Comments
 (0)