]> git.immae.eu Git - github/fretlink/time-picker.git/blob - HISTORY.md
update style
[github/fretlink/time-picker.git] / HISTORY.md
1 # History
2
3 ---
4
5 3.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 - Use `this.xxx` to replace `this.refs.xxx`.
14
15 2.4.0 / 2017-05-02
16 ---------------------------
17
18 Add `popupClassName` prop.
19
20 2.3.0 / 2017-03-08
21 ---------------------------
22
23 Add `use12Hours` prop.
24
25 2.2.0 / 2016-11-11
26 ---------------------------
27
28 Add `showMinute` prop.
29
30 2.1.0 / 2016-10-25
31 ---------------------------
32
33 Add `addon` prop.
34
35 2.0.0 / 2016-08-04
36 ---------------------------
37
38 goodbye gregorian-calendar, hello moment
39
40 1.1.0 / 2016-01-14
41 ---------------------------
42
43 remove gregorianCalendarLocale prop, move to locale.calendar
44
45 1.0.0 / 2015-12-21
46 -------------------------
47
48 release!
49
50 1.0.0-alpha9 / 2015-12-16
51 ------------------
52
53 `fixed` update bugs when value empty.
54
55 1.0.0-alpha7 / 2015-12-12
56 ------------------
57
58 `new` add options `disabledHours`, `disabledMinutes`, `disabledSeconds` and `hideDisabledOptions`.
59 `remove` remove options `hourOptions`, `minuteOptions` and `secondOptions`.
60
61 1.0.0-alpha2 / 2015-12-03
62 ------------------
63
64 `fixed` IE8 compatible.
65 `new` add test users.
66
67 0.7.1 / 2015-11-20
68 ------------------
69
70 `fixed` change value to null when clear input content to remove the react warning.
71
72 0.7.0 / 2015-11-20
73 ------------------
74
75 `update` change the className of panel and its container.
76
77 0.5.6 / 2015-11-19
78 ------------------
79
80 `fixed` use another method to change time and fix the bug about value.getTime().
81
82 0.5.4 / 2015-11-19
83 ------------------
84
85 `update` change value prop to defaultValue.
86
87 0.5.2 / 2015-11-19
88 ------------------
89
90 `update` renew placements config.
91
92 0.5.1 / 2015-11-19
93 ------------------
94
95 `update` change the className of select panel container.
96
97 0.5.0 / 2015-11-19
98 ------------------
99
100 `update` clear input content and close select panel when click [x] on select panel.
101
102 `new` can custom input className now.
103
104
105 0.4.0 / 2015-11-18
106 ------------------
107
108 `update` clear input content when click [x] on select panel.
109
110 0.3.3 / 2015-11-17
111 ------------------
112
113 `fixed` fix some bugs.
114
115 0.3.0 / 2015-11-17
116 ------------------
117
118 `update` remove TimePanel and merge it to TimePicker.
119
120 0.2.0 / 2015-11-16
121 ------------------
122
123 `update` rename the component, update document.
124
125 0.1.0 / 2015-11-12
126 ------------------
127
128 `new` [#305](https://github.com/ant-design/ant-design/issues/305#issuecomment-147027817) release 0.1.0 ([@wuzhao](https://github.com/wuzhao)\)