Ngx Quill Versions Save

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

v25.1.3

3 weeks ago

v25.1.2

1 month ago
  • supporting quill v2 rc.4
  • this brings back support for passing allowed formats via the quill config

v25.1.1

1 month ago

fixing: https://github.com/KillerCodeMonkey/ngx-quill/issues/1813#issue-2176325119

using now quill.getSemanticHTML() instead of quillEditorElement.innerHTML() to grab editors html content.

v25.0.3

2 months ago
  • fix type of syntax module config with quill 2

now modules: { syntax: true | { hljs: any } }

v25.0.2

2 months ago

v25.0.1

2 months ago

v25.0.0

2 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

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

v23.0.0

6 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