Releases: riophae/vue-treeselect
Releases · riophae/vue-treeselect
v0.4.0
v0.3.0
New
- New slots:
before-list
&after-list
Improvements
- Don't render
<transition />
for leaf nodes to improve performance
Bug Fixes
- Fix value disappearance when
multiple==false && disabled==true
on IE (#274 by @qingyun1029)
BREAKING CHANGES
- Removed
loading
prop
v0.2.0
v0.1.0
Bug Fixes
- Don't try to select if there is no selection (#208 by @fsateler)
- Use same
options
when removingscroll
andresize
event listeners as when adding them (#266 by @sxn) - Fixed menu being accidentally closed when the scrollbar is clicked on IE again (#252)
BREAKING CHANGES
- Removed props deprecated in earlier versions
v0.0.38
New
- New prop:
flattenSearchResults
(#155 by @MaffooBristol)
Other Changes
- Use material-colors instead of google-material-color (#198 by @jaimesanz)