Releases: react-dropzone/attr-accept
Releases · react-dropzone/attr-accept
v2.2.5
2.2.5 (2024-11-07)
Bug Fixes
- replace
.npmignore
with files
field (e510018)
v2.2.4
2.2.4 (2024-10-09)
Bug Fixes
- use node 14 for releasing and close #70 and #71 (2a50aa4)
- use specific semantic-release version (ccf22e8)
v2.2.3
2.2.3 (2024-10-09)
Bug Fixes
- allow any file if accepted files is an empty array and close #38 (b10f70c)
v2.2.2
2.2.2 (2020-09-09)
Bug Fixes
- make MIME type check case-insensitive (4b844d4)
v2.2.1
2.2.1 (2020-08-08)
Bug Fixes
- fix es module compatibility and close #48 (5275b00)
v2.2.0
2.2.0 (2020-07-30)
Features
- Add a module entry to package.json (#47) (adf4856)
v2.1.0
2.1.0 (2020-03-15)
Features
v2.0.0
2.0.0 (2019-11-16)
Bug Fixes
- Drop core-js from dependencies which the app should be responsible for (#31) (5d4cdf8)
- update package git url (7e5f7b4)
BREAKING CHANGES
- Now if you include this library in your project you should race care of polyfilling of your final bundle output.
v1.1.3
1.1.3 (2018-06-18)
Bug Fixes
- drop a RegExp in favour of an .endsWith (#27) (effe605)
v1.1.2
1.1.2 (2018-02-16)
Bug Fixes