Skip to content

Releases: ueberdosis/tiptap

[email protected]

13 Oct 21:48
Compare
Choose a tag to compare

New

  • add floatingMenuslot (#61)

[email protected]

13 Oct 21:51
Compare
Choose a tag to compare

Fixed

  • Do not import the full lowlight library (#16, PR #62)
    • CodeBlockHighlight was importing the full lowlight libraries, including all
      syntax highlighting definitions from highlight.js. The new behavior changes the signature of
      CodeBlockHighlight to accept an object with all syntax highlighting definitions. This means that
      now the user of the library MUST import languages themselves and tiptap will no longer
      bundle the full highlight.js in itself.

[email protected]

23 Nov 10:07
Compare
Choose a tag to compare

update dependencies

[email protected]

23 Nov 10:07
Compare
Choose a tag to compare

update dependencies

[email protected]

23 Nov 10:07
Compare
Choose a tag to compare

update dependencies

[email protected]

23 Nov 10:07
Compare
Choose a tag to compare

update dependencies

[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