Release: uppy@3.0.0-beta.5 (#3991)

| Package                   |      Version | Package                   |      Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/audio               | 1.0.0-beta.2 | @uppy/progress-bar        | 3.0.0-beta.2 |
| @uppy/aws-s3              | 3.0.0-beta.3 | @uppy/provider-views      | 3.0.0-beta.3 |
| @uppy/aws-s3-multipart    | 3.0.0-beta.4 | @uppy/react               | 3.0.0-beta.4 |
| @uppy/box                 | 2.0.0-beta.2 | @uppy/redux-dev-tools     | 3.0.0-beta.2 |
| @uppy/companion           | 4.0.0-beta.4 | @uppy/remote-sources      | 1.0.0-beta.4 |
| @uppy/companion-client    | 3.0.0-beta.2 | @uppy/screen-capture      | 3.0.0-beta.3 |
| @uppy/compressor          | 1.0.0-beta.3 | @uppy/status-bar          | 3.0.0-beta.3 |
| @uppy/core                | 3.0.0-beta.4 | @uppy/store-default       | 3.0.0-beta.3 |
| @uppy/dashboard           | 3.0.0-beta.4 | @uppy/store-redux         | 3.0.0-beta.3 |
| @uppy/drag-drop           | 3.0.0-beta.2 | @uppy/svelte              | 2.0.0-beta.2 |
| @uppy/drop-target         | 2.0.0-beta.3 | @uppy/thumbnail-generator | 3.0.0-beta.2 |
| @uppy/dropbox             | 3.0.0-beta.2 | @uppy/transloadit         | 3.0.0-beta.5 |
| @uppy/facebook            | 3.0.0-beta.2 | @uppy/tus                 | 3.0.0-beta.3 |
| @uppy/file-input          | 3.0.0-beta.2 | @uppy/unsplash            | 3.0.0-beta.2 |
| @uppy/form                | 3.0.0-beta.2 | @uppy/url                 | 3.0.0-beta.3 |
| @uppy/golden-retriever    | 3.0.0-beta.2 | @uppy/utils               | 5.0.0-beta.1 |
| @uppy/google-drive        | 3.0.0-beta.2 | @uppy/vue                 | 1.0.0-beta.2 |
| @uppy/image-editor        | 2.0.0-beta.3 | @uppy/webcam              | 3.0.0-beta.3 |
| @uppy/informer            | 3.0.0-beta.3 | @uppy/xhr-upload          | 3.0.0-beta.3 |
| @uppy/instagram           | 3.0.0-beta.2 | @uppy/zoom                | 2.0.0-beta.2 |
| @uppy/locales             | 3.0.0-beta.4 | uppy                      | 3.0.0-beta.5 |
| @uppy/onedrive            | 3.0.0-beta.2 |                           |              |

- meta: prepare release workflow for beta versions (Antoine du Hamel)
- @uppy/provider-views: Reset filter input correctly in provider views (Merlijn Vos / #3978)
- @uppy/aws-s3-multipart: Fix when using Companion (Merlijn Vos / #3969)
- @uppy/companion: Companion: bring back default upload protocol (Mikael Finstad / #3967)
- meta: Update CONTRIBUTING.md (Mikael Finstad / #3966)
- meta: fix contributing link (Mikael Finstad / #3968)
- @uppy/companion: enforce usage of uploadUrls (Mikael Finstad / #3965)
- @uppy/utils: Fix webp mimetype (Merlijn Vos / #3961)
- @uppy/locales: Add compressor string translation to Japanese locale (kenken / #3963)
- meta: Fix statement about cropping images in README.md (Mikael Finstad / #3964)
- @uppy/aws-s3-multipart: Fix race condition in `#uploadParts` (Morgan Zolob / #3955)
- @uppy/provider-views: core validateRestrictions: return error directly vs the result/reason obj (Artur Paikin / #3951)
- @uppy/aws-s3: Export AwsS3UploadParameters & AwsS3Options interfaces (Antonina Vertsinskaya / #3956)
- website: convert all website examples to ESM (Antoine du Hamel / #3957)
- @uppy/companion: fix crash if redis disconnects (Mikael Finstad / #3954)
- @uppy/companion: upgrade `ws` version (Antoine du Hamel / #3949)
- @uppy/companion: sort Dropbox response & refactor to async/await (Mikael Finstad / #3897)
- @uppy/utils: modernize `getDroppedFiles` (Antoine du Hamel / #3534)
- @uppy/companion: fix default getKey for non-standalone too (Mikael Finstad / #3945)
- @uppy/aws-s3-multipart: ignore exception inside `abortMultipartUpload` (Antoine du Hamel / #3950)
- @uppy/companion: remove `isobject` from dependencies (Antoine du Hamel / #3948)
- @uppy/compressor: Fix Compressor being broken when no name is in the compressed blob (Artur Paikin / #3947)
- @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907)
- @uppy/companion: show deprecation message when using legacy s3 options (Antoine du Hamel / #3944)
- example: fix aws-companion example (Antoine du Hamel / #3850)
This commit is contained in:
github-actions[bot] 2022-08-16 21:40:57 +00:00 committed by GitHub
parent 059c711ff5
commit 9d03b6f600
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
64 changed files with 204 additions and 76 deletions

View file

@ -1,7 +1,7 @@
# Uppy
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/v3.0.0-beta.4/uppy.min.js"></script>`) or bundle it with your webapp.
this from a CDN (`<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/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 a
bundler like Webpack so that you can create a smaller custom build with only the

View file

@ -12,6 +12,62 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
## 3.0.0-beta.5
Released: 2022-08-16
| Package | Version | Package | Version |
| ------------------------- | ------------ | ------------------------- | ------------ |
| @uppy/audio | 1.0.0-beta.2 | @uppy/progress-bar | 3.0.0-beta.2 |
| @uppy/aws-s3 | 3.0.0-beta.3 | @uppy/provider-views | 3.0.0-beta.3 |
| @uppy/aws-s3-multipart | 3.0.0-beta.4 | @uppy/react | 3.0.0-beta.4 |
| @uppy/box | 2.0.0-beta.2 | @uppy/redux-dev-tools | 3.0.0-beta.2 |
| @uppy/companion | 4.0.0-beta.4 | @uppy/remote-sources | 1.0.0-beta.4 |
| @uppy/companion-client | 3.0.0-beta.2 | @uppy/screen-capture | 3.0.0-beta.3 |
| @uppy/compressor | 1.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.3 |
| @uppy/core | 3.0.0-beta.4 | @uppy/store-default | 3.0.0-beta.3 |
| @uppy/dashboard | 3.0.0-beta.4 | @uppy/store-redux | 3.0.0-beta.3 |
| @uppy/drag-drop | 3.0.0-beta.2 | @uppy/svelte | 2.0.0-beta.2 |
| @uppy/drop-target | 2.0.0-beta.3 | @uppy/thumbnail-generator | 3.0.0-beta.2 |
| @uppy/dropbox | 3.0.0-beta.2 | @uppy/transloadit | 3.0.0-beta.5 |
| @uppy/facebook | 3.0.0-beta.2 | @uppy/tus | 3.0.0-beta.3 |
| @uppy/file-input | 3.0.0-beta.2 | @uppy/unsplash | 3.0.0-beta.2 |
| @uppy/form | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.3 |
| @uppy/golden-retriever | 3.0.0-beta.2 | @uppy/utils | 5.0.0-beta.1 |
| @uppy/google-drive | 3.0.0-beta.2 | @uppy/vue | 1.0.0-beta.2 |
| @uppy/image-editor | 2.0.0-beta.3 | @uppy/webcam | 3.0.0-beta.3 |
| @uppy/informer | 3.0.0-beta.3 | @uppy/xhr-upload | 3.0.0-beta.3 |
| @uppy/instagram | 3.0.0-beta.2 | @uppy/zoom | 2.0.0-beta.2 |
| @uppy/locales | 3.0.0-beta.4 | uppy | 3.0.0-beta.5 |
| @uppy/onedrive | 3.0.0-beta.2 | | |
- meta: prepare release workflow for beta versions (Antoine du Hamel)
- @uppy/provider-views: Reset filter input correctly in provider views (Merlijn Vos / #3978)
- @uppy/aws-s3-multipart: Fix when using Companion (Merlijn Vos / #3969)
- @uppy/companion: Companion: bring back default upload protocol (Mikael Finstad / #3967)
- meta: Update CONTRIBUTING.md (Mikael Finstad / #3966)
- meta: fix contributing link (Mikael Finstad / #3968)
- @uppy/companion: enforce usage of uploadUrls (Mikael Finstad / #3965)
- @uppy/utils: Fix webp mimetype (Merlijn Vos / #3961)
- @uppy/locales: Add compressor string translation to Japanese locale (kenken / #3963)
- meta: Fix statement about cropping images in README.md (Mikael Finstad / #3964)
- @uppy/aws-s3-multipart: Fix race condition in `#uploadParts` (Morgan Zolob / #3955)
- @uppy/provider-views: core validateRestrictions: return error directly vs the result/reason obj (Artur Paikin / #3951)
- @uppy/aws-s3: Export AwsS3UploadParameters & AwsS3Options interfaces (Antonina Vertsinskaya / #3956)
- website: convert all website examples to ESM (Antoine du Hamel / #3957)
- @uppy/companion: fix crash if redis disconnects (Mikael Finstad / #3954)
- @uppy/companion: upgrade `ws` version (Antoine du Hamel / #3949)
- @uppy/companion: sort Dropbox response & refactor to async/await (Mikael Finstad / #3897)
- @uppy/utils: modernize `getDroppedFiles` (Antoine du Hamel / #3534)
- @uppy/companion: fix default getKey for non-standalone too (Mikael Finstad / #3945)
- @uppy/aws-s3-multipart: ignore exception inside `abortMultipartUpload` (Antoine du Hamel / #3950)
- @uppy/companion: remove `isobject` from dependencies (Antoine du Hamel / #3948)
- @uppy/compressor: Fix Compressor being broken when no name is in the compressed blob (Artur Paikin / #3947)
- @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907)
- @uppy/companion: show deprecation message when using legacy s3 options (Antoine du Hamel / #3944)
- example: fix aws-companion example (Antoine du Hamel / #3850)
## 3.0.0-beta.4
Released: 2022-08-03

View file

@ -67,7 +67,7 @@ const uppy = new Uppy({ autoProceed: false })
$ npm install @uppy/core @uppy/dashboard @uppy/tus
```
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css), either to your HTML pages `<head>` or include in JS, if your bundler of choice supports it.
Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css), either to your HTML pages `<head>` or include in JS, if your bundler of choice supports it.
Alternatively, you can also use a pre-built bundle from Transloadits CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object.
@ -75,10 +75,10 @@ Alternatively, you can also use a pre-built bundle from Transloadits CDN: Edg
```html
<!-- 1. Add CSS to `<head>` -->
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet">
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet">
<!-- 2. Add JS before the closing `</body>` -->
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
<!-- 3. Initialize -->
<div class="UppyDragDrop"></div>
@ -184,7 +184,7 @@ If youre using Uppy from CDN, those polyfills are already included in the leg
bundle, so no need to include anything additionally:
```html
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.legacy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.legacy.min.js"></script>
```
## FAQ
@ -472,4 +472,3 @@ We use Browserstack for manual testing <a href="https://www.browserstack.com" ta
## License
[The MIT License](LICENSE).
E).

View file

@ -4,7 +4,7 @@
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet" />
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet" />
</head>
<body>
<noscript>You need JavaScript enabled for this example to work.</noscript>
@ -16,7 +16,7 @@
Dashboard,
Webcam,
Tus,
} from "https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.mjs";
} from "https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.mjs";
const uppy = new Core.Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: "#uppyModalOpener" })
@ -29,7 +29,7 @@
</script>
<!-- To support older browsers, you can use the legacy bundle which adds a global `Uppy` object. -->
<script nomodule src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.legacy.min.js"></script>
<script nomodule src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.legacy.min.js"></script>
<script nomodule>
{
const { Core, Dashboard, Webcam, Tus } = Uppy;

View file

@ -4,11 +4,11 @@
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet">
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet">
</head>
<body>
<button id="uppyModalOpener">Open Modal</button>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
<script>
const uppy = new Uppy.Core({debug: true, autoProceed: false})
.use(Uppy.Dashboard, { trigger: '#uppyModalOpener' })

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/audio",
"description": "Uppy plugin that records audio using the devices microphone.",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,14 @@
# @uppy/aws-s3-multipart
## 3.0.0-beta.4
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/aws-s3-multipart: Fix when using Companion (Merlijn Vos / #3969)
- @uppy/aws-s3-multipart: Fix race condition in `#uploadParts` (Morgan Zolob / #3955)
- @uppy/aws-s3-multipart: ignore exception inside `abortMultipartUpload` (Antoine du Hamel / #3950)
## 3.0.0-beta.3
Released: 2022-08-03

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3-multipart",
"description": "Upload to Amazon S3 with Uppy and S3's Multipart upload strategy",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,5 +1,12 @@
# @uppy/aws-s3
## 3.0.0-beta.3
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/aws-s3: Export AwsS3UploadParameters & AwsS3Options interfaces (Antonina Vertsinskaya / #3956)
## 3.0.0-beta.2
Released: 2022-07-27

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/box",
"description": "Import files from Box, into Uppy.",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/companion-client",
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,5 +1,19 @@
# @uppy/companion
## 4.0.0-beta.4
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/companion: Companion: bring back default upload protocol (Mikael Finstad / #3967)
- @uppy/companion: enforce usage of uploadUrls (Mikael Finstad / #3965)
- @uppy/companion: fix crash if redis disconnects (Mikael Finstad / #3954)
- @uppy/companion: upgrade `ws` version (Antoine du Hamel / #3949)
- @uppy/companion: sort Dropbox response & refactor to async/await (Mikael Finstad / #3897)
- @uppy/companion: fix default getKey for non-standalone too (Mikael Finstad / #3945)
- @uppy/companion: remove `isobject` from dependencies (Antoine du Hamel / #3948)
- @uppy/companion: show deprecation message when using legacy s3 options (Antoine du Hamel / #3944)
## 4.0.0-beta.3
Released: 2022-08-03

View file

@ -1,6 +1,6 @@
{
"name": "@uppy/companion",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"description": "OAuth helper and remote fetcher for Uppy's (https://uppy.io) extensible file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Dropbox and Google Drive, S3 and more :dog:",
"main": "lib/companion.js",
"types": "lib/companion.d.ts",

View file

@ -1,5 +1,12 @@
# @uppy/compressor
## 1.0.0-beta.3
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/compressor: Fix Compressor being broken when no name is in the compressed blob (Artur Paikin / #3947)
## 0.3.1
Released: 2022-07-27

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/compressor",
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,12 @@
# @uppy/core
## 3.0.0-beta.4
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907)
## 3.0.0-beta.2
Released: 2022-07-27

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/core",
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/dashboard",
"description": "Universal UI plugin for Uppy.",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/drag-drop",
"description": "Droppable zone UI for Uppy. Drag and drop files into it to upload.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/drop-target",
"description": "Lets your users drag and drop files on a DOM element",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/file-input",
"description": "Simple UI of a file input button that works with Uppy right out of the box",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/form",
"description": "Connect Uppy to an existing HTML <form>.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"type": "module",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/golden-retriever",
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/google-drive",
"description": "The Google Drive plugin for Uppy lets users import files from their Google Drive account",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/image-editor",
"description": "Image editor and cropping UI",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/informer",
"description": "A notification and error pop-up bar for Uppy.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/instagram",
"description": "Import photos and videos from Instagram, into Uppy.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,5 +1,12 @@
# @uppy/locales
## 3.0.0-beta.4
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/locales: Add compressor string translation to Japanese locale (kenken / #3963)
## 2.1.1
Released: 2022-07-06

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/locales",
"description": "Uppy language packs",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"type": "module",
"keywords": [

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/onedrive",
"description": "Import files from OneDrive, into Uppy.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/progress-bar",
"description": "A progress bar UI for Uppy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,13 @@
# @uppy/provider-views
## 3.0.0-beta.3
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/provider-views: Reset filter input correctly in provider views (Merlijn Vos / #3978)
- @uppy/provider-views: core validateRestrictions: return error directly vs the result/reason obj (Artur Paikin / #3951)
## 2.1.2
Released: 2022-07-06

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,12 @@
# @uppy/react
## 3.0.0-beta.4
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/core,@uppy/react: Fix all breaking todo comments for 3.0 (Merlijn Vos / #3907)
## 3.0.0-beta.2
Released: 2022-07-27

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/react",
"description": "React component wrappers around Uppy's official UI plugins.",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/redux-dev-tools",
"description": "Redux developer tools plugin for Uppy that simply syncs Uppys state with redux-devtools browser or JS extensions, and allows for basic time travel",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/remote-sources",
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -18,8 +18,8 @@ $ npm install @uppy/robodog
Alternatively, you can also use this package in a pre-built bundle from Transloadits CDN: Edgly.
```html
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/robodog.min.js"></script>
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/robodog.min.css">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/robodog.min.js"></script>
```
Then, a global `Robodog` variable will be available. For usage instructions, please see the [main Robodog documentation](https://uppy.io/docs/robodog).

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/screen-capture",
"description": "Uppy plugin that captures video from display or application.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/status-bar",
"description": "A progress bar for Uppy, with many bells and whistles.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/store-default",
"description": "The default simple object-based store for Uppy.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/store-redux",
"description": "Make Uppy use your existing Redux store.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -3,7 +3,7 @@
"svelte": "src/index.js",
"module": "dist/index.mjs",
"main": "dist/index.js",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn run build",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/thumbnail-generator",
"description": "Uppy plugin that generates small previews of images to show on your upload UI.",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/transloadit",
"description": "The Transloadit plugin can be used to upload files to Transloadit for all kinds of processing, such as transcoding video, resizing images, zipping/unzipping, and more",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/tus",
"description": "Resumable uploads for Uppy using Tus.io",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/unsplash",
"description": "Import files from Unsplash, the free stock photography resource, into Uppy",
"version": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/url",
"description": "The Url plugin lets users import files from the Internet. Paste any URL and itll be added!",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,5 +1,13 @@
# @uppy/utils
## 5.0.0-beta.1
Released: 2022-08-16
Included in: Uppy v3.0.0-beta.5
- @uppy/utils: Fix webp mimetype (Merlijn Vos / #3961)
- @uppy/utils: modernize `getDroppedFiles` (Antoine du Hamel / #3534)
## 4.1.0
Released: 2022-05-30

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/utils",
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
"version": "5.0.0-beta",
"version": "5.0.0-beta.1",
"license": "MIT",
"types": "types/index.d.ts",
"type": "module",

View file

@ -1,6 +1,6 @@
{
"name": "@uppy/vue",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/webcam",
"description": "Uppy plugin that takes photos or records videos using the device's camera.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"style": "dist/style.min.css",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/xhr-upload",
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "@uppy/zoom",
"description": "Import files from zoom, into Uppy.",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"license": "MIT",
"main": "lib/index.js",
"types": "types/index.d.ts",

View file

@ -1,7 +1,7 @@
{
"name": "uppy",
"description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"license": "MIT",
"main": "index.mjs",
"module": "index.mjs",
@ -75,6 +75,5 @@
"regenerator-runtime": "0.13.9",
"resize-observer-polyfill": "^1.5.1",
"whatwg-fetch": "^3.6.2"
},
"stableVersion": "2.11.0"
}
}

View file

@ -19,12 +19,12 @@ Heres the simplest example html page with Uppy (it uses a CDN bundle, while w
<head>
<meta charset="utf-8">
<title>Uppy</title>
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet">
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet">
</head>
<body>
<div id="drag-drop-area"></div>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
<script>
var uppy = new Uppy.Core()
.use(Uppy.Dashboard, {
@ -118,13 +118,13 @@ You can also use a pre-built bundle from Transloadits CDN: Edgly. `Uppy` will
1\. Add a script at the bottom of the closing `</body>` tag:
```html
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
```
2\. Add CSS to `<head>`:
```html
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet">
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet">
```
3\. Initialize at the bottom of the closing `</body>` tag:
@ -181,5 +181,5 @@ export * from '@uppy/core'
If youre using Uppy from CDN, those polyfills are already included in the bundle, no need to include anything additionally:
```html
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
```

View file

@ -34,8 +34,8 @@ const uppy = new Uppy({
Add a `<script>` tag with Uppy bundle and the locale pack youd like to use. You can copy/paste the link from the CDN column in the [locales table](#List-of-locale-packs). The locale will attach itself to the `Uppy.locales` object.
```html
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta.3/de_DE.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta.4/de_DE.min.js"></script>
<script>
var uppy = new Uppy.Core({

View file

@ -41,11 +41,11 @@ If youre using Uppy from a CDN, we now provide two bundles: one for up-to-dat
```html
<!-- Modern browsers (recommended) -->
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js"></script>
<!-- Legacy browsers (IE11+) -->
<script nomodule src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.legacy.min.js"></script>
<script type="module">import "https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js";</script>
<script nomodule src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.legacy.min.js"></script>
<script type="module">import "https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js";</script>
```
Please note that while you may be able to get 2.0 to work in IE11 this way, we do not officially support it anymore.

View file

@ -242,7 +242,7 @@ function loadLocaleFromCDN (localeName) {
const head = document.getElementsByTagName('head')[0]
const js = document.createElement('script')
js.type = 'text/javascript'
js.src = `https://releases.transloadit.com/uppy/locales/v3.0.0-beta.3/${localeName}.min.js`
js.src = `https://releases.transloadit.com/uppy/locales/v3.0.0-beta.4/${localeName}.min.js`
head.appendChild(js)
}

View file

@ -1,7 +1,7 @@
<!-- Load Uppy CSS bundle. It is advisable to install Uppy
from npm/yarn instead, and pick and choose the plugins/styles you need.
But for experimenting, you can use Transloadits CDN, Edgly: -->
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css">
<link rel="stylesheet" href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css">
<div class="UppyDragDrop"></div>
<div class="for-ProgressBar"></div>
@ -12,9 +12,9 @@
</div>
<!-- Load Uppy JS bundle. -->
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js" type="module"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.legacy.min.js" nomodule></script>
<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta.3/ru_RU.min.js"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js" type="module"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.legacy.min.js" nomodule></script>
<script src="https://releases.transloadit.com/uppy/locales/v3.0.0-beta.4/ru_RU.min.js"></script>
<script>
window.addEventListener('DOMContentLoaded', function () {
'use strict';

View file

@ -187,9 +187,9 @@
<p>© <%- date(Date.now(), 'YYYY') %> <a href="https://transloadit.com" target="_blank">Transloadit</a></p>
</footer>
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.css" rel="stylesheet">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.js" type="module"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.legacy.min.js" nomodule></script>
<link href="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.css" rel="stylesheet">
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.min.js" type="module"></script>
<script src="https://releases.transloadit.com/uppy/v3.0.0-beta.5/uppy.legacy.min.js" nomodule></script>
<script>
window.addEventListener('DOMContentLoaded', function() {