Skip to content

Releases: react-dropzone/attr-accept

v2.2.2

09 Sep 02:20
Compare
Choose a tag to compare

2.2.2 (2020-09-09)

Bug Fixes

  • make MIME type check case-insensitive (4b844d4)

v2.2.1

08 Aug 01:19
5275b00
Compare
Choose a tag to compare

2.2.1 (2020-08-08)

Bug Fixes

  • fix es module compatibility and close #48 (5275b00)

v2.2.0

30 Jul 11:04
adf4856
Compare
Choose a tag to compare

2.2.0 (2020-07-30)

Features

  • Add a module entry to package.json (#47) (adf4856)

v2.1.0

15 Mar 02:38
3c6de9b
Compare
Choose a tag to compare

2.1.0 (2020-03-15)

Features

v2.0.0

16 Nov 09:11
Compare
Choose a tag to compare

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

18 Jun 10:34
Compare
Choose a tag to compare

1.1.3 (2018-06-18)

Bug Fixes

  • drop a RegExp in favour of an .endsWith (#27) (effe605)

v1.1.2

16 Feb 16:08
Compare
Choose a tag to compare

1.1.2 (2018-02-16)

Bug Fixes

v1.1.1

14 Feb 21:36
d017fb5
Compare
Choose a tag to compare

1.1.1 (2018-02-14)

Bug Fixes

  • Add .babelrc to .npmignore (#16) (28aa14c)
  • Add version field for yarn/npm git dependency compatibility (#21) (3a2878f), closes #19
  • Fix dependencies, upgrade to Babel 6, fix ESLint errors and reformat code (#13) (6063d59)
  • Use npm v5 on CI (#18) (30b668f)

v1.1.0

01 Nov 09:44
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-11-01)

Features

  • Allow arrays to be passed as accepted file types (8685b38b)