@tiptap/vue-2
Advanced tools
Comparing version 2.0.0-beta.59 to 2.0.0-beta.60
@@ -10,4 +10,4 @@ import { ParseOptions } from 'prosemirror-model'; | ||
insertContent: (value: Content, options?: { | ||
parseOptions: ParseOptions; | ||
updateSelection: boolean; | ||
parseOptions?: ParseOptions; | ||
updateSelection?: boolean; | ||
}) => ReturnType; | ||
@@ -14,0 +14,0 @@ }; |
@@ -10,4 +10,4 @@ import { ParseOptions } from 'prosemirror-model'; | ||
insertContentAt: (position: number | Range, value: Content, options?: { | ||
parseOptions: ParseOptions; | ||
updateSelection: boolean; | ||
parseOptions?: ParseOptions; | ||
updateSelection?: boolean; | ||
}) => ReturnType; | ||
@@ -14,0 +14,0 @@ }; |
{ | ||
"name": "@tiptap/vue-2", | ||
"description": "Vue components for tiptap", | ||
"version": "2.0.0-beta.59", | ||
"version": "2.0.0-beta.60", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.41", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.35", | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.42", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.36", | ||
"prosemirror-view": "^1.20.3" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "8a14131d7a3801337bf22d5aac71ac022e3d111d" | ||
"gitHead": "9948e2499a3aa6ca72b677ef2ca96de1db1cb6b5" | ||
} |
247356