Skip to content

Releases: dcasia/resource-navigation-tab

v1.0.2

23 Jul 08:35
Compare
Choose a tag to compare

This version fix an issue where the browser history wouldn't work as expected

v1.0.0

11 Feb 09:36
Compare
Choose a tag to compare
  • Fix several bugs with the previous version
  • Introduce a few breaking changes:

The configuration signature has beeing change! please refer to the docs for the new way to configure the tabs

v0.2.7

04 Feb 03:49
Compare
Choose a tag to compare
  • Allow the use of panels within resource navigation tab field

v0.2.0

05 Jan 14:15
Compare
Choose a tag to compare
  • Add ProxiesCanSeeToGate and AuthorizedToSee 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