Releases: NicolasCARPi/dropzone
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
dropzone-7.1.0
7.1.0
With this release, we drop deprecated and old things, and bring back the test suite.
Breaking change
If you have acceptedMimeTypes
in your options, replace it with acceptedFiles
. This option was deprecated 3 years ago, and has now been completely removed.
The use of crypto.randomUUID()
only works in secure contexts. If your service is running on HTTP, this might cause an issue.
Changes
- All tests now run: a previous change made it run only one single test! (by using
describe.only()
instead ofdescribe()
) - The test suite now runs on each commit in a GH Action
- Remove a dependency on
just-extend
: useObject.assign()
instead - Simplify greatly the browser detection and remove blockedBrowser code that only targeted opera 12 from 12 years ago
- Removed some IE related code and simplified some code paths as we now expect a decent enough browser
- Some code cleanup: remove unused variables
- Use crypto.randomUUID instead of a custom function
- Run CodeQL only in src/
- Update cypress config
dropzone-7.0.4
- Upgrade dependencies
- Add SECURITY.md file (and enable security settings on repository)
dropzone-7.0.3
Changes for 7.0.3
- Add more files to .npmignore: no need to distribute parcel-cache or documentation files
- Remove composer.json
dropzone-7.0.2
Dropzone 7.0.2
No changes to code, just trying to get the npm publish action work again.