Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Releases: KillerCodeMonkey/ng-quill

onFocus, onBlur + preserveWhitespace

15 Apr 18:59
Compare
Choose a tag to compare
4.5.0

feat(): focus, blur and preserveWhitespace

4.3.0

12 Feb 19:32
Compare
Choose a tag to compare

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

12 Feb 19:06
Compare
Choose a tag to compare

fix:

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

feat(): custom toolbar position

08 Jan 10:16
Compare
Choose a tag to compare
4.1.0

feat(): custom toolbar position

4.0.0

02 Dec 11:04
Compare
Choose a tag to compare

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

24 Nov 11:53
Compare
Choose a tag to compare
  • add documentation
  • add comments in code

update deps

16 Nov 09:42
Compare
Choose a tag to compare
1.1.1

Finish 1.1.1

1.1.0

30 Sep 07:20
Compare
Choose a tag to compare
new release

1.0.11: update quill version to 0.20.0

03 Aug 06:08
Compare
Choose a tag to compare
add npm dependencies for angular and quill
improve bower.json

generic readonly property

20 Jul 08:26
Compare
Choose a tag to compare
  • Updated Dependencies
    AngularJS 1.4.3
    QuillJS 0.19.14