Skip to content

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

19.1.0

21 Dec 11:14
cb9340c
Compare
Choose a tag to compare

Added

  • Add 'currentCountryCode' output event to retrieve the current country code number selected (#30).
  • Add 'currentCountryISO' output event to retrieve the current country ISO code selected (#31).

19.0.0

07 Dec 11:05
f44155c
Compare
Choose a tag to compare

Added

  • Add support for Angular 19 (#25).
  • Add 'useMask' option to enable masking of the phone number input.

Changed

  • Upgrade project to nx 20.2.
  • Upgrade project to use ESLint 9.

18.2.1

22 Nov 16:07
526944a
Compare
Choose a tag to compare

Added

  • Add 'appearance' option to set the material form field appearance (#22).

18.2.0

15 Aug 11:08
2276eac
Compare
Choose a tag to compare

Added

  • Add country's name tooltip when hovering over country selection element.

Fixed

  • Fix match area codes or priority when determining country code (#13)

18.1.1

27 Jul 09:52
2ce2072
Compare
Choose a tag to compare

Added

  • Add error border color when the field is invalid, dirty and not focused.

Fixed

  • Fix 'ng-invalid' class not being applied when the field is not valid (#11).

18.1.0

13 Jul 10:51
8cc4803
Compare
Choose a tag to compare

Added

  • Add 'emojiFlag' option to use standard emoji icons for the country flags.
  • Add 'hidePhoneIcon' option to hide the phone icon.

18.0.1

08 Jun 09:12
857c363
Compare
Choose a tag to compare

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

26 May 09:28
4b37ef4
Compare
Choose a tag to compare

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

16 Mar 11:17
fd6e464
Compare
Choose a tag to compare

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

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.