Releases: juanjotorres90/ngx-material-intl-tel-input
Releases · juanjotorres90/ngx-material-intl-tel-input
17.2.2
Added
- Add linting and unit tests execution on pre-commit and ci.
Fixed
- Fix flags css on library build.
17.2.1
Added
- Add 'autoSelectCountry' option to enable auto selecting a country on initialization.
- Add 'autoSelectedCountry' option to set the country to be auto selected.
- Add 'numberValidation' option to disable phone number validation.
- Add 'preferredCountries' option to show them on top of the country list.
- Add 'visibleCountries' option to only show the specified countries.
- Export "CountryISO" type.
Changed
- Fetch country data refactor. Now a service handles all the logic.
Removed
- Remove unused css.
17.2.0
🎉🚀 First stable release 🚀🎉
Added
- Export "TextLabels" type.
Fixed
- Remove telephone form to avoid hydration issues.
- Rename main FormControl from "formControl" to "fieldControl" to avoid errors.
- Show field required error only when the field control is dirty.