Skip to main content

· v0.3.6

Faster Command Menu navigation

Improved interaction performance when browsing large command lists.

Improved

Command Menu memoizes rows and delegates pointer and focus events. Moving the active highlight no longer requires a React state update for every row interaction, keeping large lists more responsive.

Fixed

Corrected Command Menu highlight behavior when a menu opens beneath the pointer and when focus moves between items.