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