nifty-nav-2
Version:
A JavaScript menu framework
42 lines (30 loc) • 1.21 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [0.3.2] - 2018-06-27
### Fix
- adds CSS to avoid a bug where the mask could be double clicked (Issue #6)
### Adds
- `toggleIcon` API method to toggle any and all icon states
## [0.3.1] - 2018-06-25
### Fix
- adding a `panelHeight` setting during `init()` now works instead of doing nothing
## [0.3.0] - 2018-06-25
### Adds
- `onToggle` method as a callback for `togglePanel`
### Updates
- Readme info for API methods
## [0.2.0] - 2018-04-12
### Updates
- How JS styles are applied to elements
- Update icon structure to be more cross browser friendly
### Adds
- `babel-polyfill` to dist bundle.
## [0.1.0] - 2018-03-28
### Added
- Nifty Nav 2 was born!
[0.3.1]: https://github.com/factor1/nifty-nav-2/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/factor1/nifty-nav-2/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/factor1/nifty-nav-2/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/factor1/nifty-nav-2/compare/v0.0.2-0...v0.1.0