@aeaton/react-prosemirror
Advanced tools
Comparing version 0.21.1 to 0.22.0
@@ -597,3 +597,4 @@ module.exports = | ||
}, | ||
attributes: _this.props.attributes | ||
attributes: _this.props.attributes, | ||
nodeViews: _this.props.nodeViews | ||
}); | ||
@@ -1005,3 +1006,4 @@ return _this; | ||
attributes = _props2.attributes, | ||
render = _props2.render; | ||
render = _props2.render, | ||
nodeViews = _props2.nodeViews; | ||
@@ -1014,3 +1016,4 @@ | ||
render: render, | ||
onChange: this.onChange | ||
onChange: this.onChange, | ||
nodeViews: nodeViews | ||
}); | ||
@@ -1017,0 +1020,0 @@ } |
{ | ||
"name": "@aeaton/react-prosemirror", | ||
"version": "0.21.1", | ||
"version": "0.22.0", | ||
"description": "A React component for ProseMirror", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
@@ -26,3 +26,4 @@ import React from 'react' | ||
}, | ||
attributes: this.props.attributes | ||
attributes: this.props.attributes, | ||
nodeViews: this.props.nodeViews | ||
}) | ||
@@ -29,0 +30,0 @@ } |
@@ -45,3 +45,3 @@ import React from 'react' | ||
render () { | ||
const { autoFocus, options, attributes, render } = this.props | ||
const { autoFocus, options, attributes, render, nodeViews } = this.props | ||
@@ -55,2 +55,3 @@ return ( | ||
onChange={this.onChange} | ||
nodeViews={nodeViews} | ||
/> | ||
@@ -57,0 +58,0 @@ ) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52443
1284