Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 417 Bytes

CHANGELOG.md

File metadata and controls

11 lines (10 loc) · 417 Bytes

react-file-drop changelog

v0.2.0

  • Rewrite in Typescript
  • Add React 16 support
  • Add IE 11 support
  • Add file-type-checking (only allow dragging/dropping of actual files, according to event.dataTransfer.types)
  • Remove functionality where user can "cancel" a drag event on the frame
  • Remove AMD/standalone support (I think the time has come)
  • Remove disableDoubleDrop prop
  • Remove targetAlwaysVisible prop