Skip to content

Releases: jackocnr/intl-tel-input

v14.0.0

23 Sep 18:15
Compare
Choose a tag to compare

We finally removed the jQuery dependency! This changes how you initialise and use the plugin - see readme for details. All of the tests are currently passing on Chrome/Firefox/Safari/IE11.

  • You can no longer initialise the plugin on multiple inputs at once, but other than that AFAICS it should be feature complete
  • Instead of jQuery deferred objects we now use ES6 promises (if available)
  • dropdownContainer option has changed from taking a jQuery selector string, to a node e.g. document.body

I also simplified the CSS media queries in this release, so let me know if you notice any problems with that.

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