# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.1.12](https://github.com/react-dropzone/file-selector/compare/v0.1.11...v0.1.12) (2019-05-21)
### Bug Fixes
* use File {path} prop if it exists ([46c9209](https://github.com/react-dropzone/file-selector/commit/46c9209))
## [0.1.11](https://github.com/react-dropzone/file-selector/compare/v0.1.10...v0.1.11) (2019-03-13)
### Bug Fixes
* fix regression in 9c8be3ac and close [#9](https://github.com/react-dropzone/file-selector/issues/9) ([ca28f62](https://github.com/react-dropzone/file-selector/commit/ca28f62))
## [0.1.10](https://github.com/react-dropzone/file-selector/compare/v0.1.9...v0.1.10) (2019-02-25)
### Bug Fixes
* make {path, type} enumerable and close [#7](https://github.com/react-dropzone/file-selector/issues/7) ([69b9591](https://github.com/react-dropzone/file-selector/commit/69b9591))
## [0.1.9](https://github.com/react-dropzone/file-selector/compare/v0.1.8...v0.1.9) (2019-02-19)
### Bug Fixes
* use the File {webkitRelativePath} property if it exists and is set ([e5ecce8](https://github.com/react-dropzone/file-selector/commit/e5ecce8))
## [0.1.8](https://github.com/react-dropzone/file-selector/compare/v0.1.7...v0.1.8) (2019-02-15)
### Bug Fixes
* use .getAsFile() API if file entry is null or if entry is a dir ([9c8be3a](https://github.com/react-dropzone/file-selector/commit/9c8be3a))
## [0.1.7](https://github.com/react-dropzone/file-selector/compare/v0.1.6...v0.1.7) (2019-02-13)
### Bug Fixes
* add 'doc' and 'docx' to COMMON_MIME_TYPES ([415bdfb](https://github.com/react-dropzone/file-selector/commit/415bdfb))
* ignore case when checking for common file extensions ([1a25da8](https://github.com/react-dropzone/file-selector/commit/1a25da8))
## [0.1.6](https://github.com/react-dropzone/file-selector/compare/v0.1.5...v0.1.6) (2018-12-10)
### Bug Fixes
* replaced File constructor with Blob for Edge ([#1](https://github.com/react-dropzone/file-selector/issues/1)) ([1eb73d0](https://github.com/react-dropzone/file-selector/commit/1eb73d0))
## [0.1.5](https://github.com/react-dropzone/file-selector/compare/v0.1.4...v0.1.5) (2018-10-18)
### Bug Fixes
* export FileWithPath interface ([446e0c9](https://github.com/react-dropzone/file-selector/commit/446e0c9))
## [0.1.4](https://github.com/react-dropzone/file-selector/compare/v0.1.3...v0.1.4) (2018-10-10)
## [0.1.3](https://github.com/react-dropzone/file-selector/compare/v0.1.2...v0.1.3) (2018-10-05)
### Bug Fixes
* return DataTransferItem items if evt type is not 'drop' ([5935b32](https://github.com/react-dropzone/file-selector/commit/5935b32))
## [0.1.2](https://github.com/react-dropzone/file-selector/compare/v0.1.1...v0.1.2) (2018-10-05)
### Bug Fixes
* skip {items} if it is empty ([ad982fd](https://github.com/react-dropzone/file-selector/commit/ad982fd))
## [0.1.1](https://github.com/react-dropzone/file-selector/compare/v0.1.0...v0.1.1) (2018-10-05)
### Bug Fixes
* filter non-file items out ([b3597c5](https://github.com/react-dropzone/file-selector/commit/b3597c5))
# 0.1.0 (2018-10-04)