Releases: hackingharold/ngx-dropzone
Releases · hackingharold/ngx-dropzone
v19.0.0
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
v18.1.1
What's Changed
- (docs) fix dropzone cdk component link by @tim-papoulias in #82
- main <= build: upgrade dev dependencies by @hackingharold in #83
- main <= 🔧 fix(#85): set accept host binding. by @hackingharold in #87
New Contributors
- @tim-papoulias made their first contribution in #82
Full Changelog: 18.1.0...18.1.1
v18.1.0
- Added a new
relativePath
property on the returnedFile
objects to work around the fact that on drop, thewebkitRelativePath
property is always empty.
v18.0.0
- Updated version to support Angular v18.
v17.3.0
v17.2.0
- On Chrome 77,
readEntries()
will only return the first 100FileSystemEntry
instances per directory. From this release on, we ignore the limit by default.
v17.1.0
- Adds new
mode
property on thefileInput
directive 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.