v53.3.1
m87-labs/moondreamv53.3.1Jun 30, 2026by zbeyens
AI Summary
This patch release fixes a bug in the Floating Link component where it would submit prematurely during input composition on Safari with Japanese IME.
Key Highlights
- Fixes Floating Link submission on Safari + Japanese IME
- Handles KeyCode 229 with isComposing false to prevent mid-composition submission
- Mirrors existing Enter guard logic used in cmdk
New Features
- Bug fix for Floating Link behavior
Full Release Notes
## `@platejs/link` ### Patch Changes - [`df0996f810d69f1d6660dbeac2a4cceda1d5e6dd`](https://github.com/udecode/plate/commit/df0996f810d69f1d6660dbeac2a4cceda1d5e6dd) – Fix Floating Link: ignore the Safari + Japanese IME composition-commit Enter (`keyCode === 229`, where `isComposing` is false) so it no longer submits the link mid-composition. Mirrors the Enter guard already used in `cmdk`. Full changelog: [`v53.3.0...v53.3.1`](https://github.com/udecode/plate/compare/v53.3.0...v53.3.1)