github joaopaulolndev/filament-edit-profile v1.0.46

7 hours ago

What's Changed

New Features

  • Configurable name_column: The name field is now configurable via config('filament-edit-profile.name_column'), allowing users with custom schemas (e.g. firstname, username) to use the plugin (#129, #125)

Bug Fixes

  • Fix Livewire entangle error on delete account: Removed unnecessary $wire.$entangle from delete-account-description.blade.php that caused a console error since no backing Livewire property existed (#70)
  • Fix duplicate components with customProfileComponents(): Added ->unique() to prevent the same component from appearing twice when using custom profile components (#69)

Other

  • Added Larastan static analysis
  • Moved Livewire component registration to ServiceProvider

Don't miss a new filament-edit-profile release

NewReleases is sending notifications on new releases.