mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Release: uppy@4.0.0-beta.9 (#5194)
| Package | Version | Package | Version | | ----------------- | ------------ | ----------------- | ------------ | | @uppy/companion | 5.0.0-beta.8 | @uppy/xhr-upload | 4.0.0-beta.5 | | @uppy/transloadit | 4.0.0-beta.6 | uppy | 4.0.0-beta.9 | - @uppy/companion: remove `chalk` from dependencies (Antoine du Hamel / #5178) - @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191) - @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179) - meta: improve changelog generator (Antoine du Hamel / #5190)
This commit is contained in:
parent
ce789d1cdb
commit
67af5e9db4
14 changed files with 52 additions and 16 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8" />
|
||||
<title>Uppy</title>
|
||||
<link
|
||||
href="https://releases.transloadit.com/uppy/v4.0.0-beta.8/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v4.0.0-beta.9/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
DragDrop,
|
||||
ProgressBar,
|
||||
AwsS3,
|
||||
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.8/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.9/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/v4.0.0-beta.8/uppy.min.css"
|
||||
href="https://releases.transloadit.com/uppy/v4.0.0-beta.9/uppy.min.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
Uppy,
|
||||
Dashboard,
|
||||
AwsS3,
|
||||
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.8/uppy.min.mjs'
|
||||
} from 'https://releases.transloadit.com/uppy/v4.0.0-beta.9/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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue