Skip to content

Releases: KillerCodeMonkey/ngx-quill

v15.0.0

04 Nov 16:08
Compare
Choose a tag to compare

Angular 13 support

Better onPush support

27 Aug 05:01
Compare
Choose a tag to compare

Thanks to @DZapdos we have a better support of ChangeDetectionStrategy.OnPush.

better required validation + default config token value

11 Aug 14:27
Compare
Choose a tag to compare
  • required validation should now work when only tags without text contents are added, e.g. images.
  • thanks to @arturovt: we now have default values for the config token, so it is possible to load the components on the fly and create instances of them dynamically.

Performance for the win

01 Jul 12:06
Compare
Choose a tag to compare

Thanks to the fabulous work of @arturovt some nice performance improvements have landed in this version. 🚀

No ivy :(

24 Jun 20:07
Compare
Choose a tag to compare

Compile without ivy partial mode.

Feat: defaultEmptyValue

24 Jun 08:39
Compare
Choose a tag to compare

thanks to @Y4Rick you can now define which empty value you want. Currently quills <p><br/></p> is mapped to null. Now you can define it as you want, e.g. empty string.

Angular 12

13 May 08:07
Compare
Choose a tag to compare

Get ready for angular 12 :)

Sanitize for QuillHTMLViewComponent

06 May 05:12
5810562
Compare
Choose a tag to compare

Thanks to @rajeshwarkohli the quill-html-view component now supports the sanitize option.

Fix Release / Build

29 Apr 14:53
2849302
Compare
Choose a tag to compare

use this one instead of v13.3.0 ^^ .... please

Ability to debounce changes

29 Apr 08:19
Compare
Choose a tag to compare
Pre-release

Thanks to @kdaniel21 and @st3h3n it is now possible to debounce changes. This is a good performance optimization when you have larger documents (>=2mb). Large documents are easy to create when working with the default image handler in quilljs,because it is using base64 image strings,

Checkout the readme for more details how to use the new feature.

USE v13.3.1

some stupid package maintainer released the src files instead of the final build... *facepalm *shame