eminiarts/nova-tabs
Laravel Nova - Tabs.
2.2.3
4.5M downloads/mo
#3309 most downloaded on Packagist
eminiarts/nova-tabs
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 1 weeks to 7 months
Most releases are documented
notes for 34 of 48 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
48 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
47 releases · Dec 2018 to Oct 2022Releases
latest 48-
2.2.325 Oct 2022Release notes
Open source → -
2.2.205 Oct 2022Release notes
Open source →What's Changed
- Fixed HasOne relationship not working in 2.2.1
- Added an emit event upon tabs loading and the user clicking on a tab
Contributors
-
2.2.108 Sep 2022Release notes
Open source →What's Changed
laravel-novawill be served via externalwindow.LaravelNovaand no longer requires asset rebuild whenevermixinscontains any changes.nova-kit/nova-packages-toolwill bump the new version after Nova made any minor/patch release before the user can receive the updated version.- Reduced dist file by swapping
import { unset } from 'lodashtoimport unset from 'lodash/unset'
Contributors
-
2.2.008 Sep 2022Release notes
Open source →What's Changed
- Fixed an issues with inconsisted styling between edit and details view
- Fixed an issue with parent constructor parameters from Panel in Tabs
- Fixed an issue with border colors on forms
- Fixed an issue in the readme
- Fixed an issue with field borders in tabs due to changes in Nova 4.13
- Fixed an issue with HasTabs trait hiding regular relationship panels on Nova 4.12+
Contributors
-
2.1.028 Jun 2022Release notes
Open source →What's Changed
- Fixed an issue introduced with nova 4.10.x which causes relationship-panels to be hidden.
Contributors
- @marcfilipan
-
2.0.916 Jun 2022Release notes
Open source →What's Changed
- Fixed an issue introduced with nova 4.9.x which causes the default catch-all border color property to be malformed due to Tailwind 3's overengineering.
Contributors
-
2.0.825 May 2022Release notes
Open source → -
2.0.716 May 2022Release notes
Open source → -
2.0.613 May 2022Release notes
Open source →What's Changed
- Added functionality to specify the colors used for the current tab using Tabs::make()->withCurrentColor('sky') (default is sky)
- Added functionality to specify the colors used for tabs with errors using Tabs::make()->withErrorColor('red') (default is red)
- Color options for both are all the 500 variants based on the default tailwind colors, reference: https://tailwindcss.com/docs/customizing-colors
Contributors
@marcfilipan
Release notes
Open source →- Added functionality to specify the colors used for the current tab using Tabs::make()->withCurrentColor('sky') (default is sky)
- Added functionality to specify the colors used for tabs with errors using Tabs::make()->withErrorColor('red') (default is red)
- Color options for both are all the 500 variants based on the default tailwind colors, reference: https://tailwindcss.com/docs/customizing-colors
-
2.0.513 May 2022Release notes
Open source →What's Changed?
- Fixed that errors on form submissions are now reflected on tabs
Contributors
@marcfilipan
-
2.0.413 May 2022Release notes
Open source →- Fixed padding issues
- Fixed codemirror fields and styles
- Added withSlug function to Tabs panel
- withSlug takes a boolean/string parameter. If true will slugify the panel name, if a string it will use that string as the panel slug
- HasTabs mixin checks for non-null slug and uses it instead of name
- adds preservedName variable to retain the name after the parent panel is created
- HasTabs Trait gets slug on panel recreation
- Fixed naming issue for mix.js conflicting with "mix" command in some environments
- Added the ability to retain the current tab when swapping between detail and edit views using Tabs::make()->rememberTabs()
-
2.0.301 May 2022 -
2.0.201 May 2022 -
2.0.101 May 2022Release notes
Open source →- Fixed a bug where clicking a tab would scroll the page to top
- Fixed a bug with tab persistence supplying the wrong location has
- Fixed a bug where relationship panels that aren't under tabs would show up wrong
- Fixed a bug where showToolbar isn't utilized properly
-
2.0.030 Apr 2022Release notes
Open source →- Nova 4 compatible
- Removed selectFirstTab, first tab is always displayed first.
- Removed TabsOnEdit, tabs will simply always show on edit for now.
- Added Eminiarts\Tabs\Traits\HasTabs to overwrite Nova 4 default panel methods in Laravel\Nova\ResolveFields.
- Added position method to Tab to fix relational tabs showing up last.
- Moved Eminiarts\Tabs\ActionsInTabs to Eminiaarts\Tabs\Traits\HasActionsInTabs.
-
1.5.123 Feb 2022 -
1.5.013 Feb 2022Release notes
Open source →- Added
selectFirstTab(false)anddontSelectFirstTab()(#165)- This method can be used to opt out from the default selected tab. This can be useful when your relations are particularly heavy
- Fixed issue with third-party fields implementing
MergeValuecausing the tab to lose its slug value (#162) - Fixed issue with files not being able to be deleted within tabs (#169)
- Fixed h1 selector in
DetailTabsbreaking certain packages like Quill and Editor.js (#171)
- Added
-
1.4.612 Jul 2021Release notes
Open source →- Revert production build files that broke the package on detail views. (#156)
-
1.4.511 Jul 2021 -
1.4.410 Jul 2021Release notes
Open source →- Fixed an issue using
TabsOnEditcausing rules relying on the current resources to not work properly. (#154)
- Fixed an issue using
-
1.4.307 Mar 2021 -
1.4.228 Feb 2021 -
1.4.103 Feb 2021 -
1.4.003 Feb 2021Release notes
Open source →- Added
Tabclass. (#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)
ActionsInTabsnow allows use of theLaravel\Nova\ResolvesFields::actionFieldmethod. (#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)
- Added
-
1.3.122 Nov 2020 -
1.3.005 Nov 2020Release notes
Open source →- Active tabs are now remembered (#86 and #119)
- Titles of tabs can now be shown by chaining
->showTitle()on theTabsinstance. 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.310 Oct 2020Release notes
Open source →- Fixed help text not showing up on fields (#108)
- Fixed readonly fields being ignored during a fill (#91)
- Fixed
TabsOnEditnot showing anything in Nova 3.12.x (#111)
-
1.2.218 Dec 2019Nothing published for this version
-
1.2.112 Dec 2019Nothing published for this version
-
1.2.013 Nov 2019Nothing published for this version
-
1.1.116 Oct 2019Nothing published for this version
-
1.1.027 Aug 2019Nothing published for this version
-
1.0.612 Aug 2019Nothing published for this version
-
1.0.524 Jul 2019Nothing published for this version
-
1.0.412 Feb 2019Nothing published for this version
-
1.0.303 Feb 2019 -
1.0.226 Jan 2019 -
1.0.126 Jan 2019 -
1.0.026 Jan 2019Release notes
Open source →- Thanks to dkulyk/nova-tabs the Package got a lot simpler.
- No need to use a Trait anymore. Remove all
AvailableTabFieldsTraits in your Resources. - Everything is in
Tabsnow. There is noTabsPanelanymore. Remove allTabsPanelsand adjust your Fields according to the Readme.
-
0.3.218 Jan 2019Nothing published for this version
-
0.3.115 Jan 2019Release notes
Open source →- Fixed resolving Fields.
->hideFromDetail()is working in Tabs now. #9 - Fixed undefined Groups. #8
- Fixed resolving Fields.
-
0.3.013 Jan 2019Release notes
Open source →- Added ability to use Tabs with TabsPanel and combine Fields with Relations in Tabs.
- Fixed #7
-
0.2.008 Jan 2019Release notes
Open source →- Added
AvailableTabFieldsTrait to resolve the correct Fields from Tabs when Nova needs the field.
- Added
-
0.1.126 Dec 2018Nothing published for this version
-
0.1.021 Dec 2018Nothing published for this version
-
0.0.3no dateNothing published for this version
-
0.0.220 Dec 2018Nothing published for this version
-
0.0.117 Dec 2018Nothing published for this version