Releases: ayush013/ngx-quill-upload
Releases · ayush013/ngx-quill-upload
2.0.0
1.1.1
1.1.0
Updates--
- MIME Type check added for files
- Added Support for providing extensions for the following image and video formats -
Supported Image Extensions -
'apng', 'bmp', 'gif', 'ico', 'cur', 'jpg', 'jpeg', 'jfif', 'pjpeg', 'pjp', 'png', 'svg', 'tif', 'tiff', 'webp'
Supported Video Extensions -
'mp4', 'webm', '3gp', 'mp4', 'mpeg', 'quickTime', 'ogg'
1.0.6 release
- Simplified usage syntax by registering blot in the constructor
1.0.5 release
- Explicitly register ImageBlot, VideoBlot in your component ts
1.0.4 release
- No more errors on prod build