Skip to content

v1.7.2

Compare
Choose a tag to compare
@dr-dimitru dr-dimitru released this 30 Aug 13:10
· 650 commits to master since this release
  • Fix #207
  • Fix availability of this.userId in onBeforeUpload hook
  • this.userId now always null if user not logged in, previously
    sometimes it might be undefined
  • Implement #208 : Documented as onInitiateUpload in Constructor
  • Fix mime-type in base64 uploads, thanks to @FinnFrotscher