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