Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v3.4.4

17 Jul 17:38
496e7cb
Compare
Choose a tag to compare

Fixed

  • search form is not working @iappcl

v3.4.3

16 Jul 07:25
545cdb3
Compare
Choose a tag to compare

Changed

  • Use plugin name as key of the plugins in the config file @ruanpepe

Fixed

  • Fix issue when we only add restricted items to the menu @Shidersz

v3.4.2

06 Jul 17:39
324698d
Compare
Choose a tag to compare

Fixed

  • Fix menu builder for adding items as submenu items @Shidersz

v3.4.1

04 Jul 19:24
264beda
Compare
Choose a tag to compare

Changed

  • The main views will not be published on a full installation

v3.4.0

03 Jul 14:53
02a3029
Compare
Choose a tag to compare

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

09 Jun 05:53
82e7a3f
Compare
Choose a tag to compare

Fixed

  • Toggle navigation button misplaced on small screens @Shidersz

v3.3.0

04 Jun 14:29
d134acd
Compare
Choose a tag to compare

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

27 Apr 15:27
75a48e4
Compare
Choose a tag to compare

This release include many great improvements and bugfixes.
Thanks a lot of all contributors, to make this release possible.

Added

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

  • Fix closing div on register blade (#540) @lacodimizer
  • Fix top nav (#545) @lacodimizer
  • Fix active checker for menu entries with submenus (#547) @lacodimizer
  • Fix active filter for urls with query string (#563) @lacodimizer

v3.1.1

27 Mar 11:14
c26da68
Compare
Choose a tag to compare
  • Fix "Active" class in dynamic submenu's (#512)

v3.1.0 with some great enhancements

10 Mar 09:21
453c3c8
Compare
Choose a tag to compare
  • 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.