npm vue-select 2.2.0
Browser Consistency, Ajax Improvements

latest releases: 3.20.3, 3.20.2, 3.20.1...
7 years ago

New 🎉

  • (#146) The debounce prop has been removed, for the same reasons it was removed from Vue
  • removed deprecated <transition> from component and updated to work with Vue 2.0 transitions
  • search event is now emitted when the search text changes as an alternative to the on-change callback
  • dropdown will not be displayed if loading is true, improving UX for ajax searches

Fixes

  • (#130) clear button no longer appears in IE
  • (#165) fixes issue where dropdown didn't display in bootstrap4-alpha6
  • (#161) showLoading should have been called mutableLoading
    • added a watcher to keep mutableLoading in sync with the loading prop
  • removes default search input styling in Safari
  • removed more unused styles
  • increases consistency between browsers and css frameworks

This is really more of a patch release, because debounce wasn't actually doing anything since 2.0.0 and could be considered deprecated, but now the prop has been removed entirely, so I'm bumping the minor. Most of the changes are related to keeping this looking as consistent as possible between browsers and css frameworks.

Don't miss a new vue-select release

NewReleases is sending notifications on new releases.