Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v1.19.2
Fixed bug in make:adminlte
: The "force" option does not exist.
v1.19.1
Using Bootstrap style for Datatables
v1.19.0
Added French translation
v1.18.0
- Added support for Laravel 5.4
- Updated AdminLTE to version 2.3.11
- Updated DataTables to version 1.10.13
v1.17.0
- Updated to AdminLTE version 2.3.8.
- Added
'target'
option for menu items.
v1.16.2
Fix check for active named route.
Make sure that in your config/adminlte.php
, the HrefFilter
becomes before the ActiveFilter
:
'filters' => [
JeroenNoten\LaravelAdminLte\Menu\Filters\HrefFilter::class,
JeroenNoten\LaravelAdminLte\Menu\Filters\ActiveFilter::class,
JeroenNoten\LaravelAdminLte\Menu\Filters\SubmenuFilter::class,
JeroenNoten\LaravelAdminLte\Menu\Filters\ClassesFilter::class,
JeroenNoten\LaravelAdminLte\Menu\Filters\GateFilter::class,
],
v1.16.1
Fix for old versions of Laravel
v1.16.0
Fixed:
- Active menu item checking now also works with full URLs.
New features:
route
menu item option to specify a route name instead of a URL.title_prefix
andtitle_postfix
configuration options.
v1.15.2
v1.15.1
Updated AdminLTE to version 2.3.7