All notable changes to navigator
will be documented in this file
- Added support for Laravel 11, PHP 8.2, 8.3
### Fixed
- Fixed static analysis issue with Closure for Nav Facade
- Added support for Laravel 10 and Pest v2
- Added support for
hasActiveDescendants
intoArray
andtoJson
- Fixed spelling for descendants
- Updated types for
Nav::define
- Enhanced
toArray
andtoJson
- Added
active
output totoArray
andtoJson
- Support for Laravel 9
- Support for PHP 8.1
- Refactored to core
Support
Collection
rather thanLazyCollection
. As such, removed support for generators.
- Support to retrieve Nav items as json
- Updated default item route to
null
from#0