Skip to content

Releases: christophery/pushy

1.4.0

29 Dec 01:43
Compare
Choose a tag to compare
  • Renamed data-menu-btn-class attribute to data-menu-btn-selector (58a59b6)
  • Added the data-container-selector attribute #133.
  • Updated deprecated event handlers. (6a130bf)
  • jQuery 3.x support.

1.3.0

25 Jun 22:40
c28033d
Compare
Choose a tag to compare
  • Added the data-menu-btn-class attribute #131
  • Updated README.md with Development, NPM and Options sections.

1.2.0

24 Apr 22:30
e2797ef
Compare
Choose a tag to compare
  • Added support for a 3rd level submenu #129
  • Removed bower.json
  • Updated demo

1.1.2

29 Aug 23:21
Compare
Choose a tag to compare
  • Fixed formatting issues in README.md
  • Added repository + license to package.json

1.1.1

29 Aug 23:03
Compare
Choose a tag to compare
  • Published package to NPM.
  • Removed Bower support.
  • Updated demo & personal site links.

1.1.0

30 Jan 23:44
Compare
Choose a tag to compare
  • 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

1.0.0

02 Mar 00:48
Compare
Choose a tag to compare
  • Added auto-collapsable submenus.
  • Added .pushy-right CSS class for right sided menu position.
  • Added SCSS files.
  • Added menu width SCSS variable.
  • Updated click event listeners.
  • Updated demo file.
  • Updated browser compatibility.
  • Removed unneeded CSS browser prefixes.
  • Consolidated menu state CSS classes.
  • Fixed brief menu visibility.

0.9.2

22 Sep 01:32
Compare
Choose a tag to compare
  • Removed modernizr dependency.
  • Updated site overlay with color + smoother transition.
  • Cleaned up the CSS a bit.
  • Dropped support for IE 7 & 8.

0.9.1

18 Sep 14:47
Compare
Choose a tag to compare
  • Added support for more menu items (with scroll bar).
  • Added the .push CSS class. This adds pushy support to additional HTML elements outside of the container div.
  • Fixed menu transition.
  • Tested in iOS 7.
  • Updated the demo file.

0.9.0

08 Jul 22:38
Compare
Choose a tag to compare
  • Added a site overlay when Pushy is toggled
  • Fixed horizonal scroll bar issue on mobile devices
  • Disabled webkit tap highlight
  • Rejiggered the JS file
  • Updated to jQuery 1.10.1
  • Updated the demo file