@tiptap/vue-3
Advanced tools
Comparing version 2.0.0-beta.54 to 2.0.0-beta.55
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.55](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.54...@tiptap/vue-3@2.0.0-beta.55) (2021-08-23) | ||
### Bug Fixes | ||
* fix types for BubbleMenu and FloatingMenu props ([d3242c9](https://github.com/ueberdosis/tiptap/commit/d3242c9a0728ea0d164571a6e1eee20fb528f2d8)) | ||
# [2.0.0-beta.54](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.53...@tiptap/vue-3@2.0.0-beta.54) (2021-08-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "2.0.0-beta.54", | ||
"version": "2.0.0-beta.55", | ||
"homepage": "https://tiptap.dev", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5ee50917599866747b0ddffc89a5ef65a8987eca" | ||
"gitHead": "3664e3b1b0b14878d3dd2c59c9ba3024368b860a" | ||
} |
@@ -33,3 +33,3 @@ import { | ||
shouldShow: { | ||
type: Function as PropType<Exclude<BubbleMenuPluginProps['shouldShow'], null>>, | ||
type: Function as PropType<Exclude<Required<BubbleMenuPluginProps>['shouldShow'], null>>, | ||
default: null, | ||
@@ -36,0 +36,0 @@ }, |
@@ -33,3 +33,3 @@ import { | ||
shouldShow: { | ||
type: Function as PropType<Exclude<FloatingMenuPluginProps['shouldShow'], null>>, | ||
type: Function as PropType<Exclude<Required<FloatingMenuPluginProps>['shouldShow'], null>>, | ||
default: null, | ||
@@ -36,0 +36,0 @@ }, |
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
163195