Skip to content

Releases: KillerCodeMonkey/ngx-quill

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

QuillView - onEditorCreated output

16 Feb 14:22
Compare
Choose a tag to compare

thx to @Yexan and his PR #1165 we now have an output for the quill-view component:

onEditorCreated is triggered when the quill instance is ready. As $event data you get the quill instance.

LinkPlaceholder + fix valueSetter usage

02 Feb 20:02
Compare
Choose a tag to compare

Special thanks to @Benny739!

Now the valueSetter is used even on init.
We can configure the placeholder for the link tooltip
Updated deps

fix peer deps

25 Nov 18:30
24c888a
Compare
Choose a tag to compare
Fix - Peer dependencies should support Angular 11. (#1089)

Co-authored-by: Shahmir Noorani <[email protected]>