Merge branch 'master' into v1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tiptap",
|
||||
"version": "0.19.0",
|
||||
"version": "0.20.0",
|
||||
"description": "A rich-text editor for Vue.js",
|
||||
"homepage": "https://tiptap.scrumpy.io",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -219,6 +219,7 @@ export default {
|
||||
state: this.state,
|
||||
dispatchTransaction: this.dispatchTransaction,
|
||||
nodeViews: initNodeViews({
|
||||
parent: this,
|
||||
nodes: this.views,
|
||||
editable: this.editable,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user