- Gem 'bootstrap_navbar' was renamed to 'bootstrap-navbar'
- Use gem 'bootstrap_navbar' for HTML rendering
- Initial release
Added 2 new methods:
- drop_down_divider
- drop_down_header
These allow you to add dividers and headers into your dropdowns. Surprisingly enough...
- Allow options for menu_items to pass through to link_to, so that you can set IDs, classes, method, data-tags etc.
- Made the menu_text feature work properly (it was missing a css class). Also added the ability to pull it left or right.
- Added ability to change the link for the brand text
- Minor fix - make menu_item link default to "#"
- Readme updates