Skip to content

Releases: iamstevendao/vue-tel-input

v5.10.1

22 Feb 22:33
Compare
Choose a tag to compare

What's Changed

  • Added flag wrapper to fix width inconsistencies by @DucNg in #314
  • TypeError in dropdown search box by @riya09 in #319
  • event propagation in dropdown searchbox - Firefox & Safari by @riya09 in #320

New Contributors

Full Changelog: v5.9.0...v5.10.1

v5.9.0

08 Dec 05:44
825c985
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.0...v5.9.0

v5.8.0

03 Dec 14:17
2fa494a
Compare
Choose a tag to compare
  • fix: Proper nesting of inline and block components fixed plus additional accessibility updates with proper roles and aria callouts by @tijascott in #308

Full Changelog: v5.7.0...v5.8.0

v5.7.0

02 Dec 14:21
b790c8d
Compare
Choose a tag to compare
  • feat: Country search box in the dropdown, enabled via prop dropdownOptions.showSearchBox #305 (84ff5a9 and 5c044d4)

Full Changelog: v5.6.3...v5.7.0

v5.6.3

12 Nov 13:22
c16f02b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.2...v5.6.3

v6.0.0-beta.4

03 Aug 13:38
Compare
Choose a tag to compare
v6.0.0-beta.4 Pre-release
Pre-release

Vue 3 Support:

v5.6.2

14 Aug 17:33
Compare
Choose a tag to compare
  • fix: highlighted item class doesn't work #278 (5185db4)

v5.6.1

03 Aug 14:05
Compare
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
Compare
Choose a tag to compare
  • #268: Remove postinstall script (592a1fe)
  • Update README, add Development section.

v5.4.0

19 Jun 14:56
Compare
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';