0.2.0 – Custom transforms!
Pre-release
Pre-release
Add
- Implement custom transforms support for
transformNodes
,SlateView
anduseSlateToReact
; - Add documentation for custom transforms;
- Expose
Replace<L, R>
type utility - Expose
NodeProps<T>
,LeafProps<T>
andElementProps<T>
types.
Updated
- Rename types:
Transform
->TransformImplementation
,CreateTransformResult
->Transform
,CreateLeafTransformResult
->LeafTransform
CreateElementTransformResult
->ElementTransform
Documentation can be found in readme.
All changes: v0.1.0...v0.2.0