Skip to content

Releases: jackocnr/intl-tel-input

v8.0.1

15 Feb 06:22
Compare
Choose a tag to compare
Version 8.0.1

v8.0.0

11 Feb 21:33
Compare
Choose a tag to compare
  • 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

11 Jan 16:40
Compare
Choose a tag to compare
  • 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

20 Dec 00:59
Compare
Choose a tag to compare
  • 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

15 Oct 14:21
Compare
Choose a tag to compare
  • added excludeCountries option

v6.3.0

11 Oct 01:57
Compare
Choose a tag to compare
  • added dropdownContainer option

v6.2.0

27 Sep 16:44
Compare
Choose a tag to compare
updated version to v6.2.0

v6.1.0

16 Sep 19:47
Compare
Choose a tag to compare
  • Made Sass variables overridable
  • Updated libphonenumber to v7.0.11
  • Added version number into js
  • Added customPlaceholder option
  • Added CommonJS support
  • Lots of bug fixes

v6.0.0

05 Jun 09:54
Compare
Choose a tag to compare
  • BREAKING: Updated defaultCountry=auto system to use new geoIpLookup function option

v5.8.0

14 Mar 02:29
Compare
Choose a tag to compare
  • if set defaultCountry=auto and use jquery-cookie plugin, then store the loaded country code in a cookie for future use
  • other bug fixes