# Changelog

All notable changes to `filament-edit-profile` will be documented in this file.

## v2.0.14 - 2026-02-27

### 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)
- **Fix email change verification bypass**: Refresh user model after sending email change verification to prevent persisting the unverified email (#132)
- **Fix EditForm stub**: Updated to use Filament v4 Schema API instead of Form

#### Other

- Added Larastan static analysis
- Bumped GitHub Actions dependencies

## v2.0.13 - 2025-09-13

### What's Changed

* Fix panel fallback for plugin slug retrieval by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/123

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.12...v2.0.13

## v2.0.12 - 2025-09-04

### What's Changed

* Change icon property and modify setIcon method to accept HeroIcon by @codearachnid in https://github.com/joaopaulolndev/filament-edit-profile/pull/122

### New Contributors

* @codearachnid made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/122

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.11...v2.0.12

## v2.0.11 - 2025-08-24

### What's Changed

* RTL style fix by @zvizvi in https://github.com/joaopaulolndev/filament-edit-profile/pull/120
* Restructure Hebrew language file location by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/121

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.10...v2.0.11

## v2.0.10 - 2025-08-23

### What's Changed

* Add Hebrew translation by @zvizvi in https://github.com/joaopaulolndev/filament-edit-profile/pull/119

### New Contributors

* @zvizvi made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/119

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.9...v2.0.10

## v2.0.9 - 2025-08-23

### What's Changed

* Enable closures for conditional forms visibility by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/118

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.8...v2.0.9

## v2.0.8 - 2025-08-19

### What's Changed

* Add validation rules for locale and theme color fields by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/116

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.7...v2.0.8

## v2.0.7 - 2025-08-19

### What's Changed

* Remove default locale options from configuration by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/115

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.6...v2.0.7

## v2.0.6 - 2025-08-17

### What's Changed

* feat(profile): add email change verification logic by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/114
* fix(theme-color): use the correct getter to show/hide the theme_color field by @ricardoh in https://github.com/joaopaulolndev/filament-edit-profile/pull/113

### New Contributors

* @ricardoh made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/113

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.5...v2.0.6

## v2.0.5 - 2025-08-16

### What's Changed

* feat(theme-color): add support for user-configurable theme color by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/112

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.4...v2.0.5

## v2.0.4 - 2025-08-16

### What's Changed

* chore(deps): bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/108
* chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/106
* docs(readme): enhance multi-factor authentication setup and visibility guidelines by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/110
* docs(readme): add usage guide for locale selection in profile settings by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/111

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.3...v2.0.4

## v2.0.3 - 2025-08-09

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.2...v2.0.3

## v2.0.2 - 2025-08-09

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.1...v2.0.2

## v2.0.1 - 2025-08-09

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.45...v2.0.1

### What's Changed

* 2.x add mfa by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/105

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v2.0.0...v2.0.1

## v2.0.0 - 2025-08-09

### What's Changed

* 2.x upgrade v4 by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/104

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.45...v2.0.0

## v1.0.45 - 2025-07-13

### What's Changed

* chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/joaopaulolndev/filament-edit-profile/pull/99

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.44...v1.0.45

## v1.0.44 - 2025-06-14

### What's Changed

* fix: avoid error when plugin is null in getSlug() method by @edeoliv in https://github.com/joaopaulolndev/filament-edit-profile/pull/98

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.43...v1.0.44

## v1.0.43 - 2025-05-21

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.42...v1.0.43

## v1.0.42 - 2025-05-20

### What's Changed

* fix(profile): correct input field to use 'email' instead of auth identifier by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/90
* fix(profile): handle missing Sanctum class in token visibility logic by @jeffersongoncalves in https://github.com/joaopaulolndev/filament-edit-profile/pull/91

### New Contributors

* @jeffersongoncalves made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/90

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.41...v1.0.42

## v1.0.41 - 2025-05-19

### What's Changed

* feat(profile): add email form visibility toggle by @andrefelipe18 in https://github.com/joaopaulolndev/filament-edit-profile/pull/88

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.40...v1.0.41

## v1.0.40 - 2025-05-19

### What's Changed

* Call to a member function getSlug() on null by @bigraja in https://github.com/joaopaulolndev/filament-edit-profile/pull/82
* Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/85
* Use `getAuthIdentifierName()` instead of hardcoded `email` in profile… by @leandrogehlen in https://github.com/joaopaulolndev/filament-edit-profile/pull/83
* Fix null plugin access in EditProfilePage when panel context is unavailable by @MiguelAngelMP10 in https://github.com/joaopaulolndev/filament-edit-profile/pull/84
* Update CustomFieldsForm.php by @Emotard1991 in https://github.com/joaopaulolndev/filament-edit-profile/pull/87

### New Contributors

* @bigraja made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/82
* @leandrogehlen made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/83
* @MiguelAngelMP10 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/84
* @Emotard1991 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/87

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.39...v1.0.40

## v1.0.39 - 2025-04-22

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.38...v1.0.39

## v1.0.38 - 2025-04-16

### What's Changed

* Simplify slug retrieval logic by @andrefelipe18 in https://github.com/joaopaulolndev/filament-edit-profile/pull/80

### New Contributors

* @andrefelipe18 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/80

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.37...v1.0.38

## v1.0.37 - 2025-03-27

### What's Changed

* Support Laravel 12 by @patriciomartinns in https://github.com/joaopaulolndev/filament-edit-profile/pull/73
* Add Japanese Language Support by @staffkojinpro in https://github.com/joaopaulolndev/filament-edit-profile/pull/77
* [Bug} compatibily with Model::shouldBeStrict() by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/75

### New Contributors

* @patriciomartinns made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/73
* @staffkojinpro made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/77

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.36...v1.0.37

## v1.0.36 - 2025-02-19

### What's Changed

* feat localization : add Turkish lang by @AzizEmir in https://github.com/joaopaulolndev/filament-edit-profile/pull/72

### New Contributors

* @AzizEmir made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/72

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.35...v1.0.36

## v1.0.35 - 2025-02-12

### What's Changed

* Add id to custom fields by @Ercogx in https://github.com/joaopaulolndev/filament-edit-profile/pull/68

### New Contributors

* @Ercogx made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/68

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.34...v1.0.35

## v1.0.34 - 2025-02-07

### What's Changed

* Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/65
* Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/67
* Feat: Add more property support to custom fields by @gigili in https://github.com/joaopaulolndev/filament-edit-profile/pull/64

### New Contributors

* @gigili made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/64

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.33...v1.0.34

## v1.0.33 - 2024-12-05

### What's Changed

* Refactor Configuration for Filament Profile Editing and Avatar Handling by @ludndev in https://github.com/joaopaulolndev/filament-edit-profile/pull/59

### New Contributors

* @ludndev made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/59

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.32...v1.0.33

## v1.0.32 - 2024-11-02

### What's Changed

* Add disk and visibility configuration for avatars by @rpsimao in https://github.com/joaopaulolndev/filament-edit-profile/pull/51
* Fix `json_decode` type error by @mkeremcansev in https://github.com/joaopaulolndev/filament-edit-profile/pull/55
* Added a method to dynamicly resolve a field from the field type by @pvdptje in https://github.com/joaopaulolndev/filament-edit-profile/pull/53

### New Contributors

* @rpsimao made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/51
* @mkeremcansev made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/55
* @pvdptje made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/53

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.31...v1.0.32

## v1.0.31 - 2024-10-28

### What's Changed

* feat: Czech translation by @su-din0 in https://github.com/joaopaulolndev/filament-edit-profile/pull/52

### New Contributors

* @su-din0 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/52

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.30...v1.0.31

## v1.0.30 - 2024-09-19

### What's Changed

* Updated italian translation by @0chak in https://github.com/joaopaulolndev/filament-edit-profile/pull/48

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.29...v1.0.30

## v1.0.29 - 2024-09-16

### What's Changed

* Add Slovak translation by @Grolicek in https://github.com/joaopaulolndev/filament-edit-profile/pull/47

### New Contributors

* @Grolicek made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/47

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.28...v1.0.29

## v1.0.28 - 2024-09-09

### What's Changed

* Add Indonesian translation by @yandearta in https://github.com/joaopaulolndev/filament-edit-profile/pull/44

### New Contributors

* @yandearta made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/44

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.27...v1.0.28

## v1.0.27 - 2024-09-05

### What's Changed

* fix: rename Portuguese language folder to pt_PT by @kidiatoliny in https://github.com/joaopaulolndev/filament-edit-profile/pull/42
* fix: correct method calls in conditional checks by @kidiatoliny in https://github.com/joaopaulolndev/filament-edit-profile/pull/43

### New Contributors

* @kidiatoliny made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/42

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.26...v1.0.27

## v1.0.26 - 2024-08-19

### What's Changed

* Changed extension for migration files to test on to .php.stub by @ejjaquet in https://github.com/joaopaulolndev/filament-edit-profile/pull/40

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.25...v1.0.26

## v1.0.25 - 2024-08-19

### What's Changed

* Added a Input of type password to the CustomFormField possibilities by @ejjaquet in https://github.com/joaopaulolndev/filament-edit-profile/pull/37
* Add success notification for browser sessions logout by @carlopaa in https://github.com/joaopaulolndev/filament-edit-profile/pull/39

### New Contributors

* @ejjaquet made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/37
* @carlopaa made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/39

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.24...v1.0.25

## v1.0.24 - 2024-08-09

### What's Changed

* Add Polish language / translation by @Konradx3 in https://github.com/joaopaulolndev/filament-edit-profile/pull/35

### New Contributors

* @Konradx3 made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/35

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.23...v1.0.24

## v1.0.23 - 2024-08-01

### What's Changed

* Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/31
* fix some caps typos in German translation by @buddhaCode in https://github.com/joaopaulolndev/filament-edit-profile/pull/34

### New Contributors

* @buddhaCode made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/34

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.22...v1.0.23

## v1.0.22 - 2024-07-13

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.21...v1.0.22

## v1.0.21 - 2024-07-11

### What's Changed

* Add persian (farsi) language by @AryanpAzadeh in https://github.com/joaopaulolndev/filament-edit-profile/pull/25
* Update CustomFieldsForm.php by @pntrivedy in https://github.com/joaopaulolndev/filament-edit-profile/pull/24

### New Contributors

* @AryanpAzadeh made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/25
* @pntrivedy made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/24

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.20...v1.0.21

## v1.0.20 - 2024-07-01

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.19...v1.0.20

## v1.0.19 - 2024-06-26

### What's Changed

* Add Hungarian translation by @kovkor in https://github.com/joaopaulolndev/filament-edit-profile/pull/22

### New Contributors

* @kovkor made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/22

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.18...v1.0.19

## v1.0.18 - 2024-06-26

- Fixed issue when deleting account found by @PovilasKorop

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.17...v1.0.18

## v1.0.17 - 2024-06-25

- Add pt language

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.16...v1.0.17

## v1.0.16 - 2024-06-23

### What's Changed

* Add france and arabic languages by @ibrahimBougaoua in https://github.com/joaopaulolndev/filament-edit-profile/pull/21

### New Contributors

* @ibrahimBougaoua made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/21

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.15...v1.0.16

## v1.0.15 - 2024-06-19

### What's Changed

* Dutch and German translations by @timwassenburg in https://github.com/joaopaulolndev/filament-edit-profile/pull/19

### New Contributors

* @timwassenburg made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/19

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.14...v1.0.15

## v1.0.14 - 2024-06-18

### What's Changed

* github actions l11 and php8.3 by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/15
* add method slug profile by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/18

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.13...v1.0.14

## v1.0.13 - 2024-06-14

### What's Changed

* fix lang es by @gpibarra in https://github.com/joaopaulolndev/filament-edit-profile/pull/13
* Add feature custom components by @rmsramos in https://github.com/joaopaulolndev/filament-edit-profile/pull/14

### New Contributors

* @gpibarra made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/13

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.12...v1.0.13

## v1.0.12 - 2024-06-07

### What's Changed

* Add profile avatar functionality by @alifdarsim in https://github.com/joaopaulolndev/filament-edit-profile/pull/12
* Fix issue reported by @ronssij

### New Contributors

* @alifdarsim made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/12

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.11...v1.0.12

## v1.0.11 - 2024-06-06

Fix the issue reported by @alifdarsim

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.10...v1.0.11

## v1.0.10 - 2024-05-31

- Fix issue reported by @guiireal

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.9...v1.0.10

## v1.0.9 - 2024-05-27

### What's Changed

* Update of Spanish translations by @edeoliv in https://github.com/joaopaulolndev/filament-edit-profile/pull/8

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.8...v1.0.9

## v1.0.8 - 2024-05-25

### What's Changed

* Add feature browser sessions by @rmsramos in https://github.com/joaopaulolndev/filament-edit-profile/pull/7

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.7...v1.0.8

## v1.0.7 - 2024-05-25

- Fixed bug when saving custom fields reported by @billmn

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.6...v1.0.7

## v1.0.6 - 2024-05-25

- Fixed issue https://github.com/joaopaulolndev/filament-edit-profile/issues/6 reported by @billmn

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.5...v1.0.6

## v1.0.5 - 2024-05-24

### What's Changed

* Add Spanish translation by @edeoliv in https://github.com/joaopaulolndev/filament-edit-profile/pull/5

### New Contributors

* @edeoliv made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/5

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.4...v1.0.5

## v1.0.4 - 2024-05-24

### What's Changed

* Add italian translation by @0chak in https://github.com/joaopaulolndev/filament-edit-profile/pull/4

### New Contributors

* @0chak made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/4

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.3...v1.0.4

## v1.0.3 - 2024-05-23

- Add Sanctum Personal Access Token - Developed by @rmsramos

### What's Changed

* Develop by @rmsramos in https://github.com/joaopaulolndev/filament-edit-profile/pull/3

### New Contributors

* @rmsramos made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/3

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.2...v1.0.3

## v1.0.2 - 2024-05-22

- Add Custom Fields Feature

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.1...v1.0.2

## v1.0.1 - 2024-05-20

- Add shouldShowDeleteAccountForm feature

### What's Changed

* Bump dependabot/fetch-metadata from 1.6.0 to 2.1.0 by @dependabot in https://github.com/joaopaulolndev/filament-edit-profile/pull/1
* Add shouldShowDeleteAccountForm functionality by @kdrmlhcn in https://github.com/joaopaulolndev/filament-edit-profile/pull/2

### New Contributors

* @dependabot made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/1
* @kdrmlhcn made their first contribution in https://github.com/joaopaulolndev/filament-edit-profile/pull/2

**Full Changelog**: https://github.com/joaopaulolndev/filament-edit-profile/compare/v1.0.0...v1.0.1

## 1.0.0 - 202X-XX-XX

- initial release
