Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v13.0.0
- 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
updated version to v12.4.0
v12.3.0
updated version to v12.3.0
v12.2.0
updated version to v12.2.0
v12.1.0
- added new setPlaceholderNumberType public method
v12.0.0
- added new hiddenInput option
- trigger new open/close dropdown events
v11.1.0
- now triggers
close:countrydropdown
event
v11.0.0
- 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
- rename numberType option to placeholderNumberType
- rename formatOnInit to formatOnDisplay
v9.2.0
- separate
allowDropdown
and separateDialCode
options
- make defaults object accessible from outside
- bug fixes