From 2b87253f792d7342a9504a873e46972263b88106 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:06:32 +0000 Subject: [PATCH] Release: uppy@3.0.0-beta.4 (#3943) | Package | Version | Package | Version | | ---------------------- | ------------ | ---------------------- | ------------ | | @uppy/aws-s3-multipart | 3.0.0-beta.3 | @uppy/screen-capture | 3.0.0-beta.2 | | @uppy/companion | 4.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.2 | | @uppy/core | 3.0.0-beta.3 | @uppy/store-default | 3.0.0-beta.2 | | @uppy/dashboard | 3.0.0-beta.3 | @uppy/transloadit | 3.0.0-beta.4 | | @uppy/drop-target | 2.0.0-beta.2 | @uppy/tus | 3.0.0-beta.2 | | @uppy/informer | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.2 | | @uppy/react | 3.0.0-beta.3 | @uppy/robodog | 3.0.0-beta.4 | | @uppy/remote-sources | 1.0.0-beta.3 | uppy | 3.0.0-beta.4 | - @uppy/companion,@uppy/tus: Upgrade tus-js-client to 3.0.0 (Merlijn Vos / #3942) - meta: fix release script (Antoine du Hamel) - @uppy/aws-s3-multipart: Correctly handle errors for `prepareUploadParts` (Merlijn Vos / #3912) - @uppy/store-default: export the class, don't expose `.callbacks` (Antoine du Hamel / #3928) - @uppy/remote-sources: do not rely on `.name` property (Antoine du Hamel / #3941) - @uppy/screen-capture: fix TODOs (Antoine du Hamel / #3930) - @uppy/status-bar: rename internal modules (Antoine du Hamel / #3929) - @uppy/transloadit: remove static properties in favor of exports (Antoine du Hamel / #3927) - @uppy/informer: simplify `render` method (Antoine du Hamel / #3931) - @uppy/url: remove private methods from public API (Antoine du Hamel / #3934) - @uppy/dashboard: change `copyToClipboard` signature (Antoine du Hamel / #3933) - @uppy/drop-target: remove `isFileTransfer` from the public API (Antoine du Hamel / #3932) - meta: improve beta release script (Antoine du Hamel) | Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/transloadit | 2.3.6 | @uppy/robodog | 2.9.2 | | @uppy/tus | 2.4.2 | uppy | 2.13.2 | - @uppy/transloadit: send `assembly-cancelled` only once (Antoine du Hamel / #3937) - meta: `keepNames` in bundle (Antoine du Hamel / #3926) - meta: e2e: fix Transloadit test suite with Cypress 10 (Antoine du Hamel / #3936) - meta: Bump guzzlehttp/guzzle from 7.4.1 to 7.4.5 in /examples/aws-presigned-url (dependabot[bot] / #3842) - @uppy/tus: fix dependencies (Antoine du Hamel / #3923) - meta: doc: fix linter failure in `image-editor.md` (Antoine du Hamel / #3924) - meta: doc: Fix typo in image-editor.md (Ikko Ashimine / #3921) - website: Docs and header fix (Artur Paikin / #3920) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 30 +++++++++++++++++++ README.md | 8 ++--- examples/cdn-example/index.html | 6 ++-- examples/transloadit-textarea/index.html | 2 +- .../uppy-with-companion/client/index.html | 4 +-- packages/@uppy/aws-s3-multipart/CHANGELOG.md | 7 +++++ packages/@uppy/aws-s3-multipart/package.json | 2 +- packages/@uppy/companion/CHANGELOG.md | 7 +++++ packages/@uppy/companion/package.json | 2 +- packages/@uppy/core/package.json | 2 +- packages/@uppy/dashboard/CHANGELOG.md | 7 +++++ packages/@uppy/dashboard/package.json | 2 +- packages/@uppy/drop-target/CHANGELOG.md | 7 +++++ packages/@uppy/drop-target/package.json | 2 +- packages/@uppy/informer/CHANGELOG.md | 7 +++++ packages/@uppy/informer/package.json | 2 +- packages/@uppy/react/package.json | 2 +- packages/@uppy/remote-sources/CHANGELOG.md | 7 +++++ packages/@uppy/remote-sources/package.json | 2 +- packages/@uppy/robodog/README.md | 4 +-- packages/@uppy/robodog/package.json | 2 +- packages/@uppy/screen-capture/CHANGELOG.md | 7 +++++ packages/@uppy/screen-capture/package.json | 2 +- packages/@uppy/status-bar/CHANGELOG.md | 7 +++++ packages/@uppy/status-bar/package.json | 2 +- packages/@uppy/store-default/CHANGELOG.md | 7 +++++ packages/@uppy/store-default/package.json | 2 +- packages/@uppy/transloadit/CHANGELOG.md | 7 +++++ packages/@uppy/transloadit/package.json | 2 +- packages/@uppy/tus/CHANGELOG.md | 7 +++++ packages/@uppy/tus/package.json | 2 +- packages/@uppy/url/CHANGELOG.md | 7 +++++ packages/@uppy/url/package.json | 2 +- packages/uppy/package.json | 2 +- website/src/docs/index.md | 10 +++---- website/src/docs/locales.md | 2 +- website/src/docs/migration-guides.md | 6 ++-- website/src/docs/robodog-form.md | 6 ++-- website/src/docs/robodog.md | 4 +-- website/src/examples/i18n/app.html | 6 ++-- .../src/examples/markdown-snippets/app.es6 | 2 +- .../src/examples/markdown-snippets/app.html | 2 +- website/themes/uppy/layout/index.ejs | 6 ++-- 44 files changed, 165 insertions(+), 51 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index d865137e56..1890c1b03c 100644 --- a/BUNDLE-README.md +++ b/BUNDLE-README.md @@ -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 (``) or bundle it with your webapp. +this from a CDN (``) 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index c547fc40fc..fef6fd8b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,36 @@ 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.4 + +Released: 2022-08-03 + +| Package | Version | Package | Version | +| ---------------------- | ------------ | ---------------------- | ------------ | +| @uppy/aws-s3-multipart | 3.0.0-beta.3 | @uppy/screen-capture | 3.0.0-beta.2 | +| @uppy/companion | 4.0.0-beta.3 | @uppy/status-bar | 3.0.0-beta.2 | +| @uppy/core | 3.0.0-beta.3 | @uppy/store-default | 3.0.0-beta.2 | +| @uppy/dashboard | 3.0.0-beta.3 | @uppy/transloadit | 3.0.0-beta.4 | +| @uppy/drop-target | 2.0.0-beta.2 | @uppy/tus | 3.0.0-beta.2 | +| @uppy/informer | 3.0.0-beta.2 | @uppy/url | 3.0.0-beta.2 | +| @uppy/react | 3.0.0-beta.3 | @uppy/robodog | 3.0.0-beta.4 | +| @uppy/remote-sources | 1.0.0-beta.3 | uppy | 3.0.0-beta.4 | + +- @uppy/companion,@uppy/tus: Upgrade tus-js-client to 3.0.0 (Merlijn Vos / #3942) +- meta: fix release script (Antoine du Hamel) +- @uppy/aws-s3-multipart: Correctly handle errors for `prepareUploadParts` (Merlijn Vos / #3912) +- @uppy/store-default: export the class, don't expose `.callbacks` (Antoine du Hamel / #3928) +- @uppy/remote-sources: do not rely on `.name` property (Antoine du Hamel / #3941) +- @uppy/screen-capture: fix TODOs (Antoine du Hamel / #3930) +- @uppy/status-bar: rename internal modules (Antoine du Hamel / #3929) +- @uppy/transloadit: remove static properties in favor of exports (Antoine du Hamel / #3927) +- @uppy/informer: simplify `render` method (Antoine du Hamel / #3931) +- @uppy/url: remove private methods from public API (Antoine du Hamel / #3934) +- @uppy/dashboard: change `copyToClipboard` signature (Antoine du Hamel / #3933) +- @uppy/drop-target: remove `isFileTransfer` from the public API (Antoine du Hamel / #3932) +- meta: improve beta release script (Antoine du Hamel) + + ## 3.0.0-beta.3 Released: 2022-07-27 diff --git a/README.md b/README.md index 2f19ba7901..e1e610d344 100644 --- a/README.md +++ b/README.md @@ -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.3/uppy.min.css), either to your HTML page’s `` 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.4/uppy.min.css), either to your HTML page’s `` or include in JS, if your bundler of choice supports it. 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. @@ -75,10 +75,10 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg ```html - + - +
@@ -184,7 +184,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the leg bundle, so no need to include anything additionally: ```html - + ``` ## FAQ diff --git a/examples/cdn-example/index.html b/examples/cdn-example/index.html index ad06f43aab..f6cb0fa819 100644 --- a/examples/cdn-example/index.html +++ b/examples/cdn-example/index.html @@ -4,7 +4,7 @@ - + @@ -16,7 +16,7 @@ Dashboard, Webcam, Tus, - } from "https://releases.transloadit.com/uppy/v3.0.0-beta.3/uppy.min.mjs"; + } from "https://releases.transloadit.com/uppy/v3.0.0-beta.4/uppy.min.mjs"; const uppy = new Core.Uppy({ debug: true, autoProceed: false }) .use(Dashboard, { trigger: "#uppyModalOpener" }) @@ -29,7 +29,7 @@ - + + + + ``` Then, a global `Robodog` variable will be available. For usage instructions, please see the [main Robodog documentation](https://uppy.io/docs/robodog). diff --git a/packages/@uppy/robodog/package.json b/packages/@uppy/robodog/package.json index 622dbc1b08..90701a7342 100644 --- a/packages/@uppy/robodog/package.json +++ b/packages/@uppy/robodog/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/robodog", "description": "Transloadit SDK for browsers based on Uppy", - "version": "3.0.0-beta.3", + "version": "3.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "jsnext:main": "src/index.js", diff --git a/packages/@uppy/screen-capture/CHANGELOG.md b/packages/@uppy/screen-capture/CHANGELOG.md index b75bf1ba09..2463c9a8c2 100644 --- a/packages/@uppy/screen-capture/CHANGELOG.md +++ b/packages/@uppy/screen-capture/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/screen-capture +## 3.0.0-beta.2 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/screen-capture: fix TODOs (Antoine du Hamel / #3930) + ## 2.1.1 Released: 2022-05-30 diff --git a/packages/@uppy/screen-capture/package.json b/packages/@uppy/screen-capture/package.json index 117f6e974c..a11e3a1ef6 100644 --- a/packages/@uppy/screen-capture/package.json +++ b/packages/@uppy/screen-capture/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/screen-capture", "description": "Uppy plugin that captures video from display or application.", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/status-bar/CHANGELOG.md b/packages/@uppy/status-bar/CHANGELOG.md index 0a787e85fe..e9b7fe0557 100644 --- a/packages/@uppy/status-bar/CHANGELOG.md +++ b/packages/@uppy/status-bar/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/status-bar +## 3.0.0-beta.2 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/status-bar: rename internal modules (Antoine du Hamel / #3929) + ## 2.2.1 Released: 2022-05-30 diff --git a/packages/@uppy/status-bar/package.json b/packages/@uppy/status-bar/package.json index 21ebc200cc..9dc073ec8c 100644 --- a/packages/@uppy/status-bar/package.json +++ b/packages/@uppy/status-bar/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/status-bar", "description": "A progress bar for Uppy, with many bells and whistles.", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/@uppy/store-default/CHANGELOG.md b/packages/@uppy/store-default/CHANGELOG.md index a1a99facf6..90a6792f4d 100644 --- a/packages/@uppy/store-default/CHANGELOG.md +++ b/packages/@uppy/store-default/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/store-default +## 3.0.0-beta.2 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/store-default: export the class, don't expose `.callbacks` (Antoine du Hamel / #3928) + ## 2.1.0 Released: 2022-05-30 diff --git a/packages/@uppy/store-default/package.json b/packages/@uppy/store-default/package.json index fd4b78a841..fb0838c186 100644 --- a/packages/@uppy/store-default/package.json +++ b/packages/@uppy/store-default/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/store-default", "description": "The default simple object-based store for Uppy.", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/@uppy/transloadit/CHANGELOG.md b/packages/@uppy/transloadit/CHANGELOG.md index 2d3782e122..8839a43830 100644 --- a/packages/@uppy/transloadit/CHANGELOG.md +++ b/packages/@uppy/transloadit/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/transloadit +## 3.0.0-beta.4 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/transloadit: remove static properties in favor of exports (Antoine du Hamel / #3927) + ## 3.0.0-beta Released: 2022-05-30 diff --git a/packages/@uppy/transloadit/package.json b/packages/@uppy/transloadit/package.json index 353d072f3f..7ce1d13b5c 100644 --- a/packages/@uppy/transloadit/package.json +++ b/packages/@uppy/transloadit/package.json @@ -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.3", + "version": "3.0.0-beta.4", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/@uppy/tus/CHANGELOG.md b/packages/@uppy/tus/CHANGELOG.md index 4a0e6ecdb5..7771d6d939 100644 --- a/packages/@uppy/tus/CHANGELOG.md +++ b/packages/@uppy/tus/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/tus +## 3.0.0-beta.2 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/companion,@uppy/tus: Upgrade tus-js-client to 3.0.0 (Merlijn Vos / #3942) + ## 2.4.2 Released: 2022-08-02 diff --git a/packages/@uppy/tus/package.json b/packages/@uppy/tus/package.json index da7ab3b32c..cf9953384d 100644 --- a/packages/@uppy/tus/package.json +++ b/packages/@uppy/tus/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/tus", "description": "Resumable uploads for Uppy using Tus.io", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", diff --git a/packages/@uppy/url/CHANGELOG.md b/packages/@uppy/url/CHANGELOG.md index 2532c69320..efc3453d3c 100644 --- a/packages/@uppy/url/CHANGELOG.md +++ b/packages/@uppy/url/CHANGELOG.md @@ -1,5 +1,12 @@ # @uppy/url +## 3.0.0-beta.2 + +Released: 2022-08-03 +Included in: Uppy v3.0.0-beta.4 + +- @uppy/url: remove private methods from public API (Antoine du Hamel / #3934) + ## 2.2.0 Released: 2022-06-07 diff --git a/packages/@uppy/url/package.json b/packages/@uppy/url/package.json index 1f9e64c2b7..1f3b28361a 100644 --- a/packages/@uppy/url/package.json +++ b/packages/@uppy/url/package.json @@ -1,7 +1,7 @@ { "name": "@uppy/url", "description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", - "version": "3.0.0-beta.1", + "version": "3.0.0-beta.2", "license": "MIT", "main": "lib/index.js", "style": "dist/style.min.css", diff --git a/packages/uppy/package.json b/packages/uppy/package.json index fb21fc1dc8..c4355cd6c1 100644 --- a/packages/uppy/package.json +++ b/packages/uppy/package.json @@ -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.3", + "version": "3.0.0-beta.4", "license": "MIT", "main": "index.mjs", "module": "index.mjs", diff --git a/website/src/docs/index.md b/website/src/docs/index.md index afd7a42567..f28b68a053 100644 --- a/website/src/docs/index.md +++ b/website/src/docs/index.md @@ -19,12 +19,12 @@ Here’s the simplest example html page with Uppy (it uses a CDN bundle, while w Uppy - +
- + + ``` 2\. Add CSS to ``: ```html - + ``` 3\. Initialize at the bottom of the closing `` tag: @@ -181,5 +181,5 @@ export * from '@uppy/core' If you’re using Uppy from CDN, those polyfills are already included in the bundle, no need to include anything additionally: ```html - + ``` diff --git a/website/src/docs/locales.md b/website/src/docs/locales.md index 2179f85084..78d2c0bc38 100644 --- a/website/src/docs/locales.md +++ b/website/src/docs/locales.md @@ -34,7 +34,7 @@ const uppy = new Uppy({ Add a ` + + - - + + ``` 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. diff --git a/website/src/docs/robodog-form.md b/website/src/docs/robodog-form.md index a35cc2153c..503d59bc22 100644 --- a/website/src/docs/robodog-form.md +++ b/website/src/docs/robodog-form.md @@ -150,7 +150,7 @@ Make sure to also include the Uppy css file in your `` tag in case you wan ```html - + ``` @@ -162,7 +162,7 @@ Notice how the form is submitted to the inexistant `/uploads` route once all tra Testing Robodog - +
@@ -172,7 +172,7 @@ Notice how the form is submitted to the inexistant `/uploads` route once all tra
- + + + ``` diff --git a/website/src/examples/i18n/app.html b/website/src/examples/i18n/app.html index 1b4b9294ea..96145233e2 100644 --- a/website/src/examples/i18n/app.html +++ b/website/src/examples/i18n/app.html @@ -1,7 +1,7 @@ - +
@@ -12,8 +12,8 @@
Uploaded files:
- - + + +// const robodog = require('@uppy/robodog') const TRANSLOADIT_EXAMPLE_KEY = '35c1aed03f5011e982b6afe82599b6a0' diff --git a/website/src/examples/markdown-snippets/app.html b/website/src/examples/markdown-snippets/app.html index 8006e7a493..39f4708fc8 100644 --- a/website/src/examples/markdown-snippets/app.html +++ b/website/src/examples/markdown-snippets/app.html @@ -1,6 +1,6 @@ + -->

Create a new snippet

diff --git a/website/themes/uppy/layout/index.ejs b/website/themes/uppy/layout/index.ejs index b902eb760e..ad9487c9b9 100644 --- a/website/themes/uppy/layout/index.ejs +++ b/website/themes/uppy/layout/index.ejs @@ -187,9 +187,9 @@

© <%- date(Date.now(), 'YYYY') %> Transloadit

- - - + + +