All notable changes to this project will be documented in this file.
- Remove babel-runtime dependency that was not necessary
- Fix entry is null if text is dragged onto the dropzone ( #3 )
- remove mime-types and mime-db dependency to reduce bundle size
- ensure
webkitRelativePath
,lastModified
, andlastModifiedDate
are copied/included from the File objects - force memory copy of
entry.fullPath
to better guarantee it is available in the returned wrapped File objects
- check if file has name, required for react-dropzone pull-request #594
- Initial version with drag/drop and file input selection support - allowing selection of both folders and files using chrome, firefox, and MS Edge browsers.
- Browsers that do not include folder selection support will return a File object in the format { type: '', name: 'folder name' }, and will need to be programmatically handled