Releases: christophery/pushy
Releases · christophery/pushy
1.4.0
1.3.0
1.2.0
1.1.2
- Fixed formatting issues in README.md
- Added repository + license to package.json
1.1.1
- Published package to NPM.
- Removed Bower support.
- Updated demo & personal site links.
1.1.0
- 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 usetoggleSubmenu
instead. - Fixed issue #88
1.0.0
- 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
- 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
- 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
- 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