slate v0.13.0 Release Notes

Release Date: 2016-08-15 // over 7 years ago
  • BREAKING

    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! :smile:

    The renderDecorations property is gone! Decoration rendering has also been replaced by the new schema property of the <Editor>.