Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v6.2.0
updated version to v6.2.0
v6.1.0
- 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
- BREAKING: Updated defaultCountry=auto system to use new geoIpLookup function option
v5.8.0
- 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
- setNumber now accepts a 2nd format arg (only works for valid numbers)
v5.6.0
- new wikimedia commons flag icons
v5.5.0
- return a deferred object, so dev can use .done() to know when the plugin has finished initialising
v5.4.0
- use a native select for dropdown on mobile
v5.2.0
- on clear input: default to last selected flag
- other bug fixes