Skip to content

v0.13.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 04:01
· 90 commits to main since this release
1681ce3

Delta since previous beta (v0.13.1-beta.0) — 1 new changeset.

Patch Changes

  • Pressing an arrow key to move the cursor into a Callout or Accordion body now lands reliably. Previously the descent across the component boundary relied on the browser's native caret motion, which under load could intermittently fail to place the cursor inside the body (leaving the selection stuck outside). A deterministic handler now drives the descent for all four arrow directions (down, up, left, right).