Releases: rowanwins/vue-dropzone
Releases · rowanwins/vue-dropzone
New features and minor bug fixes
- Added
method
as prop, updated accepted types forclickable
option. #146 - Added
confirm
as prop. #171 - Added
hiddenInputContainer
andcapture
as props. #164 - Updated
README
with LARAVEL integration option. #180 - Added
withCredentials
as prop. #182 - Added missing dataUrl to the thumbnail event as second parameter. #194
Minor bug fixes and minimal enhancement
Fixes #116
Minor bug fixes
- Minor bug fix which was occurred in recent release.
Props and DropzoneOptions can be used together
Changelog :
- Previously, if props were added to component and if we set
useCustomDropzoneOptions = true
then, all the props were excluded and onlydropzoneOptions
provided options were used. But now, we can together use both. - Refer changes #115
Note :
- If same
prop
is passed to attribute using:props=""
anddropzoneOptions
then, value defined indropzoneOptions
will be considered.