- Fixed issue with files not being deletable when using
TabsOnEdit
(#28 and #59) - Fixed issue with switching tabs causing the query string to be overwritten completely (#124)
- Fixed a styling issue causing the search bar to not be in line with the create/attach button (#121)
- Active tabs are now remembered (#86 and #119)
- Titles of tabs can now be shown by chaining
->showTitle()
on theTabs
instance. Off by default. (#118) - Fixed an overflow issue when using
TabsOnEdit
(#114) - Fixed bottom margin on create and attach buttons not being applied (#55)
- Fixed issue with code fields not appearing on load (#23)
- Fixed help text not showing up on fields (#108)
- Fixed readonly fields being ignored during a fill (#91)
- Fixed
TabsOnEdit
not showing anything in Nova 3.12.x (#111)
- 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.