Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Make use of newly exposed qq namespace

Compare
Choose a tag to compare
@rnicholus rnicholus released this 27 Mar 03:43
· 33 commits to master since this release

This required an updated to fine-uploader-wrappers v0.2.0, which exposed the entire qq namespace on all uploader instances.

Benefits realized in React Fine Uploader:

  • Delegated to built-in file/folder drop support detection.
  • No more hardcoded status values - now delegate to qq.status.

Implemented in #88, initially reported in #27.