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:
github-actions[bot] 2024-05-23 13:07:18 +00:00 committed by GitHub
parent ce789d1cdb
commit 67af5e9db4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 52 additions and 16 deletions

View file

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

View file

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

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/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>
@ -19,7 +19,7 @@
Dashboard,
Webcam,
Tus,
} 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'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })

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/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>
@ -19,7 +19,7 @@
Instagram,
GoogleDrive,
Tus,
} 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'
const uppy = new Uppy({ debug: true, autoProceed: false })
.use(Dashboard, { trigger: '#uppyModalOpener' })