@tiptap/vue-2
Advanced tools
Comparing version
@@ -52,2 +52,11 @@ import { Editor } from '@tiptap/core'; | ||
/** | ||
* The DOM element to append your menu to. Default is the editor's parent element. | ||
* | ||
* Sometimes the menu needs to be appended to a different DOM context due to accessibility, clipping, or z-index issues. | ||
* | ||
* @type {HTMLElement} | ||
* @default null | ||
*/ | ||
appendTo?: HTMLElement; | ||
/** | ||
* The options for the bubble menu. Those are passed to Floating UI and include options for the placement, offset, flip, shift, arrow, size, autoPlacement, | ||
@@ -54,0 +63,0 @@ * hide, and inline middlewares. |
{ | ||
"name": "@tiptap/vue-2", | ||
"description": "Vue components for tiptap", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"homepage": "https://tiptap.dev", | ||
@@ -46,13 +46,13 @@ "keywords": [ | ||
"vue": "^2.7.16", | ||
"@tiptap/core": "^3.0.8", | ||
"@tiptap/pm": "^3.0.8" | ||
"@tiptap/pm": "^3.0.9", | ||
"@tiptap/core": "^3.0.9" | ||
}, | ||
"optionalDependencies": { | ||
"@tiptap/extension-bubble-menu": "^3.0.8", | ||
"@tiptap/extension-floating-menu": "^3.0.8" | ||
"@tiptap/extension-bubble-menu": "^3.0.9", | ||
"@tiptap/extension-floating-menu": "^3.0.9" | ||
}, | ||
"peerDependencies": { | ||
"vue": "^2.6.0", | ||
"@tiptap/core": "^3.0.8", | ||
"@tiptap/pm": "^3.0.8" | ||
"@tiptap/core": "^3.0.9", | ||
"@tiptap/pm": "^3.0.9" | ||
}, | ||
@@ -59,0 +59,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
550818
0.38%5922
0.29%