v2.6.0 - Stability Improvements
v2.5.1
introduced some regressions that have been patched in this release. The release is primarily maintenance with the exception of #730 adding a backwards compatible prop.
Big thanks to all the contributors helping out with bug fixes and improving the component.
- Shout out to @eriknygren for tons of support from new features to code reviews
- Big thanks to @MrStobbart for fixing many of the regressions that were introduced in 2.5.1.
Fixes
- issues where dropdown could not be closed in certain instances
- #664 multiple selects could choose same option multiple times
- #645 fix docs to show
filterBy
instead offilterFunction
- #744 only show scrollbar when necessary
- #723 cannot clear disabled selects
- #703 fix unresponsive selects
- #671 improves
isOptionSelected
- #711 only emit input on actual events
- #702 support Vuex strict mode
New
- #730 add
autocomplete
prop for search input, defaults tooff
Changes
#747 dist files are no longer tracked
- the majority of PRs had compiled
/dist
files in them making merges more difficult and cumbersome, despite contribution guide that states not to - downside is that when installing using
npm install [email protected]/sagalbot/vue-select.git
, you must require the component fileimport vSelect from 'vue-select/src/components/Select.vue'
- note that this file is not transpiled to ES5
Closes
#575 #634 #671 #717 #659 #573 #545 #526 #504 #455 #533 #689 #648 #722 #736 #732 #529