Skip to content

Releases: KillerCodeMonkey/stencil-quill

v11 - Quill v2 final

16 May 13:26
Compare
Choose a tag to compare
  • final quill v2 support

Breaking changes

  • option preserveWhitespaces removed - workaround does not work anymore
  • default empty value is null not empty string - can be set through new property defaultEmptyValue
  • html getter is using the new recommended way by quilljs getSemanticHTML the result will differ from your previous editors

Quill v2

07 Feb 15:23
Compare
Choose a tag to compare
  • uses quill v2 rc.0
  • updated examples and fixed tests
  • updated all deps

stencil v3

15 Apr 09:31
Compare
Choose a tag to compare
v9.0.0

9.0.0

Tests + fix text format

20 Apr 19:47
Compare
Choose a tag to compare

Fix

  • content setter and getter for format text

Chore

  • upgrade deps

Test

  • add tests + ci

Stencil upgrade

24 Mar 11:25
Compare
Choose a tag to compare

Make it work with latest stencil compiler.

better event names

21 Oct 11:21
Compare
Choose a tag to compare

Breaking:

rename events to fullfil to the stencil naming conventions

implement onEditorChanged

30 Jul 06:45
Compare
Choose a tag to compare

Chore

  • update stencil to 1.2.2

Feature

Dependency updates

27 Jul 06:05
Compare
Choose a tag to compare

stencil 1.2.1 :)

update stencil to get performance improvements

01 Jul 12:08
Compare
Choose a tag to compare
5.0.1

Merge branch 'master' of github.com:KillerCodeMonkey/stencil-quill

Add ViewComponents and refactor editor component

25 Jun 16:29
Compare
Choose a tag to compare

Added:

  • quill-view component
  • quill-view-html component

Breaking:

  • quill-component is renamed to quill-editor
  • the dist file to use is renamed from quill-component.js to quill-components.js