2.1.1-beta.17 (2024-11-14)
- cache option does not work and makes the check very slow (77b7eb2)
- optimizing array comparison efficiency (faa870b)
2.1.1-beta.16 (2024-09-30)
- slowly when many items checked (d8516e7)
2.1.1-beta.15 (2024-06-18)
- always focus when use filter (af87fe0)
- popper position incorrect when menu display or use filter (405b457)
- add uppercase/lowercase matching (c78b64d)
2.1.1-beta.14 (2024-05-29)
- add component optional styles, support dark mode (1dc1ea6)
2.1.1-beta.13 (2024-05-28)
- filter data empty when scroll to bottom (d52a4b6)
2.1.1-beta.12 (2024-05-17)
getParentKeys
does not include multi-level nodes (c88e722)
2.1.1-beta.11 (2024-05-14)
- use
Vue.observable
instead ofreactive
(vue2.6) (7c82ecb)
2.1.1-beta.10 (2024-04-25)
- checkedKeys sort with selection order (277dab4)
- 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