Releases: juanjotorres90/ngx-material-intl-tel-input
Releases · juanjotorres90/ngx-material-intl-tel-input
19.1.0
19.0.0
18.2.1
18.2.0
18.1.1
18.1.0
Added
- Add 'emojiFlag' option to use standard emoji icons for the country flags.
- Add 'hidePhoneIcon' option to hide the phone icon.
18.0.1
Added
- Add 'fieldControlName' option to get the form control from the parent form group by name.
- Ability to dynamically change the form field value.
- Ability to dynamically enable or disable the form field.
Fixed
- Fix "AbstractControl" not assignable to FieldControl.
- Fix setting the initial value and status of the phone field control when it was set in the parent form group control.
18.0.0
Added
- Add support for Angular 18.
- Add 'includeDialCode' option to include the dial code in the phone number input.
- Auto select number input after changing country code.
- Add support for Material 3 theming.
- Use of Signal Inputs to dynamically change the disabled or required state of the phone field.
- Add 'currentValue' output event to retrieve the current phone number value without using a FormControl.
Fixed
- Fix Northern Mariana Islands number format.
Changed
- Upgrade project to nx 19.1.
- Use of Signal Inputs for component options.
- The component is now zoneless.
17.3.0
Added
- Add 'enableSearch' option to enable or disable country search.
- Add 'excludedCountries' option to exclude countries from the list.
Changed
- Update mat select dropdown styling.
17.2.2
Added
- Add linting and unit tests execution on pre-commit and ci.
Fixed
- Fix flags css on library build.