Skip to content

Releases: jackocnr/intl-tel-input

v13.0.0

25 Jul 12:14
Compare
Choose a tag to compare
  • changed how hiddenInput option works, to make it compatible with initialising the plugin on multiple inputs at once (so now if your input name contains square brackets then it will give the hidden input the same name, replacing the contents of the brackets with the given name)
  • removed an undocumented utilsScriptDeferred argument to static method loadUtils which is no longer needed
  • lots of bug fixes

v12.4.0

24 Jun 12:54
Compare
Choose a tag to compare
updated version to v12.4.0

v12.3.0

10 Jun 19:35
Compare
Choose a tag to compare
updated version to v12.3.0

v12.2.0

09 Jun 15:20
Compare
Choose a tag to compare
updated version to v12.2.0

v12.1.0

25 Sep 14:16
Compare
Choose a tag to compare
  • added new setPlaceholderNumberType public method

v12.0.0

30 Jul 09:36
Compare
Choose a tag to compare
  • added new hiddenInput option
  • trigger new open/close dropdown events

v11.1.0

01 Jul 12:38
Compare
Choose a tag to compare
  • now triggers close:countrydropdown event

v11.0.0

05 Feb 04:15
Compare
Choose a tag to compare
  • Drop support for IE8 (see readme). There are no actual changes in this release, it just marks a line in the sand where future changes will no longer consider IE8.

v10.0.0

11 Dec 04:40
Compare
Choose a tag to compare
  • rename numberType option to placeholderNumberType
  • rename formatOnInit to formatOnDisplay

v9.2.0

01 Oct 19:58
Compare
Choose a tag to compare
  • separate allowDropdown and separateDialCode options
  • make defaults object accessible from outside
  • bug fixes