Skip to content

@uppy/thumbnail-generator@5.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Oct 18:28
· 106 commits to main since this release
2c4727e

Patch Changes

  • 0c16fe4: - 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 intefaces distinguished by the isRemote boolean:
      • LocalUppyFile
      • RemoteUppyFile
  • Updated dependencies [0c16fe4]
    • @uppy/core@5.1.1
    • @uppy/utils@7.1.1