prosemirror-transform
Advanced tools
Changelog
0.12.1 (2016-11-01)
Fix bug in Transform.setBlockType
when used in a transform that already has steps.
Changelog
0.12.0 (2016-10-21)
Mapped positions now count as deleted when the token to the
side specified by the assoc
parameter is deleted, rather than when
both tokens around them are deleted. (This is usually what you already
wanted anyway.)