Releases: KillerCodeMonkey/ngx-quill
v15.0.0
Angular 13 support
Better onPush support
Thanks to @DZapdos we have a better support of ChangeDetectionStrategy.OnPush.
better required validation + default config token value
- 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
Thanks to the fabulous work of @arturovt some nice performance improvements have landed in this version. 🚀
No ivy :(
Compile without ivy partial mode.
Feat: defaultEmptyValue
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
Get ready for angular 12 :)
Sanitize for QuillHTMLViewComponent
Thanks to @rajeshwarkohli the quill-html-view component now supports the sanitize option.
Fix Release / Build
use this one instead of v13.3.0 ^^ .... please
Ability to debounce changes
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