Releases: ueberdosis/tiptap
Releases · ueberdosis/tiptap
tiptap@0.12.0
New Features
- changes of ´doc´ will nor re-render the editor
- there is a
setContent()
function for updating the content programmatically
tiptap-extensions@0.12.0
New Feature
- add underline mark
tiptap@0.11.1
Fixes
getHTML()
will not export decorations anymore
tiptap@0.11.0
New Features
- add
clearContent()
function
Fixes
- destroy editor on
beforeDestroy()
tiptap-extensions@0.9.0
New Features
- add
strikeMark
extension
tiptap-extensions@0.10.0
New Features
- add
PlaceholderExtension
tiptap@0.9.1
Fix
getHTML()
will not return the prosemirror wrapper div anymore@update
will not fire on text selection change
tiptap@0.9.0
New Feature
Add init
event
tiptap@0.8.0
New Features
- Add basic implementation for images (
ImageNode
)
tiptap@0.7.0
New Features
onUpdate
event returns now an object withstate
,getJSON()
andgetHTML()