UNPKG

2.42 kBMarkdownView Raw
1# History
2
3---
4
53.0.0 / 2017-10-22
6---------------------------
7
8- Support React 16.
9- Add `onKeydown`.
10- Add `focusOnOpen`.
11- Add `hourStep` `minuteStep` `secondStep`.
12- Fix disabled style.
13
142.4.0 / 2017-05-02
15---------------------------
16
17Add `popupClassName` prop.
18
192.3.0 / 2017-03-08
20---------------------------
21
22Add `use12Hours` prop.
23
242.2.0 / 2016-11-11
25---------------------------
26
27Add `showMinute` prop.
28
292.1.0 / 2016-10-25
30---------------------------
31
32Add `addon` prop.
33
342.0.0 / 2016-08-04
35---------------------------
36
37goodbye gregorian-calendar, hello moment
38
391.1.0 / 2016-01-14
40---------------------------
41
42remove gregorianCalendarLocale prop, move to locale.calendar
43
441.0.0 / 2015-12-21
45-------------------------
46
47release!
48
491.0.0-alpha9 / 2015-12-16
50------------------
51
52`fixed` update bugs when value empty.
53
541.0.0-alpha7 / 2015-12-12
55------------------
56
57`new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
58`remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
59
601.0.0-alpha2 / 2015-12-03
61------------------
62
63`fixed` IE8 compatible.
64`new` add test users.
65
660.7.1 / 2015-11-20
67------------------
68
69`fixed` change value to null when clear input content to remove the react warning.
70
710.7.0 / 2015-11-20
72------------------
73
74`update` change the className of panel and its container.
75
760.5.6 / 2015-11-19
77------------------
78
79`fixed` use another method to change time and fix the bug about value.getTime().
80
810.5.4 / 2015-11-19
82------------------
83
84`update` change value prop to defaultValue.
85
860.5.2 / 2015-11-19
87------------------
88
89`update` renew placements config.
90
910.5.1 / 2015-11-19
92------------------
93
94`update` change the className of select panel container.
95
960.5.0 / 2015-11-19
97------------------
98
99`update` clear input content and close select panel when click [x] on select panel.
100
101`new` can custom input className now.
102
103
1040.4.0 / 2015-11-18
105------------------
106
107`update` clear input content when click [x] on select panel.
108
1090.3.3 / 2015-11-17
110------------------
111
112`fixed` fix some bugs.
113
1140.3.0 / 2015-11-17
115------------------
116
117`update` remove TimePanel and merge it to TimePicker.
118
1190.2.0 / 2015-11-16
120------------------
121
122`update` rename the component, update document.
123
1240.1.0 / 2015-11-12
125------------------
126
127`new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\)