mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Release: uppy@3.25.3 (#5161)
| Package | Version | Package | Version | | ------------------ | ------- | ------------------ | ------- | | @uppy/core | 3.11.3 | uppy | 3.25.3 | | @uppy/image-editor | 2.4.6 | | | - @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156) - meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145) - @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146) - @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155)
This commit is contained in:
parent
4acd793d4e
commit
86e2e67501
12 changed files with 61 additions and 31 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>Uppy</title>
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
DragDrop,
|
||||
ProgressBar,
|
||||
AwsS3,
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs'
|
||||
|
||||
// Function for displaying uploaded files
|
||||
const onUploadSuccess = (elForUploadedFiles) => (file, response) => {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>Uppy – AWS upload example</title>
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
Uppy,
|
||||
Dashboard,
|
||||
AwsS3,
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs'
|
||||
/**
|
||||
* This generator transforms a deep object into URL-encodable pairs
|
||||
* to work with `URLSearchParams` on the client and `body-parser` on the server.
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
Dashboard,
|
||||
Webcam,
|
||||
Tus,
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs'
|
||||
|
||||
const uppy = new Uppy({ debug: true, autoProceed: false })
|
||||
.use(Dashboard, { trigger: '#uppyModalOpener' })
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<!-- 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.25.2/uppy.legacy.min.js"
|
||||
src="https://releases.transloadit.com/uppy/v3.25.3/uppy.legacy.min.js"
|
||||
></script>
|
||||
<script nomodule>
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v3.25.2/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v3.25.3/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
Instagram,
|
||||
GoogleDrive,
|
||||
Tus,
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.2/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v3.25.3/uppy.min.mjs'
|
||||
|
||||
const uppy = new Uppy({ debug: true, autoProceed: false })
|
||||
.use(Dashboard, { trigger: '#uppyModalOpener' })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue