Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 975 Bytes

changelog.md

File metadata and controls

32 lines (20 loc) · 975 Bytes

bootstrap-drawer

A Bootstrap add-on to create drawer (off-canvas) styled navigation.


Changelog

v 1.0.4

  • Fix docs.
  • Update package.json, bower.json

v 1.0.3

  • Fixed to be backwards compatible with Bootstrap 3.0.0 - somwhere after 3.0.0, the name of the transition.end event changed

v 1.0.2

  • Updated some typos in the docs detailed documentation.
  • Upgraded the Bootstrap version used to 3.3.4. No known breaks.

v 1.0.0

  • Finished the detailed documentation.
  • Moved the "Using LESS / Build Your Own..." section to the full documentation from the readme.
  • Updated example/index.html to have an inside-drawer.

v 0.9.1

  • Added .has-inner-drawer class to allow elements with a set width/height to have a drawer within it.
  • Added in example/index.html how to use the .has-inner-drawer feature.