Skip to content

1.1.0

Compare
Choose a tag to compare
@christophery christophery released this 30 Jan 23:44
· 50 commits to master since this release
  • Accessibility (a11y) enhancements:
    • Can access and use menu with keyboard navigation.
    • Can use the escape key to close the menu when opened.
    • Changed the empty submenu links to buttons.
    • Added data-focus attribute to allow user to specify a link to focus on when menu is opened.
    • Added .pushy-content element to menu structure (fixes visibility flickering).
    • Changed .menu-btn div to button.
  • Removed some redundant CSS classes from pushy.css.
  • Removed toggleSubmenuFallback function, older browsers will use toggleSubmenu instead.
  • Fixed issue #88