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