v3.12.0
What's Changed
- Refactor of codebase by @dfsmania in #1265
- Improve menu filters (stage 1) by @dfsmania in #1266
- Improve the Lang menu filter (stage 2) by @dfsmania in #1269
- Improve the Gate menu filter (stage 3) by @dfsmania in #1272
- Improve menu filters (last stage) by @dfsmania in #1274
- Improve the menu builder class by @dfsmania in #1277
- Improve some helper methods by @dfsmania in #1282
- Improve CommandHelper class by @dfsmania in #1283
- Improve package resources by @dfsmania in #1285
- Improve profile items by @dfsmania in #1291
- Allow changing icon on ProfileWidget component by @dfsmania in #1290
- Improve the artisan commands by @dfsmania in #1293
Full Changelog: 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. The basic_routes
package resource was renamed to auth_routes
to be more meaningful. The enhanced
installation type was removed and replaced by types: basic_with_auth
(basic installation resources and legacy Laravel/UI
related resources) and basic_with_views
(basic installation and publishing of the layout views). However, neither of the changes affect the normal installation of the package.