Skip to content

Releases: ayush013/ngx-quill-upload

2.0.0

27 Jan 07:21
81bb03c
Compare
Choose a tag to compare

Updates

  • Image Attribute support added for ['style','alt','width','height']
  • Updated package dependencies

1.1.1

24 Oct 07:44
Compare
Choose a tag to compare

Updates -

  • Minor CSS update

Bug Fixes -

  • Fixed Concurrent uploads for image

1.1.0

22 Sep 08:45
Compare
Choose a tag to compare

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

21 Sep 06:35
Compare
Choose a tag to compare
  • Simplified usage syntax by registering blot in the constructor

1.0.5 release

21 Sep 06:04
Compare
Choose a tag to compare
  • Explicitly register ImageBlot, VideoBlot in your component ts

1.0.4 release

21 Sep 04:21
Compare
Choose a tag to compare
  • No more errors on prod build

Initial release with basic image, video uploads

20 Sep 07:29
Compare
Choose a tag to compare
  • Written in typescript
  • Gives you full control over API call, upload to S3 bucket or server as required
  • Supports png, jpg, and jpeg for image uploads
  • Supports mp4 and webm for video uploads
  • Supports tag for image uploads,