- Fixed #15 overlapping Tabs
- ViaRelations on Fields Components, Fixed #18
- Add Tabs on Create
- Added HandlesValidationErrors in FormsTabs Component.
- Thanks to dkulyk/nova-tabs the Package got a lot simpler.
- No need to use a Trait anymore. Remove all
AvailableTabFields
Traits in your Resources. - Everything is in
Tabs
now. There is noTabsPanel
anymore. Remove allTabsPanels
and adjust your Fields according to the Readme.
- Fixed resolving Fields.
->hideFromDetail()
is working in Tabs now. #9 - Fixed undefined Groups. #8
- Added ability to use Tabs with TabsPanel and combine Fields with Relations in Tabs.
- Fixed #7
- Added
AvailableTabFields
Trait to resolve the correct Fields from Tabs when Nova needs the field.