v0.3.0
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 wherearia-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