Releases: dcasia/nova-inline-morph-to
Releases · dcasia/nova-inline-morph-to
v0.2.1
Use "Laravel\Nova\Resource" instead of "App\Nova\Resource"
v0.2.0
- fix incompatibility issue with laravel nova 3.4.0
v0.1.10
- 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
- Support computed fields on the embed relation: #8
Text::make('Some Attribute', function () {
return $this->propertyName;
}),
v0.1.7
- Support
->displayUsing()
#5
v0.1.6
- 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
- Fix issues where fields that weren't supposed to be shown on creation were present.
v0.1.3
- Support all nova relationship field types:
BelongsTo
, BelongsToMany
, HasOne
, HasMany
, MorphOne
, MorphMany
v0.1.1
- Fix labels not displaying correctly in index view when using type as an associative array