From 233435ff1eaf352c39b7ec9679593c7e38175ab4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:37:58 +0000 Subject: [PATCH] Release: uppy@3.6.1 (#4348) | Package | Version | Package | Version | | --------------- | ------- | --------------- | ------- | | @uppy/core | 3.1.1 | uppy | 3.6.1 | | @uppy/dashboard | 3.3.1 | | | - @uppy/dashboard: Fix low-contrast hover styles (Alexander Zaytsev / #4347) --- BUNDLE-README.md | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 9 +++++---- examples/aws-nodejs/public/drag.html | 4 ++-- examples/aws-nodejs/public/index.html | 4 ++-- examples/cdn-example/index.html | 6 +++--- examples/uppy-with-companion/client/index.html | 4 ++-- packages/@uppy/core/package.json | 2 +- packages/@uppy/dashboard/CHANGELOG.md | 7 +++++++ packages/@uppy/dashboard/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/examples/i18n/app.html | 6 +++--- website/src/examples/markdown-snippets/app.html | 2 +- website/themes/uppy/layout/index.ejs | 4 ++-- 17 files changed, 52 insertions(+), 32 deletions(-) diff --git a/BUNDLE-README.md b/BUNDLE-README.md index 9acdf15729..1728559d6b 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 70a4983857..fbc1ddc334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ Please add your entries in this format: In the current stage we aim to release a new version at least every month. +## 3.6.1 + +Released: 2023-03-07 + +| Package | Version | Package | Version | +| --------------- | ------- | --------------- | ------- | +| @uppy/core | 3.1.1 | uppy | 3.6.1 | +| @uppy/dashboard | 3.3.1 | | | + +- @uppy/dashboard: Fix low-contrast hover styles (Alexander Zaytsev / #4347) + + ## 3.6.0 Released: 2023-03-07 diff --git a/README.md b/README.md index 7264a28e1d..d57b42ea7b 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ const uppy = new Uppy() npm install @uppy/core @uppy/dashboard @uppy/tus ``` -Add CSS [uppy.min.css](https://releases.transloadit.com/uppy/v3.6.0/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.6.1/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,12 +75,12 @@ Alternatively, you can also use a pre-built bundle from Transloadit’s CDN: Edg ```html - +
+ ``` ## FAQ @@ -482,3 +482,4 @@ We use Browserstack for manual testing Uppy - +
@@ -14,7 +14,7 @@
Uploaded files:
    - + + ``` 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 e2e6334709..97fe1ca706 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/examples/i18n/app.html b/website/src/examples/i18n/app.html index e558fe9d1c..0dda1e5ab3 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:
    - - + +