Vue Dropzone Versions Save

A Vue.js component for Dropzone.js - a drag’n’drop file uploads utility with image previews

v2.3.6

6 years ago
  • 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

v2.3.5

6 years ago
  • Added support for uploadMultiple. Fixes #107
  • Error messages positioned correctly. Fixes #127
  • Parallel upload support added.
  • Added timeout prop. Fixes #137

v2.3.4

6 years ago

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.

  • Fixes #116

v2.3.3

6 years ago
  • Minor bug fix which was occurred in recent release.

v2.3.2

6 years ago

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.

v2.3.1

6 years ago
  • 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

v2.2.8

6 years ago
  • Added callback options previewTemplate - ab06b394a8d489718f09777516e9ddc4a74cb16b
  • Custom preview template docs added to README - 02fd65bff7b3e002c719c96f5a3bd89fbb8c5d90
  • addRemoveLink functionality - e830fefa5a6274ab6cf9c3636a017127a8463b17