@tiptap/vue-3
Advanced tools
Comparing version 2.0.0-beta.45 to 2.0.0-beta.46
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.46](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.45...@tiptap/vue-3@2.0.0-beta.46) (2021-07-26) | ||
**Note:** Version bump only for package @tiptap/vue-3 | ||
# [2.0.0-beta.45](https://github.com/ueberdosis/tiptap/compare/@tiptap/vue-3@2.0.0-beta.44...@tiptap/vue-3@2.0.0-beta.45) (2021-06-23) | ||
@@ -8,0 +16,0 @@ |
@@ -14,2 +14,5 @@ import { PropType } from 'vue'; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
editor?: unknown; | ||
tippyOptions?: unknown; | ||
} & { | ||
editor: import("@tiptap/core").Editor; | ||
@@ -16,0 +19,0 @@ tippyOptions: Partial<import("tippy.js").Props> | undefined; |
@@ -11,2 +11,4 @@ import { Ref, PropType, DefineComponent } from 'vue'; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
editor?: unknown; | ||
} & { | ||
editor: Editor; | ||
@@ -13,0 +15,0 @@ } & {}>, { |
@@ -14,2 +14,5 @@ import { PropType } from 'vue'; | ||
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
editor?: unknown; | ||
tippyOptions?: unknown; | ||
} & { | ||
editor: import("@tiptap/core").Editor; | ||
@@ -16,0 +19,0 @@ tippyOptions: Partial<import("tippy.js").Props> | undefined; |
@@ -7,2 +7,4 @@ export declare const NodeViewContent: import("vue").DefineComponent<{ | ||
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
as?: unknown; | ||
} & { | ||
as: string; | ||
@@ -9,0 +11,0 @@ } & {}>, { |
@@ -7,2 +7,4 @@ export declare const NodeViewWrapper: import("vue").DefineComponent<{ | ||
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ | ||
as?: unknown; | ||
} & { | ||
as: string; | ||
@@ -9,0 +11,0 @@ } & {}>, { |
{ | ||
"name": "@tiptap/vue-3", | ||
"description": "Vue components for tiptap", | ||
"version": "2.0.0-beta.45", | ||
"version": "2.0.0-beta.46", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,9 +27,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.24", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.18", | ||
"@tiptap/extension-bubble-menu": "^2.0.0-beta.25", | ||
"@tiptap/extension-floating-menu": "^2.0.0-beta.19", | ||
"prosemirror-state": "^1.3.4", | ||
"prosemirror-view": "^1.18.8", | ||
"prosemirror-view": "^1.18.11", | ||
"vue": "^3.0.0" | ||
}, | ||
"gitHead": "84d732f7a579e6ceea1489a54d596c16b796e250" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ueberdosis/tiptap", | ||
"directory": "packages/vue-3" | ||
}, | ||
"gitHead": "345ea8cf8abba6422dabc6e548594fb8e2c30409" | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
145990
248827
1900
0
67
+ Added@babel/parser@7.26.9(transitive)
+ Added@babel/types@7.26.9(transitive)
- Removed@babel/parser@7.26.8(transitive)
- Removed@babel/types@7.26.8(transitive)
Updatedprosemirror-view@^1.18.11