Skip to content

v0.3.0

Compare
Choose a tag to compare
@goodguyry goodguyry released this 02 May 00:00
· 484 commits to master since this release

Changed

  • Uses aria-hidden="false" rather than removing the attribute (#28)
  • Uses documented methods for nested classes (4e58d45)

Added

  • Menu submenus can be instantiated as Disclosures by passing collapse: true (#27)
  • Uses the hidden attribute where aria-hidden="true" (#29)
  • Documents additional class properties (#34)
  • Adds a helper function for getting the first and last item from an Array or NodeList (#35)

Removed

  • Menu and MenuBar components no longer require the aria-describedby help text (#33)

Fixed

  • Updates NPM dependencies (#25)
  • Corrects issues with the reliability of destroy methods (#26 & #31)
  • Updates NPM dependencies (...again) (#36)

BREAKING CHANGES

  • MenuBar no longer tracks internal Popup state (51ab17c)
  • Corrects ambiguity with native DOM firstChild and lastChild properties (4795b2a, 1312a99)