Skip to content

Releases: LouisMazel/vue-phone-number-input

1.0.7: Fix UI spacing when country code component do not have a value

21 Nov 22:21
Compare
Choose a tag to compare

1.0.6: Add option 'show-code-on-list'

21 Nov 21:34
Compare
Choose a tag to compare

Changelog

  • Now you showing the calling code on the countries list with show-code-on-list option

1.0.5: Fix error & valid state UI

21 Nov 21:08
Compare
Choose a tag to compare

1.0.4: CSS improvements

20 Nov 16:02
Compare
Choose a tag to compare

Changelog

  • Resolve CSS conflicts with Vuetify

1.0.3: Bugs fix - Theme for IE11 & valid color box-shadow

11 Nov 14:59
Compare
Choose a tag to compare

1.0.1: Add theme, dark color, border radius & refacto

08 Nov 20:07
Compare
Choose a tag to compare
:book: (docs) Update doc for 1.0.1

0.2.7 : Bugs fix & new feature & nuxt compatibility

05 Nov 11:00
Compare
Choose a tag to compare

Bugs fix:

  • Fix bug with argentina phone number #42
  • Fix valid & focus state #47
  • Fix phone validation on initialization
  • Fix preferred countries sort #43

Feature:

  • Add option (no-country-selector) to hide the country selector (you can use the component to only validate phone numbers) #46
  • Expose countryCallingCode on update payload #44

Compatibility:

  • Improve compatibility with nuxt

0.2.6 - Add feature - Fetching country code with ip2c.org

22 Oct 17:01
64b8b44
Compare
Choose a tag to compare

Now with fetch-country attribute (prop) you can fetch the country code via ip2c.org

The network is needed

0.2.5 - Fix auto fetch locale with browser's locale

22 Oct 11:49
Compare
Choose a tag to compare
(release) : 0.2.5 - Fix auto fetch locale with browser locale

0.2.4 : Fix bug when you use backspace key to delete a digit in number with parentheses

17 Oct 16:38
Compare
Choose a tag to compare