Merge branch 'master' into v1.0

This commit is contained in:
Philipp Kühn
2018-11-05 20:58:09 +01:00
5 changed files with 9 additions and 4 deletions

View File

@@ -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",

View File

@@ -219,6 +219,7 @@ export default {
state: this.state,
dispatchTransaction: this.dispatchTransaction,
nodeViews: initNodeViews({
parent: this,
nodes: this.views,
editable: this.editable,
}),