Releases: hackingharold/ngx-dropzone
Releases · hackingharold/ngx-dropzone
v19.2.1
What's Changed
- fix: remove aria-required attribute from DOM when false
Full Changelog: 19.2.0...19.2.1
v19.2.0
What's Changed
- build: upgrade dependencies by @hackingharold in #124
- build: upgrade dependencies by @hackingharold in #129
- build: upgrade dependencies by @hackingharold in #132
- build: upgrade dependencies by @hackingharold in #138
- fix: use HostListener for dragover to prevent CSP errors by @Maece97 in #134
New Contributors
Full Changelog: 19.1.0...19.2.0
v19.1.0
What's Changed
- feat: update angular dependencies to 19.1.0 by @hackingharold in #120
Full Changelog: 19.0.0...19.1.0
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.