Releases: KillerCodeMonkey/ngx-quill
Releases · KillerCodeMonkey/ngx-quill
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
Native focus/blur outputs
- 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
Angular 16
v22.0.0 feat(deps): angular 16
Full standalone components support
Thanks to @arturovt 👍
PS: Major version bump, because angular 15 support only
Corrected type for syntax module
v20.0.1 chore: bump version
Angular 15
v20.0.0 docs: angular 15 support