# THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO pushMenu.

## v2.0.8
 - FIX: Having 100% height set on the wrapper should only be applied when open

## v2.0.7
 - FIX: Bumping package.json and bower.json versions

## v2.0.6
 - FIX: Building source

## v2.0.5
 - ADD: Adding option to scroll to top of menu when moving between levels
 - ADD: bower.json updated with primary acting files to run pushMenu
 - ADD: Update the docs with the package management instructions

## v2.0.4
 - FIX: Bumping package.json version

## v2.0.3
 - FIX: Bumping bower.json version

## v2.0.2
 - FIX: Menu levels not being set correctly
 - ADD: Additional documentation added
 - ADD: Todo list added to docs

## v2.0.1
 - FIX: Degrade IE8 gracefully
 - FiX: Remove some stray debug code

## v2.0.0
 - ADD: Major release change
 - FIX: Refactor HTML
 - FIX: Fixes for IE9 added
 - ADD: Improve example styling

## v1.1.0
 - FIX: Now supports multiple levels

## v1.0.3
 - FIX: Allow the wrapper to be configured and to be a jquery object
 - FIX: Move docs around in the plugin code
 - FIX: Update incorrectly labeled title attr
 - FIX: Show all the configuration options
 - ADD: Minified versions of js

## v1.0.2
 - FIX: Updated package.json to match npm guidelines
 - FIX: Updated bower.json to match bower guidelines

## v1.0.1
 - FIX: Unmarked bower package as private
 - FIX: Upated name in package.json to keep everything consistent

## v1.0.0
 - ADD: Basic demo html page setup for

## v0.1.2
 - ADD: pushMenu task runners set
 - ADD: pushMenu core javascript
 - ADD: pushMenu utilities (mixins / functions)
 - ADD: pushMenu core scss
 - FIX: Missing npm dependencies added
 - FIX: Restructure project with src and dist dirs

## v0.1.1
 - ADD: pushMenu CSS file created
 - ADD: pushMenu JS file created
 - ADD: pushMenu SASS file created
 - ADD: pushMenu index.html file created

## v0.1.0
 - ADD: bower dependencies added
 - ADD: package.json added for task management dependencies
 - ADD: Gruntfile.js for task runners
 - ADD: .gitignore added
 - ADD: Basic folder structure
 - ADD: CHANGLOG for monitoring changes
 - ADD: README.md for documentation