Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.16 KB

changelog.md

File metadata and controls

38 lines (25 loc) · 1.16 KB

bootstrap-drawer

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


Changelog

v 1.0.5

  • Fix docs (fromn PR#10)
  • Update website to match docs.
  • Update package.json
  • Rebuild assets & example after upgrading package.json

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.