Skip to content

v12.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 13:37
· 31 commits to master since this release

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.

Features

  • migrate to cosmoz-dropdown-next and keybindings (#223) (77e6094)