- Add support for Bootstrap 4 (for real) - big thanks to Sebastian Menhofer! (#13)
- Add support for
root_paths
configuration
- Add support for Bootstrap 4
- Never mark menu item with path "#" as active
- Allow navbar dropdown to receive list item and link parameters
- Fix marking menu items as active... again
- Fix marking menu items as active
- Make
url
the required first parameter fornavbar_form
- Fix bug when using navbar item with 'mailto:' link
- Update test gems
- Fixed bug when using Bootstrap 3 and calling
navbar
without block
- Fixed bug when using Bootstrap 3 and
navbar_item
with block
- Fix marking sub URLs as active
- Update gem_config dependency
- Don't allow Bootstrap version configuration to be nil
- Mark sub URLs as active
- Refactor: Add navbar_header and navbar_collapse to make it possible to insert content outside of header and collapse sections.
- Refactor: remove internal list of Bootstrap versions which had to be updated every time a new Bootstrap version was released.
- Fix: make sure options that are passed into methods are not altered