v3.12.0
版本发布时间: 2024-07-05 22:26:32
jeroennoten/Laravel-AdminLTE最新发布版本:v3.13.0(2024-08-04 23:15:19)
What's Changed
- Refactor of codebase by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1265
- Improve menu filters (stage 1) by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1266
- Improve the Lang menu filter (stage 2) by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1269
- Improve the Gate menu filter (stage 3) by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1272
- Improve menu filters (last stage) by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1274
- Improve the menu builder class by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1277
- Improve some helper methods by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1282
- Improve CommandHelper class by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1283
- Improve package resources by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1285
- Improve profile items by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1291
- Allow changing icon on ProfileWidget component by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1290
- Improve the artisan commands by @dfsmania in https://github.com/jeroennoten/Laravel-AdminLTE/pull/1293
Full Changelog: https://github.com/jeroennoten/Laravel-AdminLTE/compare/v3.11.0...v3.12.0
[!IMPORTANT] The
basic_views
package resource was removed, since it was nothing but just a very basic example of how to use the layout. Thebasic_routes
package resource was renamed toauth_routes
to be more meaningful. Theenhanced
installation type was removed and replaced by types:basic_with_auth
(basic installation resources and legacyLaravel/UI
related resources) andbasic_with_views
(basic installation and publishing of the layout views). However, neither of the changes affect the normal installation of the package.