Skip to content

Releases: rowanwins/vue-dropzone

Fixes And Features

05 Jul 08:41
Compare
Choose a tag to compare
  • Updated README, added clarification on installation. 2b03702
  • Added MIT licence to package. 9d4b582
  • Updated documentation for prop naming. f76987a
  • Added support for .gif to render in dropzone. 5e1468f
  • Added .webp to render file in dropzone. 5c1551b

Duplicate file check support added

31 Aug 09:43
Compare
Choose a tag to compare
  • If the duplicate file is found new event is fired. Check docs for more.

Slots support and minor fixes

31 Aug 08:42
Compare
Choose a tag to compare

Improved AWS S3 upload functionality

10 Apr 05:41
Compare
Choose a tag to compare

Allow Dropzone deal with uploads to S3 #294 - @avikam-pagaya

Fix #292

06 Mar 16:13
Compare
Choose a tag to compare

Fix

  • Fixed #292 by upgrading dropzone dependency to 5.4.0

Update dropzone dependency

23 Feb 05:58
Compare
Choose a tag to compare

Updated dependency to 5.3.0 to fix safari issue.

More info here:

dropzone/dropzone#1640
https://gitlab.com/meno/dropzone/issues/66
https://gitlab.com/meno/dropzone/merge_requests/31

Thanks to @krestaino for reporting the issue #292.

Fixes and upgrades related to AWS S3

07 Feb 13:22
Compare
Choose a tag to compare

Changelog

  • Send contentType and filePath in request to s3 signing URL. #270 - @ejucovy
  • Don't require params and headers objects in awss3 config. #270 - @ejucovy
  • Specifying payload for getSignedURL #277 - @ajmas
  • allowing AWS signing endpoint to be computed by the processed file - #290 @avikam-pagaya

Send additional params with URL signing request to server

13 Dec 19:06
Compare
Choose a tag to compare

Dropzone css import

13 Dec 19:04
Compare
Choose a tag to compare

Revamped version and minor fixes

12 Dec 05:49
Compare
Choose a tag to compare
  • Complete revamped version of component. Track all changes of (v3.0.0) #205
  • Add headers to the sign request. a69dc69
  • Use all properties, including the key, from the URL signer. 0e6313a