@tiptap/vue-3
Advanced tools
Comparing version 2.0.0-beta.50 to 2.0.0-beta.51
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.51](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.50...@tiptap/vue-3@2.0.0-beta.51) (2021-08-13) | ||
### Bug Fixes | ||
* rename key to pluginKey for menus ([89d26f7](https://github.com/ueberdosis/tiptap/commit/89d26f7cba2a115aa342f0ee621f0b65c840dfb8)) | ||
# [2.0.0-beta.50](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.49...@tiptap/vue-3@2.0.0-beta.50) (2021-08-12) | ||
@@ -8,0 +19,0 @@ |
@@ -15,3 +15,3 @@ 'use strict'; | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -38,3 +38,3 @@ default: 'bubbleMenu', | ||
editor.registerPlugin(extensionBubbleMenu.BubbleMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -183,3 +183,3 @@ element: root.value, | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -206,3 +206,3 @@ default: 'floatingMenu', | ||
editor.registerPlugin(extensionFloatingMenu.FloatingMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -209,0 +209,0 @@ element: root.value, |
@@ -12,3 +12,3 @@ import { Editor as Editor$1, NodeView } from '@tiptap/core'; | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -35,3 +35,3 @@ default: 'bubbleMenu', | ||
editor.registerPlugin(BubbleMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -180,3 +180,3 @@ element: root.value, | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -203,3 +203,3 @@ default: 'floatingMenu', | ||
editor.registerPlugin(FloatingMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -206,0 +206,0 @@ element: root.value, |
@@ -12,3 +12,3 @@ (function (global, factory) { | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -35,3 +35,3 @@ default: 'bubbleMenu', | ||
editor.registerPlugin(extensionBubbleMenu.BubbleMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -180,3 +180,3 @@ element: root.value, | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -203,3 +203,3 @@ default: 'floatingMenu', | ||
editor.registerPlugin(extensionFloatingMenu.FloatingMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -206,0 +206,0 @@ element: root.value, |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "2.0.0-beta.50", | ||
"version": "2.0.0-beta.51", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.27", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.21", | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.28", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.22", | ||
"prosemirror-state": "^1.3.4", | ||
@@ -39,3 +39,3 @@ "prosemirror-view": "^1.18.11", | ||
}, | ||
"gitHead": "6547ced826f66a540c30c1dcf9b8add1c97a5ff0" | ||
"gitHead": "bcc823405078273b6ff1bf611f4321fe70d61739" | ||
} |
@@ -17,3 +17,3 @@ import { | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<BubbleMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -51,3 +51,3 @@ default: 'bubbleMenu', | ||
editor.registerPlugin(BubbleMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -54,0 +54,0 @@ element: root.value as HTMLElement, |
@@ -17,3 +17,3 @@ import { | ||
// TODO: TypeScript breaks :( | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['key'], string>>], | ||
// type: [String, Object as PropType<Exclude<FloatingMenuPluginProps['pluginKey'], string>>], | ||
type: [String, Object], | ||
@@ -51,3 +51,3 @@ default: 'floatingMenu', | ||
editor.registerPlugin(FloatingMenuPlugin({ | ||
key: pluginKey, | ||
pluginKey, | ||
editor, | ||
@@ -54,0 +54,0 @@ element: root.value as HTMLElement, |
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
162201