68 lines
1.3 KiB
Markdown
68 lines
1.3 KiB
Markdown
# Changelog
|
|
|
|
## v0.1.9 (2016-01-19)
|
|
|
|
- Fix unresolved variable error in `removeFrom()` method (see #38)
|
|
|
|
|
|
## v0.1.8 (2015-09-10)
|
|
|
|
- Fix text selection on sidebar (see #31)
|
|
|
|
|
|
## v0.1.7 (2015-09-09)
|
|
|
|
- Catch context menu events on sidebar (#23)
|
|
- Fix jQuery event handlers/Bootstrap controls on sidebar (#31)
|
|
|
|
|
|
## v0.1.6 (2014-08-23)
|
|
|
|
- Added support for [bower.io](http://bower.io/search/) (#21)
|
|
|
|
|
|
## v0.1.5 (2014-04-15)
|
|
|
|
- Added support for [component.io](http://component.io/) (#17, thanks @zedd45)
|
|
- Added `shown` and `hidden` events (#18)
|
|
|
|
|
|
## v0.1.4 (2014-02-16)
|
|
|
|
- Adjusted CSS for touch devices (#12)
|
|
- Converted build system to [gulp.js](http://gulpjs.com/)
|
|
- Added [TravisCI](http://travis-ci.org/) support for CI linting
|
|
|
|
|
|
## v0.1.3 (2014-02-06)
|
|
|
|
- Added `autoPan` option
|
|
|
|
|
|
## v0.1.2 (2013-12-28)
|
|
|
|
- Fixed broken `stopPropagation()` call (#2)
|
|
- Fire `show` and `hide` events on sidebar instances
|
|
- Added `getCloseButton()` method
|
|
- Several memory leaks related to event handlers fixed (#7)
|
|
Thanks to Jerroyd Moore!
|
|
|
|
|
|
## v0.1.1 (2013-11-03)
|
|
|
|
- Fixed close button event handler (#1)
|
|
|
|
|
|
## v0.1.0 (2013-10-30)
|
|
|
|
- First official release
|
|
- `position` option
|
|
- `closeButton` option
|
|
- `getContainer()` and `setContent()` methods
|
|
- two more examples
|
|
|
|
|
|
## v0.0.0 (2013-10-29)
|
|
|
|
- Preview release
|