Skip to content

v3.2.0 - Reduce Bug Fixes

Compare
Choose a tag to compare
@sagalbot sagalbot released this 14 Sep 21:04

New

getOptionKey function prop

Used to set the :key for each option being iterated in v-for. Will JSON.stringify options by default, or look for an option.id.

Fixes

  • #939 fixes #805 that prevented falsey values from working with reduce
  • #914 fixes a bug where changes from a parent were not synced with v-model when using reduce – big thanks to @doits 🎉 for the great contribution! Closes #855, #917, #925, #923, #901, #892
  • #934 fixes a bug where clicking on a certain area of the select would not open the dropdown – thanks @tobyzerner 🎉