prosemirror-history
Advanced tools
Changelog
1.1.0 (2019-11-08)
Prevents appended transactions from starting a new event group, even if they were created a while after the previous transaction.
Add a module
field to package json file.
Changelog
1.0.4 (2019-02-19)
Fix a bug that corrupted selection data in the history when applying remote steps in some cases.
Changelog
1.0.3 (2018-10-08)
Appending a transaction to an undo transaction will no longer immediately clear the redo history.
When handling appended transactions, the history will keep the last step in the original transaction, not the one from the appended transaction, for testing whether a subsequent transaction is adjacent to the previous one.
Changelog
1.0.2 (2018-03-13)
Fix a bug that could corrupt the history when rebasing changes because of collaborative editing.
Changelog
1.0.1 (2018-03-05)
Fix crash that could occur (in specific circumstance) when redoing.
Changelog
0.24.0 (2017-09-25)
It is no longer necessary to manually enable the preserveItems
option to the history plugin when using collaborative editing. (This behavior is now automatically enabled when necessary.)