]>
Commit | Line | Data |
---|---|---|
e75ed0c6 | 1 | # History |
02de449a | 2 | |
3 | --- | |
4 | ||
a7c6e7bb | 5 | 2.4.0 / 2017-05-02 |
6 | --------------------------- | |
7 | ||
8 | Add `popupClassName` prop. | |
9 | ||
1de26d43 | 10 | 2.3.0 / 2017-03-08 |
11 | --------------------------- | |
12 | ||
13 | Add `use12Hours` prop. | |
14 | ||
21e12b73 | 15 | 2.2.0 / 2016-11-11 |
16 | --------------------------- | |
17 | ||
18 | Add `showMinute` prop. | |
19 | ||
f429b4a7 | 20 | 2.1.0 / 2016-10-25 |
21 | --------------------------- | |
22 | ||
21e12b73 | 23 | Add `addon` prop. |
f429b4a7 | 24 | |
4984ed85 | 25 | 2.0.0 / 2016-08-04 |
26 | --------------------------- | |
27 | ||
28 | goodbye gregorian-calendar, hello moment | |
29 | ||
6fc4e0e8 | 30 | 1.1.0 / 2016-01-14 |
31 | --------------------------- | |
32 | ||
33 | remove gregorianCalendarLocale prop, move to locale.calendar | |
34 | ||
db4e4d6e | 35 | 1.0.0 / 2015-12-21 |
36 | ------------------------- | |
37 | ||
38 | release! | |
39 | ||
aed96fd6 M |
40 | 1.0.0-alpha9 / 2015-12-16 |
41 | ------------------ | |
42 | ||
43 | `fixed` update bugs when value empty. | |
44 | ||
518b852e M |
45 | 1.0.0-alpha7 / 2015-12-12 |
46 | ------------------ | |
47 | ||
48 | `new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`. | |
49 | `remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`. | |
50 | ||
1c9a5934 | 51 | 1.0.0-alpha2 / 2015-12-03 |
a6978323 M |
52 | ------------------ |
53 | ||
518b852e | 54 | `fixed` IE8 compatible. |
a6978323 M |
55 | `new` add test users. |
56 | ||
7702bb67 M |
57 | 0.7.1 / 2015-11-20 |
58 | ------------------ | |
59 | ||
518b852e | 60 | `fixed` change value to null when clear input content to remove the react warning. |
7702bb67 | 61 | |
96a4cefc M |
62 | 0.7.0 / 2015-11-20 |
63 | ------------------ | |
64 | ||
65 | `update` change the className of panel and its container. | |
66 | ||
67 | 0.5.6 / 2015-11-19 | |
11b97949 M |
68 | ------------------ |
69 | ||
518b852e | 70 | `fixed` use another method to change time and fix the bug about value.getTime(). |
11b97949 | 71 | |
96a4cefc | 72 | 0.5.4 / 2015-11-19 |
e75ed0c6 M |
73 | ------------------ |
74 | ||
75 | `update` change value prop to defaultValue. | |
76 | ||
96a4cefc | 77 | 0.5.2 / 2015-11-19 |
e75ed0c6 M |
78 | ------------------ |
79 | ||
80 | `update` renew placements config. | |
81 | ||
cadce7b2 M |
82 | 0.5.1 / 2015-11-19 |
83 | ------------------ | |
84 | ||
85 | `update` change the className of select panel container. | |
86 | ||
87 | 0.5.0 / 2015-11-19 | |
63541ed7 M |
88 | ------------------ |
89 | ||
90 | `update` clear input content and close select panel when click [x] on select panel. | |
91 | ||
92 | `new` can custom input className now. | |
93 | ||
94 | ||
6c6cb0fb M |
95 | 0.4.0 / 2015-11-18 |
96 | ------------------ | |
97 | ||
98 | `update` clear input content when click [x] on select panel. | |
99 | ||
aa2be65d | 100 | 0.3.3 / 2015-11-17 |
15bb18d9 M |
101 | ------------------ |
102 | ||
518b852e | 103 | `fixed` fix some bugs. |
15bb18d9 | 104 | |
4acbf95c M |
105 | 0.3.0 / 2015-11-17 |
106 | ------------------ | |
107 | ||
108 | `update` remove TimePanel and merge it to TimePicker. | |
109 | ||
78637ac0 M |
110 | 0.2.0 / 2015-11-16 |
111 | ------------------ | |
112 | ||
113 | `update` rename the component, update document. | |
114 | ||
02de449a | 115 | 0.1.0 / 2015-11-12 |
116 | ------------------ | |
117 | ||
118 | `new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\) |