-
Notifications
You must be signed in to change notification settings - Fork 393
Changelog
Jason Weaver edited this page Nov 21, 2013
·
3 revisions
- Cleaning up hovers
- Adding prefix to
show
classes:flexnav-show
reference ticket - Fixing small-to-large-screen hover bug reference ticket
- Adding option for Calculating number of top level nav items with js - defaults to false
- Removed touchstart for fast clicks—possible cause of problems in some Android browsers.
- Changed css to not show menu by default. This will hide the menu if users don't have js. Need to work on better fix but for now devs are wanting this.
- Adds timeout flags to aid in stopping double touch/click events for some Android browsers
- Fixes hover out bug if user clicks arrow on large screens
- Added support for hoverIntent jQuery Plugin
- Fixed several touch/tap reveal bugs for touch screens
- Support jQuery noConflict mode
- Added support for multiple flexnavs on one page
- Fixed IE8 hover reveal bug
- Changed license to http://unlicense.org/
- Using Grunt for tasks now
- Reverting back to jQuery animations
- No longer supporting em units due to miscalculations during testing
- Fixed tabbed accessibility bug
- Better animation support using css transitions
- touch events added to get rid of 300ms delay on touch screens
- IE 7/8 large screen bug fixes
- Reverted back to no full responsive support for old IE
- Added full responsive support for IE 7/8 (not tested)
- Added support for em units
- Updated the way FlexNav hides and shows menu. Using a class
.show
and css transitions instead of js - Update fixes bug where menu closed when user users scroll on small screens
- Added the ability to have FlexNav on a one page site. Nav links are anchors to single page content. Need to add
.one-page
class tobody
,.menu-button
, and FlexNavul
. - Updated js to close mobile menu when one-page FlexNav anchor links are clicked/tapped.
- Fixed bug where keyboard accessibility didn't work after mousenter/mouseleave
- Use data attribute on element to set breakpoint instead of plugin option (more flexible if wanting a single column flexnav or two flexnavs on one page)
- Adding support for js mousenter/mouseleave
- Falls back to :hover with no js
- Moved adding .sm/.lg-screen from
body
to.flexnav
element - Moved adding flexNav-touch/-no-touch from
html
to.flexnav
element - Removed superfluous classes from markup (
.first-level
,.second-level
,.sub-menu
) - Cleaned up sass/css
- Using class name instead of id for example (
#nav
changed to.flexnav
)
- Rethinking using js hover events. Reverted back and now issue regarding Click vs. mouse over is reopened
- Added Support for keyboard tab input accessibility. Hat tip alliwagner https://github.com/alliwagner/flexnav/blob/852cd7838aebe635df43d6e8c32e4b9cbf4d74d9/index.html
- Fixed bug where nav doesn't open on hover after clicking drop arrow: Click vs. mouse over
- Added CSS support and markup conditionals for IE7/8
- Added in span elements via js for touch targets on touch screens
- Aded unicode navicon instead of image
- Fixed recursive sub-menu bug that didn't allow users to open/close 3rd/4th level sub-menus on small screens
- Using Sass, Jade and CoffeeScript for preprocessing and compiling
- Started adding class names via js
- Got rid of js that closes menu after click/touch of menu links (caused more trouble than it was worth leaving it in)
- Started support for multi-level sub menus
- Close menu after click/touch of menu links (makes sense for single page navigation with anchors)
- Changed to jQuery Plugin
- No more Modernizr - Uses a simple function to detect touch screens