Releases: dcasia/resource-navigation-tab
Releases · dcasia/resource-navigation-tab
v1.0.2
v1.0.0
v0.2.7
v0.2.0
- Add
ProxiesCanSeeToGate
andAuthorizedToSee
traits, which allows user to conditionally show tabs:
ResourceNavigationTab::make('Administration', [])->canSee(fn() => true);
ResourceNavigationTab::make('Administration', [])->canSeeWhen('canSeeAdministrationTab);
- Fixed issue with cards showing above tab when the card size was of type "small"
- Rewrite the way the tabs pass params to the backend, now it directs extend the details vue file from nova