prosemirror-collab
Advanced tools
Changelog
1.3.1 (2023-05-17)
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Changelog
1.2.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.2.1 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.
Changelog
1.1.2 (2019-05-29)
Fix an issue where in mapSelectionBackward
mode, the plugin flipped the head and anchor of the selection, leading to selection glitches during collaborative editing.
Changelog
1.1.1 (2018-10-09)
Fix issue where mapSelectionBackward
didn't work because of a typo.
Changelog
1.1.0 (2018-08-21)
receiveTransaction
now supports a mapSelectionBackward
option that makes it so that text selections are mapped to stay in place when remote changes insert content at their position.