Skip to content

Releases: hackingharold/ngx-dropzone

v20.0.0

24 Jun 15:50
da7caec

Choose a tag to compare

What's Changed

Full Changelog: 19.2.1...20.0.0

v19.2.1

10 Mar 09:33
9dc05fb

Choose a tag to compare

What's Changed

  • fix: remove aria-required attribute from DOM when false

Full Changelog: 19.2.0...19.2.1

v19.2.0

07 Mar 09:51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 19.1.0...19.2.0

v19.1.0

17 Jan 08:59

Choose a tag to compare

What's Changed

Full Changelog: 19.0.0...19.1.0

v19.0.0

22 Nov 11:57
45c26d6

Choose a tag to compare

What's Changed

  • Migrate to Angular v19 using standalone components since they are the new default by @hackingharold in #86

Full Changelog: 18.1.2...19.0.0

v18.1.2

20 Nov 09:03

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 18.1.1...18.1.2

v18.1.1

18 Sep 15:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 18.1.0...18.1.1

v18.1.0

23 Jun 22:11
5d216d5

Choose a tag to compare

  • Added a new relativePath property on the returned File objects to work around the fact that on drop, the webkitRelativePath property is always empty.

v18.0.0

31 May 11:51
afb4765

Choose a tag to compare

  • Updated version to support Angular v18.

v17.3.0

03 Apr 21:26
3e9b4dd

Choose a tag to compare

  • 🔧 fix(#75): make validator accept null values