Skip to content

Releases: eminiarts/nova-tabs

1.4.3

07 Mar 13:05
Compare
Choose a tag to compare
  • Fixed issue with Laravel\Nova\Makeable not existing. (#144)

1.4.2

28 Feb 12:46
Compare
Choose a tag to compare
  • Fixed issue with 2nd tabs not slowing if a tab has been selected.

1.4.1

03 Feb 19:03
Compare
Choose a tag to compare
  • 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)

1.4.0

03 Feb 05:34
292550a
Compare
Choose a tag to compare
  • 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)

1.3.1

22 Nov 11:31
Compare
Choose a tag to compare
  • 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)

1.3.0

05 Nov 06:47
6ea3780
Compare
Choose a tag to compare
  • 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)

1.2.3

11 Oct 18:48
Compare
Choose a tag to compare
  • 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)

Thank you @RVxLab for your work on this.

1.2.2

18 Dec 15:32
b0fb236
Compare
Choose a tag to compare

1.2.1

12 Dec 17:49
Compare
Choose a tag to compare

1.2.0

13 Nov 11:37
4d0f2fc
Compare
Choose a tag to compare