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