Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. # Change Log
  2. 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.
  3. <a name="0.1.12"></a>
  4. ## [0.1.12](https://github.com/react-dropzone/file-selector/compare/v0.1.11...v0.1.12) (2019-05-21)
  5. ### Bug Fixes
  6. * use File {path} prop if it exists ([46c9209](https://github.com/react-dropzone/file-selector/commit/46c9209))
  7. <a name="0.1.11"></a>
  8. ## [0.1.11](https://github.com/react-dropzone/file-selector/compare/v0.1.10...v0.1.11) (2019-03-13)
  9. ### Bug Fixes
  10. * 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))
  11. <a name="0.1.10"></a>
  12. ## [0.1.10](https://github.com/react-dropzone/file-selector/compare/v0.1.9...v0.1.10) (2019-02-25)
  13. ### Bug Fixes
  14. * 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))
  15. <a name="0.1.9"></a>
  16. ## [0.1.9](https://github.com/react-dropzone/file-selector/compare/v0.1.8...v0.1.9) (2019-02-19)
  17. ### Bug Fixes
  18. * use the File {webkitRelativePath} property if it exists and is set ([e5ecce8](https://github.com/react-dropzone/file-selector/commit/e5ecce8))
  19. <a name="0.1.8"></a>
  20. ## [0.1.8](https://github.com/react-dropzone/file-selector/compare/v0.1.7...v0.1.8) (2019-02-15)
  21. ### Bug Fixes
  22. * use .getAsFile() API if file entry is null or if entry is a dir ([9c8be3a](https://github.com/react-dropzone/file-selector/commit/9c8be3a))
  23. <a name="0.1.7"></a>
  24. ## [0.1.7](https://github.com/react-dropzone/file-selector/compare/v0.1.6...v0.1.7) (2019-02-13)
  25. ### Bug Fixes
  26. * add 'doc' and 'docx' to COMMON_MIME_TYPES ([415bdfb](https://github.com/react-dropzone/file-selector/commit/415bdfb))
  27. * ignore case when checking for common file extensions ([1a25da8](https://github.com/react-dropzone/file-selector/commit/1a25da8))
  28. <a name="0.1.6"></a>
  29. ## [0.1.6](https://github.com/react-dropzone/file-selector/compare/v0.1.5...v0.1.6) (2018-12-10)
  30. ### Bug Fixes
  31. * 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))
  32. <a name="0.1.5"></a>
  33. ## [0.1.5](https://github.com/react-dropzone/file-selector/compare/v0.1.4...v0.1.5) (2018-10-18)
  34. ### Bug Fixes
  35. * export FileWithPath interface ([446e0c9](https://github.com/react-dropzone/file-selector/commit/446e0c9))
  36. <a name="0.1.4"></a>
  37. ## [0.1.4](https://github.com/react-dropzone/file-selector/compare/v0.1.3...v0.1.4) (2018-10-10)
  38. <a name="0.1.3"></a>
  39. ## [0.1.3](https://github.com/react-dropzone/file-selector/compare/v0.1.2...v0.1.3) (2018-10-05)
  40. ### Bug Fixes
  41. * return DataTransferItem items if evt type is not 'drop' ([5935b32](https://github.com/react-dropzone/file-selector/commit/5935b32))
  42. <a name="0.1.2"></a>
  43. ## [0.1.2](https://github.com/react-dropzone/file-selector/compare/v0.1.1...v0.1.2) (2018-10-05)
  44. ### Bug Fixes
  45. * skip {items} if it is empty ([ad982fd](https://github.com/react-dropzone/file-selector/commit/ad982fd))
  46. <a name="0.1.1"></a>
  47. ## [0.1.1](https://github.com/react-dropzone/file-selector/compare/v0.1.0...v0.1.1) (2018-10-05)
  48. ### Bug Fixes
  49. * filter non-file items out ([b3597c5](https://github.com/react-dropzone/file-selector/commit/b3597c5))
  50. <a name="0.1.0"></a>
  51. # 0.1.0 (2018-10-04)