Skip to content

Releases: juanjotorres90/ngx-material-intl-tel-input

17.2.2

11 Mar 08:56
b7a6278
Compare
Choose a tag to compare

Added

  • Add linting and unit tests execution on pre-commit and ci.

Fixed

  • Fix flags css on library build.

17.2.1

10 Mar 13:35
Compare
Choose a tag to compare

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

07 Mar 19:44
Compare
Choose a tag to compare

🎉🚀 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.