Releases: KillerCodeMonkey/ngx-quill
Releases · KillerCodeMonkey/ngx-quill
Angular v18
just angular v18 support
fix empty editor check
Thanks to @cexbrayat
fix quill version in readme to ^2.0.0
v25.3.1 chore: bumo
Quill v2 final :)
v25.3.0 chore: quill v2 :)
Input Signals
- updated deps
- using input signals thx @arturovt
- remove strict config from docs
quill 2 rc5
v25.1.3 chore: bump version
v25.1.2 - quill v2 rc.4 - whitelist formats are back
- supporting quill v2 rc.4
- this brings back support for passing allowed
formats
via the quill config
Fix unordered/ordered list in format HTML
fixing: #1813 (comment)
using now quill.getSemanticHTML()
instead of quillEditorElement.innerHTML()
to grab editors html content.
Remove preserveWhitespaces
see #1812 (comment) for more information
Syntax module config
- fix type of syntax module config with quill 2
now modules: { syntax: true | { hljs: any } }