Releases: jeroennoten/Laravel-AdminLTE
Releases · jeroennoten/Laravel-AdminLTE
v3.9.2
What's Changed
- Fixing Laravel version error with Livewire by @bulfaitelo in #1210
New Contributors
- @bulfaitelo made their first contribution in #1210
Full Changelog: v3.9.1...v3.9.2
v3.9.1
What's Changed
- Improve editor config by @dfsmania in #1183
- Improve phpunit config management by @dfsmania in #1182
- Create New Persian Iframe & Menu and Upgrade Translate to Persian Fa by @aminesmkhani in #1187
- Add title url in info-box component by @shankhadevpadam in #1194
- rename function by @Sheldon-Knight in #1197
New Contributors
- @aminesmkhani made their first contribution in #1187
- @Sheldon-Knight made their first contribution in #1197
Full Changelog: v3.9.0...v3.9.1
v3.9.0
v3.8.6
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
v3.8.4
What's Changed
- Add feature to change the logo for authentication pages by @smarcelloc in #1123
New Contributors
- @smarcelloc made their first contribution in #1123
Full Changelog: v3.8.3...v3.8.4
v3.8.3
What's Changed
- Add Bangla Language (bn) Translation by @themaruf in #1110
- Add preloader animation by @Constantine-Kostikas in #1112
- Fix top navbar items to use the compiled active classes by @dfsmania in #1114
- New config to allow or not google fonts usage by @dfsmania in #1120
- Update
LayoutHelper
to support PHP8.2 by @romanstingler in #1119
New Contributors
- @themaruf made their first contribution in #1110
- @Constantine-Kostikas made their first contribution in #1112
- @romanstingler made their first contribution in #1119
Full Changelog: v3.8.2...v.3.8.3
v3.8.2
What's Changed
- Add Laravel 9 support by @resslinger in #1060
- Prepare tests for phpunit 9+ by @dfsmania in #1096
- Fix single date range picker component with placeholder by @dfsmania in #1097
- Fix visual style on invalid state for Bootstrap Select component by @dfsmania in #1098
- Add readonly support on select2 component. by @dfsmania in #1100
Full Changelog: v3.8.1...v3.8.2
v3.8.1
v3.8.0
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