Menu v2.5.0 Release Notes

Release Date: 2018-03-02 // about 6 years ago
    • ๐Ÿš€ 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