Skip to content

v0.2.0

Compare
Choose a tag to compare
@goodguyry goodguyry released this 31 Dec 01:53
· 554 commits to master since this release

Changed

  • BREAKING: Moves helper functions to utils/ (#17)
  • BREAKING: Deprecates the Menu and MenuBar menu config property in favor of list (#20)
  • BREAKING: Deprecates the Tablist tablist config property in favor of tabs (#20)
  • BREAKING: Updates the way the componentName and self references are managed (#21)
  • BREAKING: Deprecates MenuBar onPopupStateChange and onPopupDestroy 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)