Nova Inline Morph To Versions Save

A Laravel Nova field for displaying morphTo relationship inline.

v0.2.1

3 years ago

v0.2.0

4 years ago
  • fix incompatibility issue with laravel nova 3.4.0

v0.1.10

4 years ago
  • 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

4 years ago
  • Support computed fields on the embed relation: #8
Text::make('Some Attribute', function () {
  return $this->propertyName;
}),

v0.1.7

4 years ago
  • Support ->displayUsing() #5

v0.1.6

4 years ago
  • 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

4 years ago
  • Fix issues where fields that weren't supposed to be shown on creation were present.

v0.1.3

4 years ago
  • Support all nova relationship field types: BelongsTo, BelongsToMany, HasOne, HasMany, MorphOne, MorphMany

v0.1.1

4 years ago
  • Fix labels not displaying correctly in index view when using type as an associative array

v0.1.0

4 years ago