Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

4.0.0

Compare
Choose a tag to compare
@rawilk rawilk released this 19 May 00:53
· 90 commits to master since this release
5b6dd62

Added

  • Added support for keyboard navigation (up and down arrows).
  • Added ability to close menu on esc.
  • Added lazy prop as an alternative to v-show.
  • Added tag prop to specify menu tag (defaults to <ul>).

Changes

  • Default menu tag is now <ul> and menu is now the top-level element.
  • Changed how the menu is styled.

Updates

  • Updated build process and project structure.
  • Ran npm audit fix to fix vulnerabilities found from dependencies.