Ngx Quill Versions Save

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

v26.0.0

1 week ago

just angular v18 support

v25.3.2

1 month ago

Thanks to @cexbrayat

v25.3.1

1 month ago

v25.3.0

1 month ago

v25.2.0

1 month ago
  • updated deps
  • using input signals thx @arturovt
  • remove strict config from docs

v25.1.3

1 month ago

v25.1.2

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

v25.1.1

2 months 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

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

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