v0.0.28
版本发布时间: 2018-05-14 02:11:48
riophae/vue-treeselect最新发布版本:v0.4.0(2019-10-11 04:33:07)
New
Improved Keyboard Support
- Move around using Arrow Up, Arrow Down, Home & End
- Select or deselect options using Enter
- Toggle expanded state using Arrow Left & Arrow Right
- Move to upper level option using Arrow Left (for a branch node, it needs to be collapsed)
Other Changes
- Added transition wrapper to
.vue-treeselect__list
(#86) - CSS related bugs fixed by @wickkidd (#87) & @wangyi7099 (#88)
- Slightly tweaked the colors of component
- For multi-select mode, the whole area of value item is reactive to user clicking now
-
retainScrollPosition
prop is removed. This feature will be always on and you can not manually disable it.