What's Changed
- Allow
InnerNav
instances to be passed in as a prop on thefilament-inner-nav::page
component by @rawilk in #3 - Add a sort order property to
InnerNavGroup
by @rawilk in #3 - Override the
getIcon
method onInnerNavGroup
to allow for both the group and its items to have icons by @rawilk in #3 - Allow navigation items in
InnerNav
to be either a collection or array by @rawilk in #3 - Ensure group items are hidden and sorted correctly when
getItems()
is called onInnerNavGroup
by @rawilk in #3 - Reject and sort items/groups on the
InnerNav
object itself instead of in a blade file by @rawilk in #3
Full Changelog: v1.0.0...v1.1.0