Releases: iamstevendao/vue-tel-input
Releases · iamstevendao/vue-tel-input
v3.1.7
- 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).
v3.1.6
#126 - Reformat the phone input after initialization (adae6e4).
v3.1.5
Add support for global options during installing in Vue project (8b5c203).
v3.1.3
#68: Fix bug test failed with multiple hyphen characters (bb4ee17)
v3.1.2
- #124: Fix errors when arguments of PhoneNumber are falsy values (614254c)
v3.1.1
- #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
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.4.3
- #113: Add
arrow-icon
slot (4665b9e)
- #112: Fix incorrect initializing country code by IP when
inputOptions.showDialCode
is true
(2beba87)