prosemirror-history
Advanced tools
Comparing version 0.20.0 to 0.21.0
@@ -336,3 +336,3 @@ var RopeSequence = require("rope-sequence") | ||
// plugin will track undo and redo stacks, which the | ||
// [`undo`](##history.undo) and [`redo`](##history.redo) commands can | ||
// [`undo`](#history.undo) and [`redo`](#history.redo) commands can | ||
// use to move the state back and forward. | ||
@@ -345,3 +345,3 @@ // | ||
// example, not the changes made by other users). You can set an | ||
// `"addToHistory"` [metadata property](##state.Transaction.setMeta) | ||
// `"addToHistory"` [metadata property](#state.Transaction.setMeta) | ||
// of `false` on a transaction to prevent it from being rolled back by | ||
@@ -348,0 +348,0 @@ // undo. |
{ | ||
"name": "prosemirror-history", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "Undo history for ProseMirror", | ||
@@ -19,4 +19,4 @@ "main": "dist/history.js", | ||
"dependencies": { | ||
"prosemirror-state": "^0.20.0", | ||
"prosemirror-transform": "^0.20.0", | ||
"prosemirror-state": "^0.21.0", | ||
"prosemirror-transform": "^0.21.0", | ||
"rope-sequence": "^1.2.0" | ||
@@ -29,4 +29,4 @@ }, | ||
"rimraf": "^2.5.4", | ||
"prosemirror-model": "^0.20.0", | ||
"prosemirror-test-builder": "^0.20.0" | ||
"prosemirror-model": "^0.21.0", | ||
"prosemirror-test-builder": "^0.21.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
@@ -335,3 +335,3 @@ const RopeSequence = require("rope-sequence") | ||
// plugin will track undo and redo stacks, which the | ||
// [`undo`](##history.undo) and [`redo`](##history.redo) commands can | ||
// [`undo`](#history.undo) and [`redo`](#history.redo) commands can | ||
// use to move the state back and forward. | ||
@@ -344,3 +344,3 @@ // | ||
// example, not the changes made by other users). You can set an | ||
// `"addToHistory"` [metadata property](##state.Transaction.setMeta) | ||
// `"addToHistory"` [metadata property](#state.Transaction.setMeta) | ||
// of `false` on a transaction to prevent it from being rolled back by | ||
@@ -347,0 +347,0 @@ // undo. |
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
37795
+ Addedprosemirror-model@0.21.0(transitive)
+ Addedprosemirror-state@0.21.0(transitive)
+ Addedprosemirror-transform@0.21.1(transitive)
- Removedprosemirror-model@0.20.0(transitive)
- Removedprosemirror-state@0.20.0(transitive)
- Removedprosemirror-transform@0.20.0(transitive)
Updatedprosemirror-state@^0.21.0