Skip to content

Releases: KillerCodeMonkey/ngx-quill

Add preserveWhitespace input to ViewComponent

25 Jun 16:58
Compare
Choose a tag to compare
6.1.0

feat(ViewComponent): preserveWhitespace input

Fix: matcher config interface typo

24 Jun 04:26
Compare
Choose a tag to compare
  • correct matcher key in config interface

View and ViewHTML component

23 Jun 12:47
Compare
Choose a tag to compare

Add components to present quilljs content

Angular 8.0.0

29 May 13:05
Compare
Choose a tag to compare

Add angular 8.0.0 support and use it!

Set Format in GlobalConfig

05 May 06:28
Compare
Choose a tag to compare

If you want to change default format of your editors, you can set it now in the QuillConfig.forRoot() function.

rename `style` input to `styles`

28 Apr 19:29
Compare
Choose a tag to compare

Breaking Changes

Renamed style input to styles (fixes #375)

onFocus and onBlur

15 Apr 18:09
Compare
Choose a tag to compare

Added outputs for focus - onFocus and blur - onBlur

Keep in mind that textSelectionChanged is also triggered to stay consistent with the quilljs api.

More details in the readme - as always :)

preserve whitespace

15 Apr 18:08
Compare
Choose a tag to compare

ability to wrap the editor content in pre-tags to preserve duplicated whitespaces

4.6.10

16 Feb 07:31
Compare
Choose a tag to compare
  • less strict node version required >=8 instead of >=10

Allow do disable toolbar in global config

08 Feb 08:39
Compare
Choose a tag to compare

Fix:

  • extend toolbar config interface to set toolbar module as boolean