zefoy / ngx-dropzone-wrapper

Angular wrapper library for Dropzone
MIT License
174 stars 51 forks source link

Update dropzone.interfaces.ts #95

Closed ShivKumarSaini closed 6 years ago

ShivKumarSaini commented 6 years ago

While using this repo, I observed that the configuration interface is missing a key "dictUploadCanceled". As you can check here, this key was added in version 5.3.0 of dropzone but somehow it was not existing here.

It is now been added in configuration interface. - Fixed.

sconix commented 6 years ago

Thanks, somehow I have missed that changed. Will include this for next release.