Skip to content

0.13.0

Compare
Choose a tag to compare
@ianstormtaylor ianstormtaylor released this 22 Nov 02:39
· 3426 commits to main since this release
BREAKING CHANGES
  • The renderNode and renderMark properties are gone! Previously, rendering nodes and marks happened via these two properties of the <Editor>, but this has been replaced by the new schema property. Check out the updated examples to see how to define a schema! There's a good chance this eliminates extra code for most use cases! 😄
  • The renderDecorations property is gone! Decoration rendering has also been replaced by the new schema property of the <Editor>.