0.7.0 - Strict mode
Pre-release
Pre-release
Add
- Introduce
strict
option forSlateVIew
,useSlateToReact
andtransformNodes
. When enabled, theid
field is required on each node. If node without anid
, theNodeNoIdFieldError
will be thrown. Strict mode does not support custom ID generators; - Expose
NoIdFieldError
class - Expose
TextNode
type.
Important: In future releases strict mode will be enabled by default and might as well become the only option.
All changes: v0.6.0...v0.7.0