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 yaml mime type #68

Closed NiveditaBhat closed 9 months ago

NiveditaBhat commented 11 months ago

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

Summary Yaml file types are not recognised

Does this PR introduce a breaking change? No

rolandjitsu commented 9 months ago

Already included.

kibertoad commented 9 months ago

@rolandjitsu Yay! Could you release a new version with this change?

rolandjitsu commented 9 months ago

See https://github.com/react-dropzone/file-selector/commit/24faa1ba5175efb08d6336946c30d03327a45a58 .

kibertoad commented 9 months ago

@rolandjitsu yes, but I don't see new release on npm

rolandjitsu commented 9 months ago

@rolandjitsu yes, but I don't see new release on npm

That's because the CI pipeline is failing. I'll have to check why, hopefully tomorrow.

kibertoad commented 7 months ago

@rolandjitsu Any update on this?