|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- # 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.
-
- <a name="0.1.12"></a>
- ## [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))
-
-
-
- <a name="0.1.11"></a>
- ## [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))
-
-
-
- <a name="0.1.10"></a>
- ## [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))
-
-
-
- <a name="0.1.9"></a>
- ## [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))
-
-
-
- <a name="0.1.8"></a>
- ## [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))
-
-
-
- <a name="0.1.7"></a>
- ## [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))
-
-
-
- <a name="0.1.6"></a>
- ## [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))
-
-
-
- <a name="0.1.5"></a>
- ## [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))
-
-
-
- <a name="0.1.4"></a>
- ## [0.1.4](https://github.com/react-dropzone/file-selector/compare/v0.1.3...v0.1.4) (2018-10-10)
-
-
-
- <a name="0.1.3"></a>
- ## [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))
-
-
-
- <a name="0.1.2"></a>
- ## [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))
-
-
-
- <a name="0.1.1"></a>
- ## [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))
-
-
-
- <a name="0.1.0"></a>
- # 0.1.0 (2018-10-04)
|