Releases: hackingharold/ngx-dropzone
Releases · hackingharold/ngx-dropzone
v17.2.0
- On Chrome 77, 
readEntries()will only return the first 100FileSystemEntryinstances per directory. From this release on, we ignore the limit by default. 
v17.1.0
- Adds new 
modeproperty on thefileInputdirective to control the value setting strategy. 
v17.0.0
- 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
Fixes the library module references for the published npm packages.
v16.1.0
Upgrade the rxjs peer dependencies to ^7.4.0 to fix installation warnings on Angular 16 projects.
v16.0.2
Rename package readme's to uppercase for npm.
v16.0.1
Adds readme files for the individual library packages.
v16.0.0
First public package release incl. CDK and Material Design implementation compatible with Angular v16.
v0.1.0
Test Release for CI pipeline.