Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:03
· 38 commits to main since this release

1.0.0 (2026-08-30)

⚠ BREAKING CHANGES

  • the callbacks option and the Callbacks type are gone; use
    onMove ({ action, from, to }) and the MoveAction/MoveResult/Move types.

Features

  • add createTypeahead type-to-focus (18e93e5)
  • add list loop wrapping and RTL-aware horizontal orientation (120cb7e)
  • match keys as combos with exact modifier matching (88ab1eb)
  • replace callbacks with onMove and a structured return value (c659a71)
  • skip key handling inside editable targets (161fa4f)

Bug Fixes

  • preventDefault only once a navigation target resolves (1d059f3)