mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
release missing packages (#6025)
@uppy/xhr-upload, @uppy/webcam, @uppy/status-bar fixes #6019 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f34f685c84
commit
8ac1654484
3 changed files with 21 additions and 0 deletions
5
.changeset/status-bar.md
Normal file
5
.changeset/status-bar.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@uppy/status-bar": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Change internal type from `any` to `unknown`.
|
||||||
8
.changeset/webcam.md
Normal file
8
.changeset/webcam.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
"@uppy/webcam": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
- Remove TagFile type - Use UppyFile instead.
|
||||||
|
- Split UppyFile into two interfaces distinguished by the `isRemote` boolean:
|
||||||
|
- LocalUppyFile
|
||||||
|
- RemoteUppyFile
|
||||||
8
.changeset/xhr-upload.md
Normal file
8
.changeset/xhr-upload.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
"@uppy/xhr-upload": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
- Make `file.data` nullable - Because for ghosts it will be `undefined` and we don't have any type to distinguish ghosts from other (local) files. This caused a crash, because we didn't check for `undefined` everywhere (when trying to store a blob that was `undefined`). This means we have to add null checks in some packages
|
||||||
|
- Split UppyFile into two interfaces distinguished by the `isRemote` boolean:
|
||||||
|
- LocalUppyFile
|
||||||
|
- RemoteUppyFile
|
||||||
Loading…
Add table
Add a link
Reference in a new issue