Skip to content

Releases: iamstevendao/vue-tel-input

v4.4.1

03 Oct 12:31
Compare
Choose a tag to compare
  • Update awesome-phonenumber to v2.32.0 (5d95972)
  • #187: Keep the order of only-countries alphabetically (3db0095)
  • #179: Pressing Enter to select country does not re-validate phone (bee2b08)

v4.4.0

01 Apr 11:38
Compare
Choose a tag to compare
  • #172: Stop bundling core-js and @babel-runtime, which reduces significantly bundle size. Credit to @merceyz
  • #164: Add readonly prop (cd69dee)
  • #166: Fix bug flag shows countries not included in only-countries prop (16c1dd6)

v4.3.0

02 Feb 13:13
Compare
Choose a tag to compare
  • #167: Change the dropdown position if there is not enough space below (ea04bb6).

v4.2.0

07 Jan 23:09
Compare
Choose a tag to compare

#158: Add focus event (4a27f6c).

v4.1.1

18 Dec 23:51
Compare
Choose a tag to compare

#153:

  • Disallowed formatting a phone with the 'customValidate' property (13b6c44)
  • Remove unnecessary 'disabledFormatting' property (13b6c44)

v4.1.0

10 Dec 12:09
Compare
Choose a tag to compare
  • #27: Created the сustom-validate prop to validate with regex (e4aea24), merged from #152.

v4.0.0

29 Sep 10:04
Compare
Choose a tag to compare
  • ⚠️ #135: Replace current scoped styles with global styles using .vti__ prefix (658584d).

v3.3.0

29 Sep 06:45
Compare
Choose a tag to compare
  • Choose a country by its iso 2 code (e8ac00b)

v3.2.1

12 Sep 00:53
Compare
Choose a tag to compare

v3.2.0

11 Sep 13:27
Compare
Choose a tag to compare
  • #133 Add autofocus prop for the native input (4355d1c).