Skip to content

Releases: jackocnr/intl-tel-input

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

v5.7.0

03 Mar 06:34
Compare
Choose a tag to compare
  • setNumber now accepts a 2nd format arg (only works for valid numbers)

v5.6.0

02 Mar 00:17
Compare
Choose a tag to compare
  • new wikimedia commons flag icons

v5.5.0

28 Feb 07:16
Compare
Choose a tag to compare
  • return a deferred object, so dev can use .done() to know when the plugin has finished initialising

v5.4.0

22 Feb 07:21
Compare
Choose a tag to compare
  • use a native select for dropdown on mobile

v5.3.0

21 Feb 20:07
Compare
Choose a tag to compare
  • retina flag icons

v5.2.0

21 Feb 09:14
Compare
Choose a tag to compare
  • on clear input: default to last selected flag
  • other bug fixes