v0.2.0
Changed
- BREAKING: Moves helper functions to
utils/
(#17) - BREAKING: Deprecates the Menu and MenuBar
menu
config property in favor oflist
(#20) - BREAKING: Deprecates the Tablist
tablist
config property in favor oftabs
(#20) - BREAKING: Updates the way the
componentName
and self references are managed (#21) - BREAKING: Deprecates MenuBar
onPopupStateChange
andonPopupDestroy
callbacks (#22) - Improves tracking of internal Popup state (#22)
Added
- Roving tabIndex helpers accept an HTMLCollection (#18)
- Merge nested component state with the parent component's state (#19)
Fixed
- Corrects the Popup's focusable elements' initial tabindex (#15)