All Notable changes to menu
will be documented in this file.
- Internal refactors
- New methods on
Menu
:submenu
for submenus with optional headersvoid
andvoidIf
for empty list itemswrap
to wrap the menu in an html tag with optional attributes- A
blueprint
method to copy the menu without it's contents - Html item convenience methods:
addItemClass
,setItemAttribute
- Html parent convenience methods:
addItemParentClass
,setItemParentAttribute
- Added
HasHtmlAttributes
andHasParentAttributes
interfaces HtmlAttributes
andParentAttributes
now also have asetAttributes
method
- Fixed
setActive
when setting active from a URL
- Added conditional
add
functions,addIf
,linkIf
andhtmlIf
- First release