v0.4.0
Changelog
Dependencies
- updated React peer dependency to ^15.0.0 || ^16.0.0
- added back
react
intodependencies
- moved
prop-types
fromdevDependencies
todependencies
Features
Receiver.js
- added file type checking in
onDragEnter
UploadManager.js
- added
reqConfigs
as a prop which acceptsaccept
,method
,timeout
andwithCredentials
properties - added
formDataParser
as a prop which allows custom fields to be sent through in the request (#5) - these changes refer to #9, thanks for the contribution from @digital-flowers
Bug Fixes
- fixed missing DragEvent on Safari (#7)
- fixed unnecessary
key
props inUploadHandler
(#8) - refactored basic example
ESLint
- removed airbnb and related dependencies
- fixed eslint errors