UNPKG

1.52 kBMarkdownView Raw
1# History
2---
3
4## 2.9.0 / 2019-04-30
5
6- Use CSSMotion of `rc-animate` to make motion pure.
7
8## 2.8.0 / 2019-04-26
9
10- Upgrade `rc-tree` deps version to `2.0.0`.
11
12## 2.6.0
13
14- selected value will always display in popup.
15
16## 2.5.0
17
18- `notFoundContent` type change to `PropTypes.node`
19
20## 2.4.0
21
22- `onSearch` will also trigger when user select item makes searchValue auto clear
23- `treeExpandedKeys` will be restore when TreeSelect exit filter mode.
24- `loadData` will not trigger when in filter mode.
25
26## 2.3.0
27
28- Add `treeExpandedKeys`
29- Add `onTreeExpand`
30
31## 2.2.0
32
33- Allow custom icon (#120)
34
35## 2.1.0
36
37- upgrade rc-tree to 1.14.x (#121)
38
39## 2.0.0
40
41- Refactor TreeSelect. [#113](https://github.com/react-component/tree-select/pull/113)
42
43## 1.12.0 / 2017-11-15
44
45- Add `focus()` `blur()` `onFocus` `onBlur` and `autoFocus`.
46
47## 1.10.0 / 2017-05-18
48
49- Add `allowClear` to multiple.
50- Pass all props of tree item to TreeNode
51
52## 1.7.0 / 2016-05-20
53- add `inputValue` api.
54
55### break change
56- search item and select it, will save search text and result.
57
58## 1.6.0-beta / 2016-05-03
59- add `treeDataSimpleMode` api.
60
61## 1.5.2 / 2016-04-02
62- `skipHandleInitValue` is deprecated, use `treeCheckStrictly` instead.
63
64## 1.4.0 / 2016-03-14
65- change `showAllChecked`/`showParentChecked` to `showCheckedStrategy`.
66
67## 1.3.0 / 2016-03-14
68- add `showAllChecked`/`showParentChecked` API.
69
70## 1.2.0 / 2016-02-29
71- change onChange's third parameter, from flat array to tree's hierarchical structure.
72
73## 1.1.x / 2016-02-26
74- stable version