Skip to content

2.5.0

Compare
Choose a tag to compare
@sebastiandedeyne sebastiandedeyne released this 02 Mar 10:21
  • This release adds a few methods to create non-ul menus, which allows for Bootstrap 4 compatibility
  • Added Menu::setWrapperTag and Menu::withoutWrapperTag to set a custom wrapper tag name for the menu list. Default: ul
  • Added Menu::setParentTag & Menu::withoutParentTag to determine which tag should be used for the item's parent element. Default: li
  • Added Menu::setActiveClassOnLink and Menu::setActiveClassOnParent to determine where the active class should be applied