Ng Quill Versions Save

AngularJS Component for Quill rich text editor

4.5.0

5 years ago

4.3.0

5 years ago

Feat:

Support all quill config options in confif provider or on component level

  • debug: set debug logging level, default warn

    Static method enabling logging messages at a given level: 'error', 'warn', 'log', or 'info'. Passing true is equivalent to passing 'log'. Passing false disables all messages.

  • scrollContainer: set scrollContainer, default null

4.2.0

5 years ago

fix:

  • text-change event is now called for each editor change - even if the model changed
  • model updates fixed e.g. #164

4.1.0

5 years ago

4.0.0

5 years ago

Breaking

  • placeholder attibute is now a one-way binding

before

<ng-quill-editor placeholder="my new placeholder"></ng-quill-editor>

after

<ng-quill-editor placeholder="'my new placeholder'"></ng-quill-editor>
  • ngSanitize is new peerDependency
  • angular and quill are now peerDependencies -> you have to install them on your own

Feature

  • placeholder is one time binding - you can dynamically update your placeholders
  • added json format, so you model can be a json string
  • sanitize attibrute - if you want to sanitize your model (if format is html) pass this attribute with true
  • styles attribute - allow do dynamically pass and change your inline styles for the editor element

Others

  • add missing and new tests -> increase coverage

1.0

7 years ago
  • add documentation
  • add comments in code

1.1.1

8 years ago

1.1.0

8 years ago

1.0.11

8 years ago

1.0.9

8 years ago
  • Updated Dependencies AngularJS 1.4.3 QuillJS 0.19.14