Skip to content

Releases: hackingharold/ngx-dropzone

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.

v17.1.0

29 Nov 10:12
686748b
Compare
Choose a tag to compare
  • Adds new mode property on the fileInput directive to control the value setting strategy.

v17.0.0

22 Nov 17:12
Compare
Choose a tag to compare
  • Updated version to support Angular v17.
  • Supports Material Chips for file preview (see docs).
  • Supports reading files from dropped folders by default.

v16.1.1

27 Aug 13:52
411c4f6
Compare
Choose a tag to compare

Fixes the library module references for the published npm packages.

v16.1.0

27 Aug 13:14
804bdd4
Compare
Choose a tag to compare

Upgrade the rxjs peer dependencies to ^7.4.0 to fix installation warnings on Angular 16 projects.

v16.0.2

10 Jul 15:42
Compare
Choose a tag to compare

Rename package readme's to uppercase for npm.

v16.0.1

10 Jul 15:38
Compare
Choose a tag to compare

Adds readme files for the individual library packages.