Skip to content

Releases: ueberdosis/tiptap

tiptap-extensions@0.16.3

01 Oct 12:26
Compare
Choose a tag to compare

Fix

  • fix dropping images (#31)

tiptap-extensions@0.16.2

30 Sep 18:22
Compare
Choose a tag to compare

Fix

  • fix suggestions for safari browser

tiptap@0.14.0

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

tiptap@0.12.0

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

tiptap-extensions@0.12.0

13 Sep 19:35
Compare
Choose a tag to compare

New Feature

  • add underline mark

tiptap@0.11.1

11 Sep 21:10
Compare
Choose a tag to compare

Fixes

  • getHTML() will not export decorations anymore

tiptap@0.11.0

10 Sep 21:15
Compare
Choose a tag to compare

New Features

  • add clearContent() function

Fixes

  • destroy editor on beforeDestroy()

tiptap-extensions@0.9.0

06 Sep 20:13
Compare
Choose a tag to compare

New Features

  • add strikeMark extension

tiptap-extensions@0.10.0

06 Sep 21:00
Compare
Choose a tag to compare

New Features

  • add PlaceholderExtension

tiptap@0.9.1

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