- Add support for Laravel Nova 5
- Drop support for Laravel Nova 4 and lower
- Add setter methods for Role and Permission policies.
- Add cache for
permissions
andusers count
query on Role resource, improving index performance. - Fixed an issue when listing the Roles when Preventing Lazy Loading is active.
- Add namespace to seeders.
- Fix issue where permission menu item did not respect
disablePermissions
.
- Added
disableMenu
to allow handling custom menu.
- Fixed an issue where permission and role resources was not displayed in custom menu.
- Added support for "spatie/laravel-permission" 6.0.
- Fixed issue publishing
seeders
.
- Role resource now uses
permission.models.role
configuration as resource model.
- Fixed an issue where permissions field were showing duplicated values.
- Menu section now is collapsable.
- Fixed deprecated static trait property.
- The
isSuperAdmin
user method now is optional. - Disabled permissions global search.
- Fixed an issue where permissions field were not showing correctly.
- Added ability to customize role and permission resources.
- Fixed issues with model for guard.