]> git.immae.eu Git - github/fretlink/time-picker.git/blob - HISTORY.md
Merge pull request #10 from react-component/1.0.0-alpha7
[github/fretlink/time-picker.git] / HISTORY.md
1 # History
2
3 ---
4
5 1.0.0-alpha7 / 2015-12-12
6 ------------------
7
8 `new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
9 `remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
10
11 1.0.0-alpha2 / 2015-12-03
12 ------------------
13
14 `fixed` IE8 compatible.
15 `new` add test users.
16
17 0.7.1 / 2015-11-20
18 ------------------
19
20 `fixed` change value to null when clear input content to remove the react warning.
21
22 0.7.0 / 2015-11-20
23 ------------------
24
25 `update` change the className of panel and its container.
26
27 0.5.6 / 2015-11-19
28 ------------------
29
30 `fixed` use another method to change time and fix the bug about value.getTime().
31
32 0.5.4 / 2015-11-19
33 ------------------
34
35 `update` change value prop to defaultValue.
36
37 0.5.2 / 2015-11-19
38 ------------------
39
40 `update` renew placements config.
41
42 0.5.1 / 2015-11-19
43 ------------------
44
45 `update` change the className of select panel container.
46
47 0.5.0 / 2015-11-19
48 ------------------
49
50 `update` clear input content and close select panel when click [x] on select panel.
51
52 `new` can custom input className now.
53
54
55 0.4.0 / 2015-11-18
56 ------------------
57
58 `update` clear input content when click [x] on select panel.
59
60 0.3.3 / 2015-11-17
61 ------------------
62
63 `fixed` fix some bugs.
64
65 0.3.0 / 2015-11-17
66 ------------------
67
68 `update` remove TimePanel and merge it to TimePicker.
69
70 0.2.0 / 2015-11-16
71 ------------------
72
73 `update` rename the component, update document.
74
75 0.1.0 / 2015-11-12
76 ------------------
77
78 `new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\)