UNPKG

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