Releases: lavary/laravel-menu
v1.8.4
What's Changed
- Fix trim warning in PHP 8 by @jakubdibala in #291
New Contributors
- @jakubdibala made their first contribution in #291
Full Changelog: v1.8.3...v1.8.4
v1.8.3
Minor fix for previous release if 'default'
options array is not available.
v1.8.2
v1.8.1
Add attribute to control data-toggle parameter on navbar view. Supports new BS5 attribute name.
v1.8.0
Fix parameter order issue for compatibility with php 8.
v1.7.7
Remove deprecated helper function, adding support for Laravel 6.
Backwards compatible with Laravel 5.
v1.7.6
Add disableActivationByURL
option.
Minor bug fix for @lm_attrs
Publishing a fix for resources/views/bootstrap-navbar-items.blade.php
v1.7.4
Minor release, replaces some deprecated laravel 5.8 features.
v1.7.3
Additional parameter to menu generator to add class attributes to child items.
Check full URL, including query string for URL matching.
Replace @lm-attrs
with @lm_attrs
backwards compatible, but please update. Be sure to include a space before the @ symbol. Transitions from a Blade::extend to a Blade::directive.
Update bootstrap navbar example to include classes compatible with bootstrap 4.
Clean up some doccomments.
Thanks tomlankhorst, CJxD, lavary, grzesw, nasirkhan, X-Coder, and Xiphoseer.