Releases: KillerCodeMonkey/ngx-quill
Releases · KillerCodeMonkey/ngx-quill
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 } }
Quill 2 rc.2
v25.0.2 chore: quill 2 rc.2
Quill 2 rc.1
v25.0.1 chore: quill 2 rc.1
Quill 2.0
- 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
- added angular 17 support
- dropped angular 14 support
23.0.0
Breaking
trackChanges
affects callingonBlur
,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
andbelow-quill-editor-toolbar
are introduced to put additional content at those positions