Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jan 22, 2024
2 parents 02786d1 + cc0c8fa commit d1c667d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@ All notable changes to `filament-password-input` will be documented in this file

### 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

## v1.1.2 - 2023-12-26

### 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

## v1.1.1 - 2023-12-04

### 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

## v1.1.0 - 2023-10-29

### 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

## v1.0.1 - 2023-10-19

### 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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ The icons for used in the actions on this component can be customized in a servi

Here are the aliases required to modify each icon:

- `filament-password-input::copy` - copy to clipboard action
- `filament-password-input::regenerate` - regenerate password action
- `forms::components.text-input.actions.show-password` - show password reveal button
- `forms::components.text-input.actions.hide-password` - hide password reveal button
- `filament-password-input::copy` - copy to clipboard action
- `filament-password-input::regenerate` - regenerate password action
- `forms::components.text-input.actions.show-password` - show password reveal button
- `forms::components.text-input.actions.hide-password` - hide password reveal button

## Kitchen Sink Example

Expand Down

0 comments on commit d1c667d

Please sign in to comment.