Major Changes
-
#4695 by @felixfeng33 – Moved static rendering functionality to
@platejs/core/static
/platejs/static
to make@platejs/core
/platejs
React-free.Migration
To migrate, update your imports fromplatejs
toplatejs/static
for all static rendering features listed below:createStaticEditor
,CreateStaticEditorOptions
- Create static editor instanceserializeHtml
,SerializeHtmlOptions
- Serialize editor content to HTML stringPlateStatic
,PlateStaticProps
- Main static editor componentSlateElement
,SlateElementProps
- Static element componentSlateText
,SlateTextProps
- Static text componentSlateLeaf
,SlateLeafProps
- Static leaf componentgetEditorDOMFromHtmlString