Releases: spatie/laravel-menu
Releases · spatie/laravel-menu
2.1.4
- Bumped the menu package version requirement
2.1.3
- Fixed a regression caused by an old
use
statement
2.1.2
- Removed the unused fifth
$route
parameter inroute
2.1.1
- drop support for Laravel 5.1
2.1.0
- add support for Laravel 5.4
2.0.3
Added a default $data
argument to Menu::viewIf
and Menu::viewIfCan
2.0.2
Fixed other url helpers so they can take the same type of parameters as the Laravel's counterparts
2.0.1
- Fix
Link
's action helper so it can take the same type of parameters as the Laravel'saction
helper
2.0.0
- Upgraded
spatie/menu
to 2.0. - Added: Added a
View
item implementation to use blade views as menu items. - Changed: Link builder methods have been renamed and now have a
to
prefix:Link::toAction
,Link::toRoute
andLink::toUrl
.
1.3.0
- Added a
submenuIfCan
method - Laravel 5.3 compatibility