Skip to content

Releases: rowanwins/vue-dropzone

New features and minor bug fixes

26 Sep 18:13
Compare
Choose a tag to compare
  • Added method as prop, updated accepted types for clickable option. #146
  • Added confirm as prop. #171
  • Added hiddenInputContainer and capture 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

07 Jul 05:21
Compare
Choose a tag to compare
  • Added support for uploadMultiple. Fixes #107
  • Error messages positioned correctly. Fixes #127
  • Parallel upload support added.
  • Added timeout prop. Fixes #137

Fixes #116

22 Jun 17:59
Compare
Choose a tag to compare

This release was intended for the issue #116,which was caused due to core base library of dropzone. Issue from base library can be tracked here in their changelog.

Minor bug fixes

16 Jun 18:34
Compare
Choose a tag to compare
  • Minor bug fix which was occurred in recent release.

Props and DropzoneOptions can be used together

16 Jun 12:18
Compare
Choose a tag to compare

Changelog :

  • Previously, if props were added to component and if we set useCustomDropzoneOptions = true then, all the props were excluded and only dropzoneOptions provided options were used. But now, we can together use both.
  • Refer changes #115

Note :

  • If same prop is passed to attribute using :props="" and dropzoneOptions then, value defined in dropzoneOptions will be considered.

Supports image resize before upload

10 Jun 11:05
Compare
Choose a tag to compare
  • Component base support dropzone library updated to latest version 5.0.1 : 474948b
  • Implements the image resize before uploading to the server : 4dd6e94
  • README updated for docs of image resize props : 6215083
  • Published version 2.3.1 to npm : 89b9335

Custom preview template and fixes

08 Jun 06:31
Compare
Choose a tag to compare
  • Added callback options previewTemplate - ab06b39
  • Custom preview template docs added to README - 02fd65b
  • addRemoveLink functionality - e830fef