react-dropzone / file-selector

Convert a DragEvent or file input to a list of File objects
MIT License
95 stars 33 forks source link

feat: add heic and heif MIME types #54

Closed AlexHenkel closed 2 years ago

AlexHenkel commented 2 years ago

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

Summary

This PR adds support to heic and heif image types. Before, opening a file of these extensions always throw an error as the MIME type was not recognized.

https://github.com/react-dropzone/react-dropzone/issues/966

Does this PR introduce a breaking change?

No breaking changes

Other information

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 10bdde3d47995965f63f25bc24e6e2f59c0d0113-PR-54

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.


Totals Coverage Status
Change from base Build 5f42ace2c72bde8371af2318b265bf8ab0dee735: 0.0%
Covered Lines: 81
Relevant Lines: 82

💛 - Coveralls
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 0.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: