Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v3.5.0
Added
- Add new set of artisan commands @Shidersz
- Add Bahasa Indonesia Translation @arcphysx
- Add livewire support @shankhadevpadam
- Add classes attribute @Shidersz
- Add support to pass parameters to menu translate function @alr2413
Changed
- Improve the ActiveChecker to compare query parameters of urls when need @Shidersz
- Improve Documentation @Shidersz
- Improve livewire Documentation and Support @Shidersz
- Improve Menu Items Documentation @Shidersz
- Improve ActiveChecker to remove whitespace before perform url comparisons @Shidersz
- Change from Travis CI to Github actions @lacodimizer
- Improve menu builder to early stop applying filters on a restricted menu item @Shidersz
Fixed
- Search section not working @MTEXX
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