stencil-quill

Native web components for the Quill Rich Text Editor built with stencil

MIT License

Downloads
12.6K
Stars
38
Committers
5

Bot releases are visible (Hide)

stencil-quill - v11 - Quill v2 final Latest Release

Published by KillerCodeMonkey 5 months ago

  • 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
stencil-quill - Quill v2

Published by KillerCodeMonkey 9 months ago

  • uses quill v2 rc.0
  • updated examples and fixed tests
  • updated all deps
stencil-quill - stencil v3

Published by KillerCodeMonkey over 1 year ago

stencil-quill - Tests + fix text format

Published by KillerCodeMonkey over 4 years ago

Fix

  • content setter and getter for format text

Chore

  • upgrade deps

Test

  • add tests + ci
stencil-quill - Stencil upgrade

Published by KillerCodeMonkey over 4 years ago

Make it work with latest stencil compiler.

stencil-quill - better event names

Published by KillerCodeMonkey almost 5 years ago

Breaking:

rename events to fullfil to the stencil naming conventions

stencil-quill - implement onEditorChanged

Published by KillerCodeMonkey about 5 years ago

Chore

  • update stencil to 1.2.2

Feature

stencil-quill - Dependency updates

Published by KillerCodeMonkey about 5 years ago

stencil 1.2.1 :)

stencil-quill - update stencil to get performance improvements

Published by KillerCodeMonkey over 5 years ago

stencil-quill - Add ViewComponents and refactor editor component

Published by KillerCodeMonkey over 5 years ago

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
stencil-quill - stencil one

Published by KillerCodeMonkey over 5 years ago

Upgrade to stencil one :)

stencil-quill - fixed indexed styles propery access

Published by KillerCodeMonkey over 5 years ago

stencil-quill - stringify all the object props

Published by KillerCodeMonkey over 5 years ago

Breaking Changes:

  • no object props any more --> styles, modules are strings (JSON stringified objects) to get initial values passed through the dom
  • a global Quill object is expected

Changes:

stencil-quill - remove object format - use json strings and json format

Published by KillerCodeMonkey over 5 years ago

stencil-quill - Fix build and changed styles api

Published by KillerCodeMonkey over 5 years ago

  • there is the dist folder again with all files needed and linked in the package.json + unpkg is working again
  • styles-property works only with the correct css-property name (not pascalCase)

before:

{ backgroundColor: red }

now:

{ 'background-color': red }

stencil-quill - onFocus, onBlur + preserveWhitespace

Published by KillerCodeMonkey over 5 years ago

stencil-quill - Stencil Upgrade + debug prop

Published by KillerCodeMonkey over 5 years ago

stencil-quill - first release

Published by KillerCodeMonkey about 6 years ago

Package Rankings
Top 33.5% on Repo1.maven.org
Top 9.45% on Npmjs.org
Badges
Extracted from project README
Build Status