Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 17:29
· 408 commits to master since this release
677ac27

3.0.0 (2022-02-24)

Bug Fixes

  • remove exports field at package.json (#360) (1e37542)

  • fix!: split progress info to computable and unknown ones (#363) (7638284), closes #363

BREAKING CHANGES

  • value property of progress info can be undefined instead of NaN in case of uploading from URL. See isComputable flag to detect whether value is available.