Releases: phpsa/filament-password-reveal
Releases · phpsa/filament-password-reveal
v2.1.1
copy & generate off by default
v2.1.0
- Adds ability to set icons:
->copyIcon('heroicon-o-clipboard')
->generateIcon('heroicon-o-key')
->showIcon('heroicon-o-eye')
->hideIcon('heroicon-o-eye-slash')
V2.0.1: Fix: enchanced button styling (#24)
* update button styling
* dark mode hover colors
---------
Co-authored-by: Heiko Klingele <[email protected]>
V2 - Filament 3
v2.0.0
fix: imporove password generation
v1.1.4
1.1.4 (2023-02-22)
Bug Fixes
- conditions for field padding with multiple icons (c86dc9b)
v1.1.3
1.1.3 (2022-10-10)
Bug Fixes
- laravel 8 Str::__toString method compatability (b1fba91)
v1.1.2
1.1.2 (2022-08-21)
Bug Fixes
v1.1.1
1.1.1 (2022-07-01)
Bug Fixes
- pasword methods are now chainable (aa6f233)
v1.1.0
1.1.0 (2022-06-07)
Bug Fixes
- added new prefix/suffix actions from filament (8172469)
Features
- add configurable copy to clipboard button, made icons configurable using blade icons (7824eb4)
- allow password generation (2590e0e)
v1.0.1
1.0.1 (2022-05-06)
Bug Fixes