vue-dropzone icon indicating copy to clipboard operation
vue-dropzone copied to clipboard

Start working on v3.7

Open rowanwins opened this issue 5 years ago • 1 comments

  • [x] add support for base64 images. resolves #543 and resolves #474
  • [x] add the accepted flag to manually added files. resolves #529
  • [x] Add support for uppercase filename previews
  • [x] remove use of deprecated lastModifiedDate. resolves #482
  • [x] make manual thumbnail fit consistent but overridable via CSS. resolves #455
  • [x] add new prop for Dropzone.confirm

Entirely overhaul S3 approach

  • [x] Ensure standard dropzone events are emitted, resolves #506
  • [x] Allows cancelling of uploads. resolves #538 , resolves #514

rowanwins avatar May 03 '20 12:05 rowanwins

Any chance to include the new "displayExistingFile" method? See #560

fnagel avatar Sep 21 '20 15:09 fnagel