Ngx Quill Versions Save

Angular (>=2) components for the Quill Rich Text Editor

v25.0.1

3 months ago

v25.0.0

3 months ago
  • support for quill 2.0 rc.0
  • external typings are no longer needed
  • some quill v1 extension/modules will not work with quill v2

v24.0.0

6 months ago
  • added angular 17 support
  • dropped angular 14 support

v23.0.0

7 months ago

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

v22.1.0

7 months ago
  • 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

v22.0.0

1 year ago

v21.0.0

1 year ago

Thanks to @arturovt :+1:

PS: Major version bump, because angular 15 support only

v20.0.1

1 year ago

v20.0.0

1 year ago

v19.0.1

1 year ago

The onEditorCreated subject is now completed right after it emits.

Closes #1590