prosemirror-model
Advanced tools
Changelog
1.6.4 (2019-01-05)
Don't output empty style attributes when a style property with a null value is present in renderSpec
.
Changelog
1.6.3 (2018-10-26)
The DOM parser now drops whitespace after BR nodes when not in whitespace-preserving mode.
Changelog
1.6.2 (2018-10-01)
Prevent ContentMatch.findWrapping
from returning node types with required attributes.
Changelog
1.6.0 (2018-07-20)
Fix issue where marks would be applied to the wrong node when parsing a slice from DOM.
Adds a new node spec property, toDebugString
, making it possible to customize your nodes' toString
behavior.
Changelog
1.5.0 (2018-05-31)
ParseRule.getContent
is now passed the parser schema as second argument.
Changelog
1.4.4 (2018-05-03)
Fix a regression where DOMParser.parse
would fail to apply mark nodes directly at the start of the input.
Changelog
1.4.3 (2018-04-27)
DOMParser.parseSlice
can now correctly parses marks at the top level again.
Changelog
1.4.2 (2018-04-15)
Remove a console.log
that was accidentally left in the previous release.