Releases: KillerCodeMonkey/stencil-quill
Releases · KillerCodeMonkey/stencil-quill
v11 - Quill v2 final
- 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 propertydefaultEmptyValue
- html getter is using the new recommended way by quilljs
getSemanticHTML
the result will differ from your previous editors
Quill v2
stencil v3
v9.0.0 9.0.0
Tests + fix text format
Fix
- content setter and getter for format
text
Chore
- upgrade deps
Test
- add tests + ci
Stencil upgrade
Make it work with latest stencil compiler.
better event names
Breaking:
rename events to fullfil to the stencil naming conventions
implement onEditorChanged
Chore
- update stencil to 1.2.2
Feature
- add
onEditorChanged
event to implement all quilljs events https://quilljs.com/docs/api/#editor-change
Dependency updates
stencil 1.2.1 :)
update stencil to get performance improvements
5.0.1 Merge branch 'master' of github.com:KillerCodeMonkey/stencil-quill
Add ViewComponents and refactor editor component
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
toquill-components.js