Skip to content

Releases: iamstevendao/vue-tel-input

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).

v3.1.8

09 Sep 07:32
Compare
Choose a tag to compare
  • Fix bug: inputting '+' on 'v-model' makes input empty (83c9ff1).

v3.1.7

08 Sep 05:44
Compare
Choose a tag to compare
  • Keep the cursor position after formatting to prevent the cursor to be moved to the last character (0ef1d1a).
  • Use the default mode as 'input' in case the phone is invalid (54cdbbd).
  • Make the input value an empty string '' instead of undefined when the input is empty (d35afbc).