Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 912 Bytes

Changelog

v0.1.5 (2014-04-15)

  • Added support for 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
  • Added TravisCI 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