v12.0.0
12.0.0 (2026-02-10)
⚠ BREAKING CHANGES
-
Keyboard navigation and selection now use the
useActivity() keybindings system instead of global document keydown
listeners. Consumers must register autocompleteKeybindings (or the
individual listboxKeybindings + autocomplete bindings) via
useKeybindings() at the app level for keyboard interaction to work. -
test: add KeyboardFullCycle story for virtualized scroll navigation
-
test: force e2e snapshot failure to validate CI
-
Revert "test: force e2e snapshot failure to validate CI"
This reverts commit 00e8a27.