Skip to content

Releases: riophae/vue-treeselect

v0.0.12

24 Mar 08:22
Compare
Choose a tag to compare

Bug Fixes

  • Fixed that default selected nodes won't show the correct label after the real data has been registered (delayed loading)

v0.0.11

18 Mar 00:11
Compare
Choose a tag to compare

New

  • Added new prop disableFuzzyMatching (#2)

v0.0.10

17 Mar 22:05
Compare
Choose a tag to compare

New

  • Added support for making a specific branch node as default expanded

v0.0.9

17 Mar 19:59
Compare
Choose a tag to compare

Bug Fixes

  • Fixed disableBranchNodes (#20)
  • Minor style tweaks

v0.0.8

14 Mar 19:18
Compare
Choose a tag to compare

New

  • Added alwaysOpen prop
  • Added the ability of disabling item selection

Bug Fixes

  • Fixed that clicking on scrollbar accidently closes the dropdown in IE 11 (#15)

v0.0.7

14 Mar 19:11
Compare
Choose a tag to compare

New

  • Added autoLoadRootOptions prop
  • Added option-label slot for customizing option label (#8)