Skip to content

Releases: KillerCodeMonkey/ngx-quill

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

feat(): custom toolbar position

07 Jan 15:40
Compare
Choose a tag to compare

Positionate your custom toolbar at the bottom or top of the editor 😊

fix: custom toolbar position

27 Dec 14:35
Compare
Choose a tag to compare
4.4.5

chore: 4.4.5

correct default modules

27 Dec 14:34
Compare
Choose a tag to compare
  • set correct default modules
  • use unique token for config service