github transloadit/uppy @uppy/xhr-upload@5.0.2

latest release: @uppy/webcam@5.0.2
19 hours ago

Patch Changes

  • 8ac1654: - 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

Don't miss a new uppy release

NewReleases is sending notifications on new releases.