Fix an issue in `Transform.removeMark` where the mark type was passed through to be removed instead of the mark itself.
1.2.10
Bug fixes
Fix an issue where `Transform.removeMark`, when given a mark type, would only remove the first instance from nodes that had multiple marks of the type.
1.2.9
Bug fixes
Fix an issue where `AddMarkStep` would mark inline nodes with content.
1.2.8
Bug fixes
Fix an issue where fitting a slice at the top level of the document would, in some circumstances, crash.
1.2.7
Bug fixes
Fix an issue where in some cases replace fitting would insert an additional bogus node when fitting content into nodes with strict content restrictions.
1.2.6
Bug fixes
Fix an issue where creating a replace step would sometimes fail due to unmatchable close tokens after the replaced range.