Skip to content

Releases: react-dropzone/attr-accept

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 07 Nov 13:07

2.2.5 (2024-11-07)

Bug Fixes

  • replace .npmignore with files field (e510018)

v2.2.4

Choose a tag to compare

@github-actions github-actions released this 09 Oct 19:30

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

Choose a tag to compare

@github-actions github-actions released this 09 Oct 18:23

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

Choose a tag to compare

@github-actions github-actions released this 09 Sep 02:20

2.2.2 (2020-09-09)

Bug Fixes

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

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 01:19
5275b00

2.2.1 (2020-08-08)

Bug Fixes

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

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:04
adf4856

2.2.0 (2020-07-30)

Features

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

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 02:38
3c6de9b

2.1.0 (2020-03-15)

Features

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Nov 09:11

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

Choose a tag to compare

@okonet okonet released this 18 Jun 10:34

1.1.3 (2018-06-18)

Bug Fixes

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

v1.1.2

Choose a tag to compare

@okonet okonet released this 16 Feb 16:08

1.1.2 (2018-02-16)

Bug Fixes