Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v3.8.5

07 Dec 19:05
31fd44f
Compare
Choose a tag to compare

What's Changed

  • Added french Language (fr)translation by @billyboy35 in #1147
  • Added Slovak language translation by @lucorp in #1150
  • Support explicit plugin deactivation when active by default by @dfsmania in #1139

New Contributors

  • @billyboy35 made their first contribution in #1147
  • @lucorp made their first contribution in #1150

Full Changelog: v3.8.4...v3.8.5

v3.8.4

25 Aug 09:39
f06dfd1
Compare
Choose a tag to compare

What's Changed

  • Add feature to change the logo for authentication pages by @smarcelloc in #1123

New Contributors

Full Changelog: v3.8.3...v3.8.4

v3.8.3

03 Aug 06:38
593ea66
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.8.2...v.3.8.3

v3.8.2

23 May 15:38
0043e3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.1...v3.8.2

v3.8.1

24 Mar 11:01
ad59de6
Compare
Choose a tag to compare

Added

  • Add HTML entity support for the components properties (#1075) @Shidersz

Changed

  • Improve the x-adminlte-card component (#1066) @Shidersz
  • Change lang files publishing logic to support Laravel 9 (#1083) @Shidersz

v3.8.0

10 Feb 18:04
5ba9fce
Compare
Choose a tag to compare

AdminLTE v3.2.0 support

This release supports the newest version v3.2.0 of AdminLTE with some improvements and bugfixes.

You can see the complete changelog on this page:
https://github.com/ColorlibHQ/AdminLTE/releases/tag/v3.2.0

Please run the following command to install the newest assets:

  • php artisan adminlte:update
  • php artisan cache:clear

It could be useful, to add the first command to your composer.json file in the section "post-update-cmd".
This will automatically update the AdminLTE assets, on composer update.

Added

  • Add support for AdminLTE v3.2.0 @Shidersz

v3.7.3

07 Feb 13:56
bfee8db
Compare
Choose a tag to compare

Notes

Due to #1022 you may face the next error:

Target class [JeroenNoten\LaravelAdminLte\Components\XXX\YYYY] does not exist

In these cases try clearing your application caches (see #1055):

  • php artisan cache:clear
  • php artisan view:clear

Added

Changed

  • Improve datatables component layout (#1016) @Shidersz
  • Improve old() support logic on components (#1041) @Shidersz
  • Improve errors bag treatment on input-group component for Livewire support (#1035) @Shidersz
  • Add fixes to form components (#1048) @Shidersz
  • Move component's classes to View/Components folder to follow the Laravel way (#1022) @Shidersz

v3.7.2

17 Nov 07:01
d86acf0
Compare
Choose a tag to compare

Added

  • Add colors to profile and logout icons (#1007) @Shidersz
  • Add Old support for basic form components (#1012) @Shidersz

Changed

  • Update Authentication Views (#1009) @Shidersz

v3.7.1

19 Oct 14:14
4edb26a
Compare
Choose a tag to compare

Added

  • Add main views manually update warning when updating (#996) @Shidersz
  • Add new translations for email validations pages PT-BR (#998) @samuel-lujan

Fixed

  • Fix correct uppercase on extends InputGroupComponent on SelectBs (#987) @betogm

v3.7.0

21 Aug 09:06
8155808
Compare
Choose a tag to compare

Added