Skip to content

v2.1.0

Compare
Choose a tag to compare
@shentao shentao released this 18 Mar 18:25
· 327 commits to master since this release

Important

  • Finally got rid of deep cloning of the value prop into local state, that was later mutated. The internalValue is now completely derived from the value. This means that the Multiselect won’t update if you don’t use v-model or handle the @input event properly. It also solves problems with circular structures as well as dynamic i18n of options etc.
  • Groups (all values from a group) can be now selected by clicking on the label thanks to @kubacode! 🚀
  • Those release notes include everything that happened since the 2.0.3 release.
  • I’m terribly sorry for the time it took me to get back on the project...
  • Thanks everyone for the patience and your help with closing issues / submitting PRs!
  • The next release will probably be the long-awaited rewrite – v3.0.

Fixes

New

Maintenance & Docs