Skip to content

Releases: lavary/laravel-menu

v1.8.4

08 Sep 21:17
5255e71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.8.4

v1.8.3

22 Feb 16:42
4f14cb9
Compare
Choose a tag to compare

Minor fix for previous release if 'default' options array is not available.

v1.8.2

15 Feb 19:24
8c63065
Compare
Choose a tag to compare

Add configuration options extensibility and reuse, thanks @mertasan !
Minor fix settings.php separator.

v1.8.1

19 Jan 16:27
8c57284
Compare
Choose a tag to compare

Add attribute to control data-toggle parameter on navbar view. Supports new BS5 attribute name.

v1.8.0

12 Dec 18:17
02c58d8
Compare
Choose a tag to compare

Fix parameter order issue for compatibility with php 8.

v1.7.7

06 Sep 16:29
5592778
Compare
Choose a tag to compare

Remove deprecated helper function, adding support for Laravel 6.
Backwards compatible with Laravel 5.

v1.7.6

24 Jul 17:55
Compare
Choose a tag to compare

Add disableActivationByURL option.

Minor bug fix for @lm_attrs

11 Apr 23:18
d740616
Compare
Choose a tag to compare

Publishing a fix for resources/views/bootstrap-navbar-items.blade.php

v1.7.4

26 Mar 15:47
Compare
Choose a tag to compare

Minor release, replaces some deprecated laravel 5.8 features.

v1.7.3

07 Dec 17:31
Compare
Choose a tag to compare

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.