Patch Changes
- #4267 by @zbeyens –
- Upgrade
slate
to0.114.0
- Fix: plugin
node.props.className
merging - Fix: remove redundant
data-slate-leaf
attribute from leaf components - Add
node.leafProps
to overridedata-slate-leaf
element attributes - Add
node.textProps
to overridedata-slate-node="text"
element attributes - Add
render.leaf
to render a component below leaf nodes whenisLeaf: true
andisDecoration: false
- Add
node.isDecoration
to control if a plugin's nodes can be rendered as decorated leaf
- Upgrade