webcat12345 / ngx-intl-tel-input

Phone number input field to support international numbers, Angular
MIT License
213 stars 338 forks source link

Breaking changes on intl-tel-input 16.x #211

Open asantos3 opened 5 years ago

asantos3 commented 5 years ago

On the 16.0.0 intl-tel-input did a few breaking changes that broke this package:

  • Switched CSS class names to use BEM, so you shouldn't get any more clashes with generic class names like "highlight"
  • All NANP countries now have just +1 as their dialCode, when some used to include the area code e.g. Barbados used to have dial code +1246 and now has just +1.

Some issues like #209 might be open due to this.

pasevin commented 5 years ago

Yep, this is why we're still on "intl-tel-input": "^14.1.0". If anyone wants to adapt this lib to v16.0.0, please submit a PR. Appreciate :)

errier commented 4 years ago

Please also update https://www.npmjs.com/package/ngx-intl-tel-input page. npm install intl-tel-input --save => npm install intl-tel-input@14.1.0 --save

pasevin commented 4 years ago

Done :)