Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v8.3.0
- bug fixes (along with lots more tests)
- re-added getExtension method, which now uses libphonenumber internally for more reliable results
v8.2.0
- added separateDialCode option
v8.1.0
- added allowDropdown option (defaults to true)
v8.0.0
- removed autoFormat functionality - see issue 346
- removed allowExtensions and getExtension as a result
- country dropdown now a custom full-screen popup on mobile
- rename country-change event to countrychange for consistency
- trigger countrychange event whenever the country changes
v7.1.0
- set autoFormat option to default to false due to known UX issue
- trigger custom
country-change
event when user selects a country
v7.0.0
- changed loadUtils to be a static method
- rename selectCountry to setCountry
- rename defaultCountry to initialCountry
- lots of tidy up and bug fixes
v6.4.0
- added excludeCountries option
v6.3.0
- added dropdownContainer option