Releases: eminiarts/nova-tabs
Releases · eminiarts/nova-tabs
V2.2.3
V2.2.2
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
What's Changed
laravel-nova
will be served via externalwindow.LaravelNova
and no longer requires asset rebuild whenevermixins
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
toimport unset from 'lodash/unset'
Contributors
V2.2.0
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
V2.0.9
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
V2.0.7
V2.0.6
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
What's Changed?
- Fixed that errors on form submissions are now reflected on tabs
Contributors
@marcfilipan