prosemirror-history
Advanced tools
Changelog
0.12.1 (2016-11-01)
Fix crash in undo or redo commands when the history is empty.
Changelog
0.12.0 (2016-10-21)
The history
export is now a function
that creates a history plugin, rather than a plugin instance.
Add a
newGroupDelay
plugin
option. This brings back the behavior where pausing between edits will
automatically cause the history to put subsequent changes in a new
undo event.