patw0929 / react-intl-tel-input

Rewrite International Telephone Input in React.js. (Looking for maintainers, and PRs & contributors are also welcomed!)
https://patw0929.github.io/react-intl-tel-input/
MIT License
282 stars 221 forks source link

feat: added missing area code for Canada #396

Closed obo-ueat closed 2 years ago

obo-ueat commented 2 years ago

Description

Since a few months, Canada area code list has been enriched with a new code (367) which is not supported by this component as of now. This PR is meant to add the missing area code. Ref: https://www.allareacodes.com/367

mcataford commented 2 years ago

Quick QA:

:heavy_check_mark: Verified that there's no duplication in the area code mappings with this change; :heavy_check_mark: Verified that the selector correctly changes to Canada when entering a # starting with 367;

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 8.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

obo-ueat commented 2 years ago

Thank you very much again @mcataford for having merged this PR!