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