Releases: NicolasCARPi/dropzone
Releases · NicolasCARPi/dropzone
dropzone-7.3.1
What's Changed
- Fix broken link by @AalbatrossGuy in #41
- Bugfix: Unable to disable the Cancel Upload Confirmation window by @spatarel in #42
New Contributors
- @AalbatrossGuy made their first contribution in #41
- @spatarel made their first contribution in #42
Full Changelog: 7.3.0...7.3.1
7.3.0
dropzone-7.2.1
dropzone-7.2.0
What's Changed
- Add a fallback to the crypto.randomUUID API by @doberkofler in #24
- Improve fallback uuid-generator by @erikaxel in #27
New Contributors
Full Changelog: 7.1.6...7.2.0
dropzone-7.1.6
What's Changed
- Improve Readme by @jules-w2 in #15
- Add custom type definition by @doberkofler in #19
- PR for Issue #20 where macOS 14+ screenshot filenames don't save because of narrow space by @brentmartinmiller in #21
- Use setAttributes() for setting the aria-label
New Contributors
- @doberkofler made their first contribution in #19
- @brentmartinmiller made their first contribution in #21
Full Changelog: 7.1.5...7.1.6
dropzone-7.1.5
dropzone-7.1.4
Fix bug where using an ID for selecting the dropzone element would make the lib crash. fix #12
Full Changelog: 7.1.3...7.1.4
dropzone-7.1.3
What's Changed
- Use yarn berry by @NicolasCARPi in #9
- Add 'form' attribute to the input element by @bancer in #11
New Contributors
Full Changelog: 7.1.2...7.1.3
7.1.2
7.1.2
A small patch release with an important bugfix that was asked by the community for a long time:
- fix: parallelChunkUploads should respect parallelUploads. fix dropzone#2030 (based on PR dropzone#2249 by @labor4)
dropzone-7.1.1
7.1.1
A small patch release with an important bugfix that was asked by the community for a long time:
- Fix issue with exif resizing of thumbnail that messed up the files. fix dropzone#1967
PR dropzone#2001 by @kaymes