Skip to content

Releases: KillerCodeMonkey/ngx-quill

Update readme

08 May 08:33
Compare
Choose a tag to compare

Hints about angular universal for ngx-quill v10 and v9

Project refactoring + Angular universal without mock

08 May 08:19
Compare
Choose a tag to compare
  • This project uses angular cli for building the lib
  • There is no need to mock anything for Angular universal usages

suppress global register warnings

Register modules/options in config only once

03 May 06:04
Compare
Choose a tag to compare

Fix

  • do not reregister custom quill modules and options/formats from the global config in the editor and view components
  • if there are not modules passed to on a custom custom global config, set the default modules.

Global custom modules and options/formats

02 May 08:09
Compare
Choose a tag to compare

Feature

  • allow to add custom modules through QuillConfig.forRoot(). It will automatically register them through Quill api for you
  • allow to add custom options/formats through QuillConfig.forRoot(). It will automatically import, whitelist and register them through Quill api for you

Remove custom typings

01 May 08:00
Compare
Choose a tag to compare

Breaking

Remove custom typings and get everything working with @types/quill.

Feature

customModules Input for editor and view component to be able to register custom modules during component instantiation.

Update deps + Angular Universal Example

30 Apr 20:07
Compare
Choose a tag to compare
  • updated all dev dependencies
  • added some angular universal / ssr hints to the readme
  • added a minimal example repo for angular univeral + ngx-quill

No peer deps for custom Quill typings

18 Apr 19:45
Compare
Choose a tag to compare
8.1.7

refactor: typings again, avoid peer deps

Add missing peer dependencies

18 Apr 18:59
Compare
Choose a tag to compare
Pre-release

To get custom Quill typings working new peer-dependencies were added:

  • parchment (it is normally installed by quilljs)
  • quill-delta

https://github.com/KillerCodeMonkey/ngx-quill#installation

Extend and export quill typings

18 Apr 18:58
Compare
Choose a tag to compare
Pre-release
  • exports custom interfaces for Quill
  • add missing type for the onEditorCreated output

please use 8.1.6