Nova Tabs Versions Save

Laravel Nova Tabs Package

2.2.3

1 year ago

What's Changed

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

Contributors

  • @crynobone

2.2.2

1 year ago

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

  • @crynobone
  • @HenriqueSPin

2.2.1

1 year ago

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

  • @crynobone

2.2.0

1 year ago

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

  • @johnpuddephatt
  • @Gertiozuni
  • @mouadziani
  • @ianrobertsFF
  • @crynobone

2.1.0

1 year ago

What's Changed

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

Contributors

  • @marcfilipan

2.0.9

1 year ago

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

  • @ianrobertsFF

2.0.8

1 year ago

What's Changed

  • Fixed that toolbar wasn't shown properly

Contributors

  • @rderks88

2.0.7

1 year ago

What's Changed

  • Fixed that primary color is used if none is specified

Contributors

  • @ianrobertsFF

2.0.6

1 year ago

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

2.0.5

1 year ago

What's Changed?

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

Contributors

@marcfilipan