Releases: iamstevendao/vue-tel-input
Releases · iamstevendao/vue-tel-input
v4.4.0
- #172: Stop bundling
core-js
and @babel-runtime
, which reduces significantly bundle size. Credit to @merceyz
- #164: Add
readonly
prop (cd69dee)
- #166: Fix bug flag shows countries not included in
only-countries
prop (16c1dd6)
v4.3.0
- #167: Change the dropdown position if there is not enough space below (ea04bb6).
v4.1.1
#153:
- Disallowed formatting a phone with the 'customValidate' property (13b6c44)
- Remove unnecessary 'disabledFormatting' property (13b6c44)
v4.1.0
- #27: Created the
сustom-validate
prop to validate with regex (e4aea24), merged from #152.
v4.0.0
- ⚠️ #135: Replace current scoped styles with global styles using
.vti__
prefix (658584d).
v3.3.0
- Choose a country by its iso 2 code (e8ac00b)
v3.2.0
- #133 Add
autofocus
prop for the native input (4355d1c).
v3.1.8
- Fix bug: inputting '+' on 'v-model' makes input empty (83c9ff1).