Skip to content

Releases: lxsmnsyc/solid-tiptap

v0.6.0

10 Apr 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.2.0

10 Sep 12:49
Compare
Choose a tag to compare
  • Added the following utilities:
    • useEditorCharacterCount
    • useEditorHTML
    • useEditorIsActive
    • useEditorIsEditable
    • useEditorIsEmpty
    • useEditorIsFocused
    • useEditorJSON
  • element option is no longer an accessor. To retain reactivity, you may use a getter syntax:
get element() {
  return editorRef;
},
  • Added some READMEs