Skip to content

Releases: ueberdosis/tiptap

[email protected]

04 Oct 06:46
Compare
Choose a tag to compare

Changed

  • moved vue and vue-template-compiler to peerDependencies

[email protected]

04 Oct 06:46
Compare
Choose a tag to compare

Changed

  • moved vue and vue-template-compiler to peerDependencies

[email protected]

02 Oct 21:09
Compare
Choose a tag to compare

New

  • add appendText option to SuggestionsPlugin

[email protected]

02 Oct 21:08
Compare
Choose a tag to compare

New

  • add insertText command

[email protected]

01 Oct 12:26
Compare
Choose a tag to compare

Fix

  • fix dropping images (#31)

[email protected]

30 Sep 18:22
Compare
Choose a tag to compare

Fix

  • fix suggestions for safari browser

[email protected]

29 Sep 11:31
Compare
Choose a tag to compare

New Features

  • add support for suggestions (useful for mentions or hashtags)
    • add MentionNode()
    • add SuggestionsPlugin()
    • add replaceText command
    • add setInlineBlockType command

[email protected]

19 Sep 13:28
Compare
Choose a tag to compare

New Features

  • changes of ´doc´ will nor re-render the editor
  • there is a setContent() function for updating the content programmatically

[email protected]

13 Sep 19:35
Compare
Choose a tag to compare

New Feature

  • add underline mark

[email protected]

11 Sep 21:10
Compare
Choose a tag to compare

Fixes

  • getHTML() will not export decorations anymore