Skip to content

Releases: paul-thebaud/v-phone-input

v4.4.0

30 Oct 10:28
Compare
Choose a tag to compare

Features

  • feat: add rounded property (thanks to #42)

v4.3.2

19 Jul 11:34
Compare
Choose a tag to compare

Bug fixes

  • fix: export missing types (see #40)

v4.3.1

17 Jul 11:33
Compare
Choose a tag to compare

Bug fixes

  • fix: remove unused dependency

v4.3.0

17 Jul 11:22
Compare
Choose a tag to compare

Features

  • feat: add country-selection slot (closes #39)
  • feat: add default value to decorative prop of icon components

v4.2.2

30 Jun 17:08
Compare
Choose a tag to compare

Bug fixes

  • fix: attributes inheritance and documentation on behavior (closes #37)

v4.2.1

24 Jun 20:50
Compare
Choose a tag to compare

Bug fixes

  • fix: publish package under latest npm tag

v4.2.0

24 Jun 19:03
Compare
Choose a tag to compare

Features

  • feat: rely on countries-list
    instead of country-telephone-data
    for countries names and includes it in build.
  • feat: display native name of the country first (instead of showing EN name)

v4.2.0-alpha.0

18 Jun 16:19
Compare
Choose a tag to compare
v4.2.0-alpha.0 Pre-release
Pre-release

Features

  • feat: rely on countries-list
    instead of country-telephone-data
    for countries names and includes it in build.
  • feat: display native name of the country first (instead of showing EN name)

v4.1.2

04 Feb 18:43
Compare
Choose a tag to compare

Bug fixes

  • fix: types definition references inside package.json (closes #26)

v4.1.1

19 Jan 16:39
Compare
Choose a tag to compare

Bug fixes

  • fix: exclude unsupported countries from countries list to avoid unexpected errors
  • fix: only run validation trigger when phone number input is filled with a value (closes #21)