Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v3.4.4
v3.4.3
v3.4.2
Fixed
- Fix menu builder for adding items as submenu items @Shidersz
v3.4.1
Changed
- The main views will not be published on a full installation
v3.4.0
IMPORTANT
We removed the menu filter SubmenuFilter::class.
Please remove it from your config.php (c625297#diff-3180580e30cd04b6cb4cc8f827c6bb88), or you will get a error.
Changed
- Update Font Awesome icons link at 6.11 in README @ruanpepe
- Improve menu item filters @Shidersz
- Improve the code quality and coverage @REJack @Shidersz
Fixed
- Fix compatibility problem with Laravel Mix @Shidersz
- Fix the signature of the adminlte:status artisan command @Shidersz
- Fix menu active checker for urls with https @Shidersz
v3.3.1
Fixed
- Toggle navigation button misplaced on small screens @Shidersz
v3.3.0
Added
- Add zh-CN for menu.php @tgarm
- Add classes_content_wrapper option @REJack
- Add new laravel mix options for compiled JS and CSS paths @Shidersz
- Add dynamically the user profile url in user dropdown menu @lacodimizer
Changed
- Improve the documentation of configuration option "classes_sidebar_nav" @Shidersz
- Add Main Views To Full Install @WadeShuler
- Review the layouts restrictions @Shidersz
- Improvements on the partials blade layouts @Shidersz
- Improve authentication views @Shidersz
- Restructure the views folder @Shidersz
- Improve the master layout @Shidersz
- Turkish translations updated @Ardakilic
- Increase code quality @Shidersz
Fixed
- Fixes on confirm password blade @Shidersz
- Fix multiple submenu's in submenu's. @Koozza
- Fix the dropdown user menu to use dropdown links instead of menu links. @Shidersz
v3.2.0
This release include many great improvements and bugfixes.
Thanks a lot of all contributors, to make this release possible.
Added
- Add translations to menu label @lacodimizer
- Add japanese translation file. (#532) @ShibuyaKosuke
- Add menu Item data attributes (#564) @REJack
Changed
- Update commands documents (#520) @thezahedi
- Allow load custom css/js files when using laravel mix (#535) @javlonbek-sharipov
- Hide password forget url, if the option is set to false (#538) @lacodimizer
- Profile link is now translated (#557) @machadoug
- Improve the logic to fill the sections classes_body and body_data of the page blade template (#531) @Shidersz
- Change the gate filter for more
can
entries (#556) @lacodimizer - Review and complete the spanish translations. (#559) @Shidersz
- Split page layout into differents blade components (#558) @Shidersz
Fixed
v3.1.1
v3.1.0 with some great enhancements
- enhanced Builder with findItem, addAfter, addBefore, addIn & remove (#475 & possible #468)
- fixed navbar class for topnav only (#447)
- enhanced topnav
- added user menu incl. header, image and description
- added topnav_right & topnav_user option like topnav option menu to place menu items in right sided nav and user menu nav.
- fixed SearchFilter to allow uppercase methods (#461)
- fixed search input docs failure (#459)
- updated brand-image with dynamic class via logo_img_class (#440)
A lot of thanks to @REJack to make this release possible.
Please take a look to the readme.