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:
github-actions[bot] 2024-05-14 14:47:36 +00:00 committed by GitHub
parent 4acd793d4e
commit 86e2e67501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 61 additions and 31 deletions

View file

@ -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) => {

View file

@ -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.

View file

@ -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>
{

View file

@ -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' })