prosemirror-transform
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -0,1 +1,7 @@ | ||
## 1.0.9 (2018-04-05) | ||
### Bug fixes | ||
Fix a bug that made [`replaceStep`](https://prosemirror.net/docs/ref/#transform.replaceStep) unable to generate wrapper nodes in some circumstances. | ||
## 1.0.8 (2018-04-04) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-transform", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "ProseMirror document transformations", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -295,2 +295,3 @@ import {Fragment, Slice} from "prosemirror-model" | ||
!(parent && wrap.length && wrap[wrap.length - 1] == parent.type)) { | ||
while (this.open.length - 1 > d) this.closeNode() | ||
for (let w = 0; w < wrap.length; w++) { | ||
@@ -297,0 +298,0 @@ open.match = open.match.matchType(wrap[w]) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
277869
2948