Releases: ueberdosis/tiptap
Releases · ueberdosis/tiptap
[email protected]
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.
- CodeBlockHighlight was importing the full lowlight libraries, including all
[email protected]
update dependencies
[email protected]
update dependencies
[email protected]
update dependencies
[email protected]
update dependencies
[email protected]
Changed
- moved
vue
andvue-template-compiler
topeerDependencies
[email protected]
Changed
- moved
vue
andvue-template-compiler
topeerDependencies
[email protected]
New
- add
appendText
option toSuggestionsPlugin
[email protected]
New
- add
insertText
command
[email protected]
Fix
- fix dropping images (#31)