Skip to content

Releases: KillerCodeMonkey/ngx-quill

Quill 2 rc.2

15 Feb 14:24
Compare
Choose a tag to compare
v25.0.2

chore: quill 2 rc.2

Quill 2 rc.1

12 Feb 11:03
Compare
Choose a tag to compare
v25.0.1

chore: quill 2 rc.1

Quill 2.0

07 Feb 14:22
Compare
Choose a tag to compare
  • support for quill 2.0 rc.0
  • external typings are no longer needed
  • some quill v1 extension/modules will not work with quill v2

Angular 17

09 Nov 08:18
Compare
Choose a tag to compare
  • added angular 17 support
  • dropped angular 14 support

23.0.0

13 Oct 08:54
Compare
Choose a tag to compare

Breaking

  • trackChanges affects calling onBlur, onFocus, onSelectionChanged and when a model is set to touched
  • per default only selection changes made by source user are calling those outputs

Feat

  • projections above-quill-editor-toolbar and below-quill-editor-toolbar are introduced to put additional content at those positions

Native focus/blur outputs

22 Sep 10:49
Compare
Choose a tag to compare
  • onNativeFocus - called when scroll node of quill editor receives native "focus" event
  • onNativeBlur - called when scroll node of quill editor receives native "blur" event and is not triggered by toolbar

Angular 16

04 May 13:04
Compare
Choose a tag to compare
v22.0.0

feat(deps): angular 16

Full standalone components support

12 Apr 07:26
Compare
Choose a tag to compare

Thanks to @arturovt 👍

PS: Major version bump, because angular 15 support only

Corrected type for syntax module

12 Dec 08:21
Compare
Choose a tag to compare
v20.0.1

chore: bump version

Angular 15

21 Nov 11:00
Compare
Choose a tag to compare
v20.0.0

docs: angular 15 support