|
@@ -87,7 +87,7 @@ npm install @uppy/core @uppy/dashboard @uppy/tus
|
|
|
```
|
|
|
|
|
|
Add CSS
|
|
|
-[uppy.min.css](https://releases.transloadit.com/uppy/v3.27.2/uppy.min.css),
|
|
|
+[uppy.min.css](https://releases.transloadit.com/uppy/v3.27.3/uppy.min.css),
|
|
|
either to your HTML page’s `<head>` or include in JS, if your bundler of choice
|
|
|
supports it.
|
|
|
|
|
@@ -102,7 +102,7 @@ object.
|
|
|
```html
|
|
|
<!-- 1. Add CSS to `<head>` -->
|
|
|
<link
|
|
|
- href="https://releases.transloadit.com/uppy/v3.27.2/uppy.min.css"
|
|
|
+ href="https://releases.transloadit.com/uppy/v3.27.3/uppy.min.css"
|
|
|
rel="stylesheet"
|
|
|
/>
|
|
|
|
|
@@ -113,7 +113,7 @@ object.
|
|
|
Uppy,
|
|
|
Dashboard,
|
|
|
Tus,
|
|
|
- } from 'https://releases.transloadit.com/uppy/v3.27.2/uppy.min.mjs'
|
|
|
+ } from 'https://releases.transloadit.com/uppy/v3.27.3/uppy.min.mjs'
|
|
|
|
|
|
const uppy = new Uppy()
|
|
|
uppy.use(Dashboard, { target: '#files-drag-drop' })
|
|
@@ -248,7 +248,7 @@ If you’re using Uppy from CDN, those polyfills are already included in the
|
|
|
legacy bundle, so no need to include anything additionally:
|
|
|
|
|
|
```html
|
|
|
-<script src="https://releases.transloadit.com/uppy/v3.27.2/uppy.legacy.min.js"></script>
|
|
|
+<script src="https://releases.transloadit.com/uppy/v3.27.3/uppy.legacy.min.js"></script>
|
|
|
```
|
|
|
|
|
|
## FAQ
|