udecode/plate
 Watch   
 Star   
 Fork   
6 hours ago
plate

@platejs/ai@50.3.5

Patch Changes

8 days ago
plate

@platejs/selection@50.3.4

Patch Changes

  • #4673 by @felixfeng33 – Fixed AI menu not opening when blocks are selected by updating onKeyDownSelecting callback to include editor parameter
8 days ago
plate

@platejs/suggestion@50.3.3

Patch Changes

  • #4658 by @felixfeng33 – Fix: Properly unset transient suggestion key when accepting or rejecting suggestions
8 days ago
plate

@platejs/ai@50.3.3

Patch Changes

9 days ago
plate

@platejs/floating@50.3.2

Patch Changes

  • #4646 by @narraje – Fix: Resolve infinite loop in useFloatingToolbar hook (v2) Problem: The floating toolbar was causing infinite re-renders under certain conditions, leading to performance issues and potential browser hangs. This occurred when users interacted with text selections while the toolbar was visible.

    WHY the change was made:

    • Infinite re-rendering was caused by the open dependency in the useEffect hook.
    • The open dependency was removed and the setOpen function was called with a functional update to access the previous state.

    HOW a consumer should update their code:

    • No action required. The change is internal and does not affect consumer code.
14 days ago
plate

@platejs/dnd@50.3.1

Patch Changes

  • #4657 by @sneridagh – Fixed support for dnd a node into another editor, it removes now the node from origin editor.
17 days ago
plate

@platejs/excalidraw@50.3.0

Minor Changes

17 days ago
plate

@platejs/link@50.2.7

Patch Changes