Skip to content

Releases: udecode/plate

@udecode/[email protected]

14 Jan 01:28
c94f133

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 18:56
c5f716e

Choose a tag to compare

Minor Changes

  • #3980 by @zbeyens – Fix / Breaking change:

    • Fixes #3978
    • Fixes #3320
    • Add @emoji-mart/data to your dependencies, then configure your EmojiPlugin:
    EmojiPlugin.configure({ options: { data: emojiMartData as any } });

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

@udecode/[email protected]

14 Jan 13:17
d50b73c

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes

  • #3943 by @felixfeng33editor.api.html.deserialize: Support deserialization from PlateStatic.

    New: getEditorDOMFromHtmlString returns the editor element in html string (the one with data-slate-editor="true").

    New utilities for checking Slate nodes in HTML:

    • isSlateVoid: Check if an HTML element is a Slate void node
    • isSlateElement: Check if an HTML element is a Slate element node
    • isSlateString: Check if an HTML element is a Slate string node
    • isSlateLeaf: Check if an HTML element is a Slate leaf node
    • isSlateNode: Check if an HTML element is any type of Slate node
    • isSlatePluginElement: Check if an HTML element is a Slate element node with a specific plugin key
    • isSlatePluginNode: Check if an HTML element has a specific plugin key class
    • getSlateElements: Get all Slate element nodes in an HTML element

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes

@udecode/[email protected]

14 Jan 01:27
c94f133

Choose a tag to compare

Patch Changes