|
1 |
| -# History |
2 |
| ----- |
3 |
| - |
4 |
| -## 10.3.0 / 2020-05-08 |
5 |
| - |
6 |
| -- Adjust trigger order of `onChange` & `onSelect` |
7 |
| - |
8 |
| -## 9.2.0 / 2019-07-16 |
9 |
| - |
10 |
| -- Adjust trigger order of `onChange` & `onSelect` |
11 |
| - |
12 |
| -## 9.0.0 / 2019-02-27 |
13 |
| - |
14 |
| -- Multiple mode also support `showArrow` |
15 |
| -- Add loading className |
16 |
| - |
17 |
| -## 8.8.0 / 2019-01-29 |
18 |
| - |
19 |
| -- Add an additional className when popup is empty |
20 |
| - |
21 |
| -## 8.6.0 / 2018-11-27 |
22 |
| - |
23 |
| -- Added `loading` prop. |
24 |
| -- Allow search Option Group title. |
25 |
| - |
26 |
| -## 8.5.0 / 2018-11-26 |
27 |
| - |
28 |
| -- Added `dropdownRender` prop. |
29 |
| - |
30 |
| -## 8.4.0 / 2018-10-08 |
31 |
| - |
32 |
| -- Adjust focus / blur logic |
33 |
| -- Space support open select |
34 |
| - |
35 |
| -## 8.3.0 / 2018-09-28 |
36 |
| - |
37 |
| -- `open` support controlled |
38 |
| - |
39 |
| -## 8.2.0 / 2018-08-07 |
40 |
| - |
41 |
| -- Add inputIcon, clearIcon, removeIcon. |
42 |
| - |
43 |
| -## 8.1.0 / 2018-06-24 |
44 |
| - |
45 |
| -- Add id prop. |
46 |
| -- Support data attributes. https://github.com/react-component/select/pull/305 |
47 |
| - |
48 |
| -## 8.0.2 / 2018-05-03 |
49 |
| - |
50 |
| -- Refactoring: Migrate to new lifecycle methods https://github.com/react-component/select/pull/291 |
51 |
| - |
52 |
| -## 8.0.0 / 2018-04-28 |
53 |
| - |
54 |
| -- Upgrade rc-menu to 7.0.1 |
55 |
| -- Add prop `autoClearSearchValue`. |
56 |
| - |
57 |
| -## 7.7.8 / 2018-04-19 |
58 |
| - |
59 |
| -- Fix: value is wrong when blur https://github.com/react-component/select/pull/290 |
60 |
| - |
61 |
| -## 7.7.6 / 2018-03-30 |
62 |
| - |
63 |
| -- Refactoring: update state.value format https://github.com/react-component/select/pull/277 |
64 |
| - |
65 |
| -## 7.7.5 / 2018-03-13 |
66 |
| - |
67 |
| -- Fire change on blur for tags mode https://github.com/react-component/select/pull/271 |
68 |
| -- Fix defaultFilter can not filter array children https://github.com/react-component/select/pull/276 |
69 |
| - |
70 |
| -## 7.5.0 / 2017-12-11 |
71 |
| - |
72 |
| -- Add onInputKeydown |
73 |
| - |
74 |
| -## 7.2.0 / 2017-11-16 |
75 |
| - |
76 |
| -- Add onPopupScroll. |
77 |
| - |
78 |
| -## 7.0.0 / 2017-10-30 |
79 |
| - |
80 |
| -- Allow numbe value in Option |
81 |
| -- Add maxTagCount and maxTagTextLength https://github.com/react-component/select/pull/224 |
82 |
| -- Add showAction https://github.com/react-component/select/pull/224 |
83 |
| -- Add onMouseEnter and onMouseLeave https://github.com/react-component/select/pull/238 |
84 |
| -- Add focus() and autoFocus |
85 |
| - |
86 |
| -## 6.9.0 / 2017-09-01 |
87 |
| - |
88 |
| -- add backfill in single/combobox mode |
89 |
| - |
90 |
| -## 6.8.0 / 2017-03-24 |
91 |
| - |
92 |
| -- support allowClear in multiple/tags mode |
93 |
| - |
94 |
| -## 6.7.0 / 2017-01-03 |
95 |
| - |
96 |
| -- support getInputElement https://github.com/react-component/select/pull/145 |
97 |
| - |
98 |
| -## 6.6.0 / 2016-11-01 |
99 |
| - |
100 |
| -- add tokenSeparators for multiple and tag mode |
101 |
| - |
102 |
| -## 6.4.0 / 2016-05-26 |
103 |
| - |
104 |
| -- auto expand input in ie10/11 https://github.com/react-component/select/pull/93 |
105 |
| -- realign when value change. https://github.com/react-component/select/pull/92 |
106 |
| - |
107 |
| -## 6.3.0 / 2016-04-28 |
108 |
| - |
109 |
| -- support onBlur |
110 |
| - |
111 |
| -## 6.2.0 / 2016-04-20 |
112 |
| - |
113 |
| -- remove searchPlaceholder |
114 |
| - |
115 |
| -## 6.1.0 / 2016-04-18 |
116 |
| - |
117 |
| -- go with http://semantic-ui.com/modules/dropdown.html#search-selection |
118 |
| - |
119 |
| -## 6.0.0 / 2016-03-16 |
120 |
| - |
121 |
| -- remove defaultLabel/label |
122 |
| -- add labelInValue prop to control label |
123 |
| -- support dropdownAlign |
124 |
| - |
125 |
| -## 5.8.0 / 2016-01-11 |
126 |
| - |
127 |
| -- support value type to be number |
128 |
| - |
129 |
| -## 5.7.0 / 2016-01-06 |
130 |
| - |
131 |
| -- add getPopupContainer prop |
132 |
| - |
133 |
| -## 5.6.0 / 2016-01-01 |
134 |
| - |
135 |
| -- scroll to active item when open menu on single mode |
136 |
| - |
137 |
| -## 5.5.0 / 2015-12-22 |
138 |
| - |
139 |
| -- add defaultActiveFirstOption prop |
140 |
| - |
141 |
| -## 5.4.0 / 2015-12-01 |
142 |
| - |
143 |
| -- fix disabled for old ie |
144 |
| - |
145 |
| -## 5.3.0 / 2015-11-30 |
146 |
| - |
147 |
| -- add choiceTransitionName prop |
148 |
| - |
149 |
| -## 5.2.0 / 2015-11-24 |
150 |
| - |
151 |
| -- do not hide dropdown on multiple or tag mode |
152 |
| - |
153 |
| -## 5.0.0 / 2015-10-22 |
154 |
| - |
155 |
| -- only support react 0.14+ |
156 |
| -- auto adjust position if visible region is not enough |
157 |
| - |
158 |
| -## 4.9.0 / 2015-09-10 |
159 |
| - |
160 |
| -- add label for onChange listener |
161 |
| - |
162 |
| -## 4.8.0 / 2015-08-20 |
163 |
| - |
164 |
| -- make value a controlled value |
165 |
| -- add defaultValue prop |
166 |
| -- remove renderDropdownToBody prop. defaults to true |
167 |
| - |
168 |
| -## 4.7.0 / 2015-08-18 |
169 |
| - |
170 |
| -implement searchPlaceholder to prevent bug for ie10 |
171 |
| - |
172 |
| -## 4.5.0 / 2015-07-30 |
173 |
| - |
174 |
| -use rc-animate & rc-align. (assets change) |
175 |
| - |
176 |
| -## 4.4.0 / 2015-07-15 |
177 |
| - |
178 |
| -`new` support dropdownStyle dropdownMenuStyle prop |
179 |
| - |
180 |
| -## 4.3.0 / 2015-07-14 |
181 |
| - |
182 |
| -`new` [#17](https://github.com/react-component/select/issues/17) support render dropdown to body |
183 |
| - |
184 |
| -## 4.2.0 / 2015-07-07 |
185 |
| - |
186 |
| -`improved` [#15](https://github.com/react-component/select/issues/15) fix input in multiple mode |
187 |
| - |
188 |
| -## 4.1.0 / 2015-07-01 |
189 |
| - |
190 |
| -`new` [#13](https://github.com/react-component/select/issues/13) add maxTagTextLength |
191 |
| - |
192 |
| -## 4.0.0 / 2015-06-26 |
193 |
| - |
194 |
| -https://github.com/react-component/select/issues/11 |
195 |
| - |
196 |
| -## 3.5.0 / 2015-06-17 |
197 |
| - |
198 |
| -`new` [#6](https://github.com/react-component/select/issues/6) add OptGroup |
199 |
| - |
200 |
| - |
201 |
| -## 3.4.0 / 2015-06-15 |
202 |
| - |
203 |
| -`new` support showSearch/animation/transitionName/disabled props |
204 |
| - |
205 |
| -## 3.1.0 / 2015-03-23 |
206 |
| - |
207 |
| -`new` [#2](https://github.com/react-component/select/pull/2) support tags config |
| 1 | +See https://github.com/react-component/select/releases |
0 commit comments