Skip to content

Releases: KillerCodeMonkey/ngx-quill

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

fix cli prod build

08 Feb 08:38
Compare
Choose a tag to compare

Fix: builds with ng cli --prod

fix if no config is passed

08 Feb 07:03
Compare
Choose a tag to compare
  • fallback to empty custom config for merge

merge default and custom global config

08 Feb 06:53
Compare
Choose a tag to compare

Bugfix:

  • correct merge of default global and custom global config

Feat:

  • if no modules are passed, the default modules are used

global formats

08 Feb 06:52
Compare
Choose a tag to compare

Bugfix:

  • correct usage of global formats config

4.6.0

03 Feb 09:27
Compare
Choose a tag to compare

Inputs

  • debug - set log level warn, error, log or false to deactivate logging, default: warn
  • trackChanges - check if only user (quill source user) or all change should be trigger model update, default user. Using all is not recommended, it cause some unexpected sideeffects.

Global Config

  • extend config to set all Quill config options
  • See Quill Configuration for a full list of config options.
  • new trackChanges input can be set, as well