Skip to content

Releases: hackingharold/ngx-dropzone

v19.2.1

10 Mar 09:33
9dc05fb
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

Full Changelog: 19.0.0...19.1.0

v19.0.0

22 Nov 11:57
45c26d6
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Updated version to support Angular v18.

v17.3.0

03 Apr 21:26
3e9b4dd
Compare
Choose a tag to compare
  • 🔧 fix(#75): make validator accept null values

v17.2.0

07 Dec 15:45
a2b6de0
Compare
Choose a tag to compare
  • On Chrome 77, readEntries() will only return the first 100 FileSystemEntry instances per directory. From this release on, we ignore the limit by default.