This repository has been archived by the owner on Aug 20, 2021. It is now read-only.
Releases: KillerCodeMonkey/ng-quill
Releases · KillerCodeMonkey/ng-quill
onFocus, onBlur + preserveWhitespace
4.5.0 feat(): focus, blur and preserveWhitespace
4.3.0
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
feat(): custom toolbar position
4.1.0 feat(): custom toolbar position
4.0.0
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
Add correct documentation and add comments in source
- add documentation
- add comments in code
update deps
1.1.1 Finish 1.1.1
1.1.0
new release
1.0.11: update quill version to 0.20.0
add npm dependencies for angular and quill improve bower.json
generic readonly property
- Updated Dependencies
AngularJS 1.4.3
QuillJS 0.19.14