Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Releases: dcasia/nova-inline-morph-to

v0.2.1

24 Jun 07:36
Compare
Choose a tag to compare
Use "Laravel\Nova\Resource" instead of "App\Nova\Resource"

v0.2.0

16 Apr 12:19
Compare
Choose a tag to compare
  • fix incompatibility issue with laravel nova 3.4.0

v0.1.10

17 Mar 17:53
Compare
Choose a tag to compare
  • fix an issue where the label would render incorrectly when used with nova-mega-filter
  • fix an issue where the type select dropdown would start as "blank" instead of the placeholder

v0.1.8

28 Oct 03:02
Compare
Choose a tag to compare
  • Support computed fields on the embed relation: #8
Text::make('Some Attribute', function () {
  return $this->propertyName;
}),

v0.1.7

04 Oct 08:23
Compare
Choose a tag to compare
  • Support ->displayUsing() #5

v0.1.6

03 Oct 15:04
Compare
Choose a tag to compare
  • fix field showing on details page when ->onlyOnIndex() was used
  • fix initial placeholder text not showing on creation
  • add the ability to set default selected type
  • use resource ->label() instead of generating the name based on the resource class name

v0.1.4

03 Oct 07:29
Compare
Choose a tag to compare
  • Fix issues where fields that weren't supposed to be shown on creation were present.

v0.1.3

03 Oct 06:59
Compare
Choose a tag to compare
  • Support all nova relationship field types: BelongsTo, BelongsToMany, HasOne, HasMany, MorphOne, MorphMany

v0.1.1

02 Oct 06:49
Compare
Choose a tag to compare
  • Fix labels not displaying correctly in index view when using type as an associative array

Initial Release

14 Sep 10:25
Compare
Choose a tag to compare
v0.1.0

update tags