Skip to content

Releases: KillerCodeMonkey/stencil-quill

stencil one

07 Jun 09:07
Compare
Choose a tag to compare

Upgrade to stencil one :)

stringify all the object props

08 May 17:58
Compare
Choose a tag to compare

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:

remove object format - use json strings and json format

08 May 15:11
Compare
Choose a tag to compare

Fix build and changed styles api

08 May 14:40
Compare
Choose a tag to compare
  • 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 }

fixed indexed styles propery access

08 May 20:58
Compare
Choose a tag to compare
1.3.2

chore: bump version - fix 1.3.1 fail

onFocus, onBlur + preserveWhitespace

15 Apr 18:31
Compare
Choose a tag to compare
1.3.0

feat(): onFocus, onBlur + preserveWhitespace

Stencil Upgrade + debug prop

27 Feb 13:56
Compare
Choose a tag to compare
1.2.0

chore(): bump 1.2.0

first release

26 Sep 13:38
Compare
Choose a tag to compare
0.0.1

add readme