Skip to content

Releases: KillerCodeMonkey/ngx-quill

Angular 17

09 Nov 08:18
Compare
Choose a tag to compare
  • added angular 17 support
  • dropped angular 14 support

23.0.0

13 Oct 08:54
Compare
Choose a tag to compare

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

Native focus/blur outputs

22 Sep 10:49
Compare
Choose a tag to compare
  • 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

04 May 13:04
Compare
Choose a tag to compare
v22.0.0

feat(deps): angular 16

Full standalone components support

12 Apr 07:26
Compare
Choose a tag to compare

Thanks to @arturovt 👍

PS: Major version bump, because angular 15 support only

Corrected type for syntax module

12 Dec 08:21
Compare
Choose a tag to compare
v20.0.1

chore: bump version

Angular 15

21 Nov 11:00
Compare
Choose a tag to compare
v20.0.0

docs: angular 15 support

Complete onEditorCreated output

18 Sep 06:56
Compare
Choose a tag to compare

The onEditorCreated subject is now completed right after it emits.

Closes #1590

Changed ViewEncapsulation of editor component

14 Sep 05:56
Compare
Choose a tag to compare

the quill-editor-component is now using ViewEncapsulation.Emulated instead of ViewEncapsulation.None.

Thanks to @allanbond

Standalone Components and Config

06 Jul 06:05
Compare
Choose a tag to compare

Thanks again to @arturovt it is now possible to use the quill components as standalone components. You are able to set the global quill config via the new QuillConfigModule. In those case it is not necessary to import the whole ngx-quill package with the QuillModule.