- add props can resolve callback function type
- new document and examples
- add the option
show-checkbox
- read
label
un parsed - el-select props un merged
- filter text not clear when visible change
- add the support with
renderContent
and#option
slot
- auto expanded with selected
- auto merge props
- development env update to TS
- make full use of the two components and combine them
- better support for almost all attributes of components, like
filterable
,multiple
- add
popoverWidth
props
- popover position update when tree node expanded
- external style-inject and vue-runtime-helpers package
disabledValues
props removed(use node's disabled props)
- lazy load be ignored when data is empty
- cannot selected option when lazy load
defaultExpandedKeys
is invalid when value not setautoExpandParent
to default true
- add inherited properties from ElTree
- disabled values invalid in children
- label not change when data to empty
- rollup-plugin-vue normalizer not parse vuejs/rollup-plugin-vue#262
- remove props
popover-min-width
and auto compute min-width
- min-width needs to subtract the border
props.children
is not work with multiple disabled
- set selected when options init async and repeat prevent it
- add pinter style in expand icon and remove the text flex attribute(unused and width is not auto in ie)
- cannot clear in disabled state
- import compiled version with ElementUI's
Emitter
mixin check-strictly
does not valid in multiple check
- Handle verification timing error on el-form
- add the
clearable
- fix the motion problem of the arrow icon of the selector
- add new attr
defaultExpandAll
, control expand all tree node
checkStrictly
not work- tree node child
label
unbind