UNPKG

3.11 kBMarkdownView Raw
1# History
2
33.7.2 / 2019-08-28
4---------------------------
5
6- Fix React lifecycle wanring. #163
7
83.7.0 / 2019-06-13
9---------------------------
10
11- Improve accessibility. #153
12
133.6.0
14---------------------------
15
16- Refacotr dom structure.
17
183.5.0 / 2018-12-23
19---------------------------
20
21- Add `popupStyle`
22- Add `onAmPmChange`
23- Add Typescript definition
24
253.4.0 / 2018-08-13
26---------------------------
27
28- Add `inputIcon`
29
303.3.0 / 2018-02-08
31---------------------------
32
33- Add `inputReadOnly`
34
353.2.0 / 2017-11-15
36---------------------------
37
38- Add `blur()` and `autoFocus`.
39
40
413.1.0 / 2017-11-02
42---------------------------
43
44- Upgrade to `rc-trigger@2.x`.
45
46
473.0.0 / 2017-10-22
48---------------------------
49
50- Support React 16.
51- Add `onKeydown`.
52- Add `focusOnOpen`.
53- Add `hourStep` `minuteStep` `secondStep`.
54- Fix disabled style.
55- Use `this.xxx` to replace `this.refs.xxx`.
56
572.4.0 / 2017-05-02
58---------------------------
59
60Add `popupClassName` prop.
61
622.3.0 / 2017-03-08
63---------------------------
64
65Add `use12Hours` prop.
66
672.2.0 / 2016-11-11
68---------------------------
69
70Add `showMinute` prop.
71
722.1.0 / 2016-10-25
73---------------------------
74
75Add `addon` prop.
76
772.0.0 / 2016-08-04
78---------------------------
79
80goodbye gregorian-calendar, hello moment
81
821.1.0 / 2016-01-14
83---------------------------
84
85remove gregorianCalendarLocale prop, move to locale.calendar
86
871.0.0 / 2015-12-21
88-------------------------
89
90release!
91
921.0.0-alpha9 / 2015-12-16
93------------------
94
95`fixed` update bugs when value empty.
96
971.0.0-alpha7 / 2015-12-12
98------------------
99
100`new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
101`remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
102
1031.0.0-alpha2 / 2015-12-03
104------------------
105
106`fixed` IE8 compatible.
107`new` add test users.
108
1090.7.1 / 2015-11-20
110------------------
111
112`fixed` change value to null when clear input content to remove the react warning.
113
1140.7.0 / 2015-11-20
115------------------
116
117`update` change the className of panel and its container.
118
1190.5.6 / 2015-11-19
120------------------
121
122`fixed` use another method to change time and fix the bug about value.getTime().
123
1240.5.4 / 2015-11-19
125------------------
126
127`update` change value prop to defaultValue.
128
1290.5.2 / 2015-11-19
130------------------
131
132`update` renew placements config.
133
1340.5.1 / 2015-11-19
135------------------
136
137`update` change the className of select panel container.
138
1390.5.0 / 2015-11-19
140------------------
141
142`update` clear input content and close select panel when click [x] on select panel.
143
144`new` can custom input className now.
145
146
1470.4.0 / 2015-11-18
148------------------
149
150`update` clear input content when click [x] on select panel.
151
1520.3.3 / 2015-11-17
153------------------
154
155`fixed` fix some bugs.
156
1570.3.0 / 2015-11-17
158------------------
159
160`update` remove TimePanel and merge it to TimePicker.
161
1620.2.0 / 2015-11-16
163------------------
164
165`update` rename the component, update document.
166
1670.1.0 / 2015-11-12
168------------------
169
170`new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\)