prosemirror-gapcursor
Advanced tools
Changelog
1.1.3 (2020-01-22)
Fix a crash in documents that have a textblock as top node.
Changelog
1.1.2 (2019-11-20)
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
Changelog
1.1.1 (2019-11-19)
The file referred to in the package's module
field now is compiled down to ES5.
Changelog
1.0.2 (2018-03-15)
Throw errors, rather than constructing invalid objects, when deserializing from invalid JSON data.
Changelog
1.0.1 (2018-02-16)
Prevent issue where clicking on a selectable node near a valid gap cursor position would create a gap cursor rather than select the node.
Changelog
1.0.0 (2017-10-13)
Valid gap cursor positions are not determined in a way that allows them inside nested nodes. By default, any position where a textblock can be inserted is valid gap cursor position.
Nodes can override whether they allow gap cursors with the allowGapCursor
property in their spec.