Releases: LouisMazel/vue-phone-number-input
Releases · LouisMazel/vue-phone-number-input
1.1.9: Sync input & loader color
Changelog
fix
- Synchronize input & loader color
1.1.8: auto-reconize country code and national number from number prefixed && support new version of libphonenumber-js
Changelog
feature
- Auto-reconize country code and national number from number prefixed
Ex: Init the component withv-model
= +33612345678
---> the component's country selector is set & the update event return
{
countryCode: "FR",
isValid: true,
phoneNumber: "612345678",
countryCallingCode: "33",
formattedNumber: "+33612345678",
nationalNumber: "612345678",
formatInternational: "+33 6 12 34 56 78",
formatNational: "06 12 34 56 78",
uri: "tel:+33612345678",
e164: "+33612345678"
}
Works when you entering the number and if the country code is null
update
- Update & support
libphonenumber-js
dependency to 1.7.51
1.1.7: fix(country iso code) issue with update programmatically
release(1.1.7): fix bugs with update country iso code
Fix: Dark color management
1.1.6 (release) 1.1.6: Fix dark color management
1.1.5: Bug fix search feature of country selector
1.1.2: Fix form submit when you choose a country
(release) 1.1.2: fix form submit when you choose a country
1.1.1: Fix wrong params in @click event when you chose a country
(release) 1.1.1: fix wrong country when you click on list
1.1.0: Improvements
1.0.9: UI improvements
Changelog
- Better UI on focus each element
- Close/Open methods improvements (Open on Arrow down/up & Enter)
- New arrow svg on select input
1.0.8 : Support error color & open/close countries list improvement
Changelog
- Add option to change the error color, ex:
error-color="red"
#59 - Improvement : Open/close method to show the countries list #60
#61 Release 1.0.8
Merci @antoine92190