Skip to content

Releases: jackocnr/intl-tel-input

v20.1.0

22 Mar 18:20
Compare
Choose a tag to compare
  • React component: support inputProps prop

v20.0.5

20 Mar 11:37
Compare
Choose a tag to compare
  • a11y fix - see commits

v20.0.4

18 Mar 11:15
Compare
Choose a tag to compare

Cleanup

v20.0.3

17 Mar 13:42
Compare
Choose a tag to compare
  • Bump libphonenumber to v8.13.32

v20.0.2

17 Mar 12:13
Compare
Choose a tag to compare
  • Build CSS

v20.0.1

17 Mar 12:11
Compare
Choose a tag to compare

Fixes

v20.0.0

17 Mar 10:48
Compare
Choose a tag to compare

BREAKING CHANGES

  • Limit the number of files installed with intl-tel-input (as a dependency) - more details here
  • Update the ARIA tags to work with countrySearch (there are 4 new translation keys in i18n option - see readme)
  • Remove defaultToFirstCountry option as that behaviour was causing problems and so is not recommended (you can always use initialCountry to set the initial country if you wish to)
  • By default, calling isValidNumber will now default to mobile-only mode (it will only return true for valid mobile numbers), which means it will be much more accurate - if you don't want this, you can pass false as an argument e.g. isValidNumber(false)
  • Removed legacy Promise checks, as they are now supported in all modern browsers
  • Remove autoInsertDialCode feature, preferring showSelectedDialCode
  • Simplified hiddenInput option so it must return an object - see readme
  • Validation methods now return false if the number contains an alphabetic character

NON BREAKING CHANGES

v19.5.7

14 Mar 00:56
Compare
Choose a tag to compare

Fixes

v19.5.6

07 Mar 15:08
Compare
Choose a tag to compare
  • mobileOnly flag for isValidNumber

v19.5.5

02 Mar 15:18
Compare
Choose a tag to compare

Fixes