Skip to content

Releases: LouisMazel/vue-phone-number-input

1.1.9: Sync input & loader color

27 Apr 10:14
Compare
Choose a tag to compare

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

27 Apr 09:59
Compare
Choose a tag to compare

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

12 Apr 09:19
Compare
Choose a tag to compare
release(1.1.7): fix bugs with update country iso code

Fix: Dark color management

14 Feb 10:06
Compare
Choose a tag to compare
1.1.6

(release) 1.1.6: Fix dark color management

1.1.5: Bug fix search feature of country selector

10 Feb 20:34
Compare
Choose a tag to compare

1.1.2: Fix form submit when you choose a country

06 Jan 08:42
Compare
Choose a tag to compare
(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

03 Jan 17:00
Compare
Choose a tag to compare
(release) 1.1.1: fix wrong country when you click on list

1.1.0: Improvements

25 Dec 19:16
Compare
Choose a tag to compare

ChangeLog

  • Accessibility improvements (country selector: same behavior as a native select input) #64
  • Colors Management: Use computed style to have more browsers compatibility (>= IE9) #64
  • Virtual Dom on list to improve performance (mobile) #67

1.0.9: UI improvements

01 Dec 12:47
Compare
Choose a tag to compare

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

30 Nov 20:13
Compare
Choose a tag to compare

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