Releases: jackocnr/intl-tel-input
Releases · jackocnr/intl-tel-input
v14.0.0
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
- 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 methodloadUtils
which is no longer needed - lots of bug fixes