diff --git a/CHANGELOG.md b/CHANGELOG.md index 5511d1a..34b4fe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,22 @@ All notable changes to `filament-password-input` will be documented in this file +## v2.0.0 - 2024-01-23 + +### What's Changed + +* Use filament revealable flag on input instead by @rawilk in https://github.com/rawilk/filament-password-input/pull/10 +* Cleanup actions by @rawilk in https://github.com/rawilk/filament-password-input/pull/11 + +See [Upgrade](https://github.com/rawilk/filament-password-input/blob/main/upgrade.md) guide for more changes. + +**Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.1.3...v2.0.0 + ## v1.1.3 - 2023-12-28 ### What's Changed -- Renamed folder name (for pt) to match Filaments i18n structure by @Corvisier in https://github.com/rawilk/filament-password-input/pull/9 +- Renamed folder name (for pt) to match Filaments i18n structure by @Corvisier in https://github.com/rawilk/filament-password-input/pull/9 **Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.1.2...v1.1.3 @@ -14,11 +25,11 @@ All notable changes to `filament-password-input` will be documented in this file ### What's Changed -- European Portuguese by @Corvisier in https://github.com/rawilk/filament-password-input/pull/7 +- European Portuguese by @Corvisier in https://github.com/rawilk/filament-password-input/pull/7 ### New Contributors -- @Corvisier made their first contribution in https://github.com/rawilk/filament-password-input/pull/7 +- @Corvisier made their first contribution in https://github.com/rawilk/filament-password-input/pull/7 **Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.1.1...v1.1.2 @@ -26,7 +37,7 @@ All notable changes to `filament-password-input` will be documented in this file ### What's Changed -- Load CSS for input on demand +- Load CSS for input on demand **Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.1.0...v1.1.1 @@ -34,12 +45,12 @@ All notable changes to `filament-password-input` will be documented in this file ### What's Changed -- Add Arabic Support ! by @EGYWEB-Mohamed in https://github.com/rawilk/filament-password-input/pull/3 -- Require a minimum of 3 characters for password generation length - https://github.com/rawilk/filament-password-input/commit/15b5e80ddd8d014b88831b945388c3b302a58193 +- Add Arabic Support ! by @EGYWEB-Mohamed in https://github.com/rawilk/filament-password-input/pull/3 +- Require a minimum of 3 characters for password generation length - https://github.com/rawilk/filament-password-input/commit/15b5e80ddd8d014b88831b945388c3b302a58193 ### New Contributors -- @EGYWEB-Mohamed made their first contribution in https://github.com/rawilk/filament-password-input/pull/3 +- @EGYWEB-Mohamed made their first contribution in https://github.com/rawilk/filament-password-input/pull/3 **Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.0.1...v1.1.0 @@ -47,7 +58,7 @@ All notable changes to `filament-password-input` will be documented in this file ### What's Changed -- Bug fix: Use `$getExtraInputAttributeBag()` instead of `$getExtraAttributeBag()` on the input element to pull in the correct attributes +- Bug fix: Use `$getExtraInputAttributeBag()` instead of `$getExtraAttributeBag()` on the input element to pull in the correct attributes **Full Changelog**: https://github.com/rawilk/filament-password-input/compare/v1.0.0...v1.0.1