Skip to content

v0.15.0

Compare
Choose a tag to compare
@jpalumickas jpalumickas released this 27 Oct 18:01
· 225 commits to main since this release

Breaking changes

@uplo/node

generateBlobKey moved to @uplo/utils generateKey

@uplo/react-native

When using useDirectUpload you now must provide attachment name:

const { uploadFile } = useDirectUpload('user.avatar')

Full Changelog: v0.14.0...v0.15.0