[`DOMParser.parseSlice`](https://prosemirror.net/docs/ref/#model.DOMParser.parseSlice) can now correctly parses marks at the top level again.
1.4.2
Bug fixes
Remove a `console.log` that was accidentally left in the previous release.
1.4.1
Bug fixes
`DOMParser` can now parse marks on block nodes.
1.4.0
New features
[`ContentMatch.defaultType`](https://prosemirror.net/docs/ref/#model.ContentMatch.defaultType), a way to get a matching node type at a content match position, is now public.
1.3.4
Bug fixes
Make sure that constructing an empty `StepMap` returns `StepMap.empty`.
1.3.3
Bug fixes
Fix an inconsistency in `deleteRange` where it would delete the parent node for ranges covering all textblocks in a given parent.