PackageTrack
Sign in Get early access

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 2022
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 48
  1. 2.2.3 25 Oct 2022
    Release notes

    What's Changed

    • Fixed Slug field inside tab doesn't work since Nova 4.14.0

    Contributors

    Open source →
  2. 2.2.2 05 Oct 2022
    Release notes

    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

    Open source →
  3. 2.2.1 08 Sep 2022
    Release notes

    What's Changed

    • laravel-nova will be served via external window.LaravelNova and no longer requires asset rebuild whenever mixins contains any changes.
    • nova-kit/nova-packages-tool will 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 'lodash to import unset from 'lodash/unset'

    Contributors

    Open source →
  4. 2.2.0 08 Sep 2022
    Release notes

    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

    Open source →
  5. 2.1.0 28 Jun 2022
    Release notes

    What's Changed

    • Fixed an issue introduced with nova 4.10.x which causes relationship-panels to be hidden.

    Contributors

    • @marcfilipan
    Open source →
  6. 2.0.9 16 Jun 2022
    Release notes

    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

    Open source →
  7. 2.0.8 25 May 2022
    Release notes

    What's Changed

    • Fixed that toolbar wasn't shown properly

    Contributors

    Open source →
  8. 2.0.7 16 May 2022
    Release notes

    What's Changed

    • Fixed that primary color is used if none is specified

    Contributors

    Open source →
    Release notes
    • Fixed that primary color is used if none is specified
    Open source →
  9. 2.0.6 13 May 2022
    Release notes

    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

    Open source →
    Release notes
    • 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
    Open source →
  10. 2.0.5 13 May 2022
    Release notes

    What's Changed?

    • Fixed that errors on form submissions are now reflected on tabs

    Contributors

    @marcfilipan

    Open source →
    Release notes
    • Fixed that errors on form submissions are now reflected on tabs
    Open source →
  11. 2.0.4 13 May 2022
    Release notes
    • 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()
    Open source →
  12. 2.0.3 01 May 2022
    Release notes
    • Fixed padding and removed console.log
    Open source →
  13. 2.0.2 01 May 2022
    Release notes
    • Fixed a bug where padding was wrong when not showing toolbar
    Open source →
  14. 2.0.1 01 May 2022
    Release notes
    • 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
    Open source →
  15. 2.0.0 30 Apr 2022
    Release notes
    • 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.
    Open source →
  16. 1.5.1 23 Feb 2022
    Release notes
    • Fixed issue with tabs not showing up. (#172)
    Open source →
  17. 1.5.0 13 Feb 2022
    Release notes
    • Added selectFirstTab(false) and dontSelectFirstTab() (#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 MergeValue causing 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 DetailTabs breaking certain packages like Quill and Editor.js (#171)
    Open source →
  18. 1.4.6 12 Jul 2021
    Release notes
    • Revert production build files that broke the package on detail views. (#156)
    Open source →
  19. 1.4.5 11 Jul 2021
    Release notes
    • Fixed the inability to use Laravel Dusk to run tests. (#155)
    Open source →
  20. 1.4.4 10 Jul 2021
    Release notes
    • Fixed an issue using TabsOnEdit causing rules relying on the current resources to not work properly. (#154)
    Open source →
  21. 1.4.3 07 Mar 2021
    Release notes
    • Fixed issue with Laravel\Nova\Makeable not existing. (#144)
    Open source →
  22. 1.4.2 28 Feb 2021
    Release notes
    • Fixed issue with 2nd tabs not showing if a tab has been selected.
    Open source →
  23. 1.4.1 03 Feb 2021
    Release notes
    • Fixed crash caused by fields extending MergeValue not having a $panel property. (#140)
    • Fixed crash by fields not being nested into an array or a Tab object. (#141)
    Open source →
  24. 1.4.0 03 Feb 2021
    Release notes
    • 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 the Laravel\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)
    Open source →
  25. 1.3.1 22 Nov 2020
    Release notes
    • 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)
    Open source →
  26. 1.3.0 05 Nov 2020
    Release notes
    • Active tabs are now remembered (#86 and #119)
    • Titles of tabs can now be shown by chaining ->showTitle() on the Tabs 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)
    Open source →
  27. 1.2.3 10 Oct 2020
    Release notes
    • 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)
    Open source →
  28. 1.2.2 18 Dec 2019

    Nothing published for this version

  29. 1.2.1 12 Dec 2019

    Nothing published for this version

  30. 1.2.0 13 Nov 2019

    Nothing published for this version

  31. 1.1.1 16 Oct 2019

    Nothing published for this version

  32. 1.1.0 27 Aug 2019

    Nothing published for this version

  33. 1.0.6 12 Aug 2019

    Nothing published for this version

  34. 1.0.5 24 Jul 2019

    Nothing published for this version

  35. 1.0.4 12 Feb 2019

    Nothing published for this version

  36. 1.0.3 03 Feb 2019
    Release notes
    • Fixed #15 overlapping Tabs
    • ViaRelations on Fields Components, Fixed #18
    Open source →
  37. 1.0.2 26 Jan 2019
    Release notes
    • Add Tabs on Create
    Open source →
  38. 1.0.1 26 Jan 2019
    Release notes
    • Added HandlesValidationErrors in FormsTabs Component.
    Open source →
  39. 1.0.0 26 Jan 2019
    Release notes
    • 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 no TabsPanel anymore. Remove all TabsPanels and adjust your Fields according to the Readme.
    Open source →
  40. 0.3.2 18 Jan 2019

    Nothing published for this version

  41. 0.3.1 15 Jan 2019
    Release notes
    • Fixed resolving Fields. ->hideFromDetail() is working in Tabs now. #9
    • Fixed undefined Groups. #8
    Open source →
  42. 0.3.0 13 Jan 2019
    Release notes
    • Added ability to use Tabs with TabsPanel and combine Fields with Relations in Tabs.
    • Fixed #7
    Open source →
  43. 0.2.0 08 Jan 2019
    Release notes
    • Added AvailableTabFields Trait to resolve the correct Fields from Tabs when Nova needs the field.
    Open source →
  44. 0.1.1 26 Dec 2018

    Nothing published for this version

  45. 0.1.0 21 Dec 2018

    Nothing published for this version

  46. 0.0.3 no date

    Nothing published for this version

  47. 0.0.2 20 Dec 2018

    Nothing published for this version

  48. 0.0.1 17 Dec 2018

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive