Skip to content

Releases: iamstevendao/vue-tel-input

v3.1.6

24 Aug 13:39
Compare
Choose a tag to compare

#126 - Reformat the phone input after initialization (adae6e4).

v3.1.5

18 Aug 04:54
Compare
Choose a tag to compare

Add support for global options during installing in Vue project (8b5c203).

v3.1.4

17 Aug 09:09
Compare
Choose a tag to compare

v3.1.3

14 Aug 12:24
Compare
Choose a tag to compare

#68: Fix bug test failed with multiple hyphen characters (bb4ee17)

v3.1.2

14 Aug 00:59
Compare
Choose a tag to compare
  • #124: Fix errors when arguments of PhoneNumber are falsy values (614254c)

v3.1.1

13 Aug 14:03
Compare
Choose a tag to compare
  • #122: Add dynamicPlaceholder prop to set placeholder as a sample number from the current country (c5583bc).
  • Replace libphonenumber-js to awesome-phonenumber to reduce the package size (83e1b09).
    This change will fix a couple of issues:
    • #74: Change the dial code when changing the country.
    • #68: Validate number wrongly.
    • #121: Format the phone number in the international mode.
    • #98: Value doesn't get formatted before typing

v3.0.0

04 Aug 13:12
Compare
Choose a tag to compare

v3.0.0 has been released 🎉 with the new build tool. Now we use the Vue cli build tool as the replacement of PoiJS.
It will come with some fixes:

  • Support IE 11 (#91)
  • Build for use in the browser (#119)

v2.5.0

21 Jul 05:26
Compare
Choose a tag to compare

#107: Use Fetch API instead of simple-get (f3bed06)

v2.4.3

20 Jul 11:31
Compare
Choose a tag to compare
  • #113: Add arrow-icon slot (4665b9e)
  • #112: Fix incorrect initializing country code by IP when inputOptions.showDialCode is true (2beba87)

v2.4.2

14 Jul 12:22
Compare
Choose a tag to compare
  • #70 - Add country-changed event, fired when country changed (even for the first time) (7f2537a).
  • #108 - Prevent window scrolling when up and down keys are pressed (08c016e).