Releases: eminiarts/nova-tabs
Releases · eminiarts/nova-tabs
1.4.3
1.4.2
1.4.1
1.4.0
- Added
Tab
class. (#129, #130, #138)- This class can be used as an alternative to using arrays and offers way more features. Check the README for info and documentation.
- Fixed margin on the search bar when defaultSearch is enabled. (#134)
ActionsInTabs
now allows use of theLaravel\Nova\ResolvesFields::actionField
method. (#135)- Added a pretty banner, courtesy of https://banners.beyondco.de/
- Fix panel order on edit page. (#85, #139)
- Fixed an issue causing field that did not have a panel set to not slow correctly or at all. (#112)
1.3.1
1.3.0
- 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)
1.2.3
1.2.2
1.2.1
- #74 Fix for Nova 2.9.0, thanks @vbezruchkin