Skip to content

Releases: iamstevendao/vue-tel-input

v5.6.2

14 Aug 17:33

Choose a tag to compare

  • fix: highlighted item class doesn't work #278 (5185db4)

v5.6.1

03 Aug 14:05

Choose a tag to compare

  • fix: Cannot read property 'toUpperCase' of null #255 (eef57b7)
  • feat: Add prop to disable dropdown options dropdownOptions.disabled #190 (8fe46cc)
  • feat: Add aria-describedby for inputOptions prop #253 (1b6cb1f)

v5.5.0

26 Jun 06:18

Choose a tag to compare

  • #268: Remove postinstall script (592a1fe)
  • Update README, add Development section.

v5.4.0

19 Jun 14:56

Choose a tag to compare

  • #264: Update dependencies and add new build target for modern browsers (2964043)
    To use it:
    import VueTelInput from 'vue-tel-input/dist-modern/vue-tel-input.umd.js';
    import 'vue-tel-input/dist-modern/vue-tel-input.css';

v5.3.0

28 Apr 13:32

Choose a tag to compare

  • #200: Use v-if instead of v-show for countries list (75c2e76)

v5.2.0

28 Apr 13:31

Choose a tag to compare

  • Allow defaultCountry prop to accept both iso2 and dialCode (b8482fa)
  • Add named slot to allow icons to be added to the right of the input (7fbd8ca)

v5.1.0

21 Feb 14:13

Choose a tag to compare

  • Add option to import separate css files (including sprite.css and component.css):
// Before
import 'vue-tel-input/dist/vue-tel-input.css';

// After (Optional)
import 'vue-tel-input/dist/css/sprite.css';
import 'vue-tel-input/dist/css/component.css';

v5.0.4

01 Feb 05:01

Choose a tag to compare

  • #231: Add invalid value to phone number object if country is not exists in filtered list (b5f003d)
  • #154: Return current input element as the third argument in @input (7bd918c)

v5.0.3

21 Jan 05:53

Choose a tag to compare

  • #25: Make inputOptions.placeholder prop reactive (de5c0f8)

v5.0.0

15 Jan 07:05

Choose a tag to compare

This version is a complete rewrite to the codebase, which includes:

  • Build tool: vue-cli (to replace rollup).
  • Library: libphonenumber-js (to replace awesome-phonenumber).
  • Documentation: vuepress.
  • More organized props with inputOptions and dropdownOptions.