@platejs/ai@50.3.5
- #4676 by @felixfeng33 –
- Fix poor AI generation quality when blockSelecting.
@platejs/selection@50.3.4
- #4673 by @felixfeng33 – Fixed AI menu not opening when blocks are selected by updating
onKeyDownSelecting
callback to include editor parameter
@platejs/suggestion@50.3.3
- #4658 by @felixfeng33 – Fix: Properly unset transient suggestion key when accepting or rejecting suggestions
@platejs/ai@50.3.3
- #4670 by @felixfeng33 – Fix list diff issue
@platejs/floating@50.3.2
-
#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.
@platejs/dnd@50.3.1
- #4657 by @sneridagh – Fixed support for dnd a node into another editor, it removes now the node from origin editor.
@platejs/excalidraw@50.3.0
- #4654 by @electroluxcode – upgrade @excalidraw/excalidraw to fix broken & fix onchange fn
@platejs/link@50.2.7
780eb65
by @felixfeng33 – Fix link conflict with floating toolbar #4651