Skip to content

Releases: jeroennoten/Laravel-AdminLTE

v3.9.2

25 Aug 17:01
93baa12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.1...v3.9.2

v3.9.1

22 Jun 18:01
881239e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...v3.9.1

v3.9.0

04 Apr 06:41
c241490
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.8.6...v3.9.0

v3.8.6

03 Feb 16:24
6cb6153
Compare
Choose a tag to compare

What's Changed

  • Review Livewire validations compatibility. by @dfsmania in #1154
  • Add safety check for when the $errors bag variable is undefined by @dfsmania in #1159
  • Fixed plugins not loading when using laravel mix by @yungifez in #1161
  • Protect progress bar values in the widget components by @dfsmania in #1163
  • Update datatable.blade.php to add support for custom classes in the headers by @Gal-Arte in #1164

New Contributors

Full Changelog: v3.8.5...v3.8.6

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