- Use CSSMotion of
rc-animate
to make motion pure.
- Upgrade
rc-tree
deps version to2.0.0
.
- selected value will always display in popup.
notFoundContent
type change toPropTypes.node
onSearch
will also trigger when user select item makes searchValue auto cleartreeExpandedKeys
will be restore when TreeSelect exit filter mode.loadData
will not trigger when in filter mode.
- Add
treeExpandedKeys
- Add
onTreeExpand
- Allow custom icon (#120)
- upgrade rc-tree to 1.14.x (#121)
- Refactor TreeSelect. #113
- Add
focus()
blur()
onFocus
onBlur
andautoFocus
.
- Add
allowClear
to multiple. - Pass all props of tree item to TreeNode
- add
inputValue
api.
- search item and select it, will save search text and result.
- add
treeDataSimpleMode
api.
skipHandleInitValue
is deprecated, usetreeCheckStrictly
instead.
- change
showAllChecked
/showParentChecked
toshowCheckedStrategy
.
- add
showAllChecked
/showParentChecked
API.
- change onChange's third parameter, from flat array to tree's hierarchical structure.
- stable version