Releases: christophery/pushy
Releases · christophery/pushy
2.0.0
A complete rewrite using vanilla javascript, removing the jQuery dependency. Big thanks to @brodiefarrell for this release.
- IE 7-9 browser support removed, please use 1.4.0 if you require IE browser support
- Rewritten with the aim to have 100% feature parity and backwards compatibility with version 1.4.0
- Support for deeply nested submenus 3+ levels
- Updated Grunt install to modern supported version
- Demo file updated to work with new version
- Removed
.pushy-link
CSS class - Updated
#container
to.container
- Removed
data-container-selector
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.