Fixed
1.1.8
Sidebar keyboard navigation
Arrow keys now move between sidebar items, and collapsed groups are correctly skipped by the tab order.
The sidebar previously exposed every item to the tab order regardless of whether its group was collapsed, which meant tabbing through a long sidebar landed on invisible links.
Collapsed groups are removed from the tab order.
Up and down arrows move between visible items.
aria-expandedis now set on every group toggle.