Skip to content

Releases: eminiarts/nova-tabs

V2.2.3

25 Oct 19:59
Compare
Choose a tag to compare

What's Changed

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

Contributors

V2.2.2

05 Oct 09:19
Compare
Choose a tag to compare

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

V2.2.1

08 Sep 13:46
Compare
Choose a tag to compare

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

V2.2.0

08 Sep 10:24
Compare
Choose a tag to compare

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

V2.1.0

28 Jun 12:58
bcc6168
Compare
Choose a tag to compare

What's Changed

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

Contributors

  • @marcfilipan

V2.0.9

17 Jun 22:58
5bf5922
Compare
Choose a tag to compare

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

V2.0.8

14 Jun 17:52
cf5341c
Compare
Choose a tag to compare

What's Changed

  • Fixed that toolbar wasn't shown properly

Contributors

V2.0.7

16 May 08:28
bbb3676
Compare
Choose a tag to compare

What's Changed

  • Fixed that primary color is used if none is specified

Contributors

V2.0.6

13 May 13:52
71dba1f
Compare
Choose a tag to compare

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

V2.0.5 - Fixed that errors on form submissions are displayed on tabs

13 May 11:35
84980cb
Compare
Choose a tag to compare

What's Changed?

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

Contributors

@marcfilipan