Skip to content

Releases: ueberdosis/tiptap

[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

[email protected]

10 Sep 21:15
Compare
Choose a tag to compare

New Features

  • add clearContent() function

Fixes

  • destroy editor on beforeDestroy()

[email protected]

06 Sep 20:13
Compare
Choose a tag to compare

New Features

  • add strikeMark extension

[email protected]

06 Sep 21:00
Compare
Choose a tag to compare

New Features

  • add PlaceholderExtension

[email protected]

03 Sep 21:51
Compare
Choose a tag to compare

Fix

  • getHTML() will not return the prosemirror wrapper div anymore
  • @update will not fire on text selection change