prosemirror-commands
Advanced tools
Changelog
1.0.3 (2017-12-19)
Fix issue where joinBackward
would sometimes create an invalid selection.
Changelog
1.0.2 (2017-11-21)
splitBlock
no longer crashes when used in a block that's it's parent node's only allowed child.
Changelog
1.0.0 (2017-10-13)
The setBlockType
command can now be used to change the types of multiple selected textblocks (rather than only one).
The platform-dependent versions of the base keymap are now exported separately as pcBaseKeymap
and macBaseKeymap
.
Changelog
0.23.0 (2017-09-13)
joinForward
and joinBackward
no longer fall back to selecting the next node when no other behavior is possible. There are now separate commands selectNodeForward
and selectNodeBackward
that do this, which the base keymap binds as fallback behavior.
baseKeymap
no longer binds keys for joinUp
, joinDown
, lift
, and selectParentNode
.
New commands selectNodeForward
and selectNodeBackward
added.
Changelog
0.20.0 (2017-04-03)
The new selectAll
command, bound to Mod-a in the base keymap, sets the selection to an AllSelection
.