Releases: dcasia/nova-inline-morph-to
Releases · dcasia/nova-inline-morph-to
v1.0.0
01 Dec 02:13
Compare
Sorry, something went wrong.
No results found
v0.2.1
24 Jun 07:36
Compare
Sorry, something went wrong.
No results found
Use "Laravel\Nova\Resource" instead of "App\Nova\Resource"
v0.2.0
16 Apr 12:19
Compare
Sorry, something went wrong.
No results found
fix incompatibility issue with laravel nova 3.4.0
v0.1.10
17 Mar 17:53
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Support computed fields on the embed relation: #8
Text::make ('Some Attribute ' , function () {
return $ this ->propertyName ;
}),
v0.1.7
04 Oct 08:23
Compare
Sorry, something went wrong.
No results found
Support ->displayUsing() #5
v0.1.6
03 Oct 15:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix issues where fields that weren't supposed to be shown on creation were present.
v0.1.3
03 Oct 06:59
Compare
Sorry, something went wrong.
No results found
Support all nova relationship field types: BelongsTo, BelongsToMany, HasOne, HasMany, MorphOne, MorphMany
v0.1.1
02 Oct 06:49
Compare
Sorry, something went wrong.
No results found
Fix labels not displaying correctly in index view when using type as an associative array