Skip to content

Releases: KillerCodeMonkey/ngx-quill

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 <shahmir.noorani@hundredxinc.com>

Angular 11

21 Nov 13:59
Compare
Choose a tag to compare

Angular 11 support has landed

  • Angular 11
  • updated demo repo & live demo
  • replaced deprecated tslint with eslint
  • use karma-coverage instead of instanbul-coverage
  • updated supported versions table in readme

Keep in mind: Angular 8 support ends on 2020/11/28

Angular v10

29 Jun 13:50
caa5dea
Compare
Choose a tag to compare

Upgrade to angular 10

QuillView: sanitize html

22 Jun 05:30
Compare
Choose a tag to compare

Feature

  • add sanitize input to allow to sanitize html formats with DomSanitizer before passing to quill.

No Angular 8 support since v9

14 May 12:07
Compare
Choose a tag to compare

Since the latest refactorings only angular 9 is supported.

If you want to use ngx-quill with angular 8 then please use <v9

Fixes [modules]-Input

14 May 05:41
Compare
Choose a tag to compare
10.0.5

chore: 10.0.5

Fixes: static analyzing

13 May 13:43
Compare
Choose a tag to compare

Kudos to @jpike88 again for fixing this error #884 with PR #907

10.0.2

13 May 11:42
Compare
Choose a tag to compare

Thanks to @deavon and @jpike88 for contributing

Fixes

  • fuse-box build #906
  • open ngx-quill to work with material ui #904