Changelog

0.5.0

Added

  • change , open/close events

  • find prop for converting insufficient model values to regular options

  • stateful prop to allow vue-select usage without v-model

  • slot both to customize both option & selected templates simultaneously

  • closeOnSelect, clearOnSelect & clearOnClose props

Breaking changes

  • Template provided to selected and option replaces the root element of the slots where possible

  • default tag for selected and option components is a span

0.4.1

Fixed

  • Improved CSS styles

  • Performance optimizations

  • compiled with v2.6.10

Added

  • Ability to customize the layout of the component

  • Animated spinner during options fetching

  • Focus/blur events

Removed

  • Beforelist and Afterlist components ( slots are still available )

0.3.1

Changed

  • Prop taggin may now be function; check Props.

  • Method search now supports force parameter to ignore caching.

Fixed

  • Mixins order in plugin setup so that user defined mixin is with higher priority.

0.3.0

Changed

  • Removed optionComponent, selectedComponent, beforelistComponent, afterlistComponent props. Now internal components may be replaced only through mixins. Check Components page for more info.

Last updated