]> git.immae.eu Git - github/fretlink/time-picker.git/blame - HISTORY.md
Add a noop onChange to remove react's warning
[github/fretlink/time-picker.git] / HISTORY.md
CommitLineData
e75ed0c6 1# History
02de449a 2
a60ac4d8
WZ
33.2.0 / 2017-11-15
4---------------------------
5
6- Add `blur()` and `autoFocus`.
7
02de449a 8
5ee03443 93.1.0 / 2017-11-02
10---------------------------
11
12- Upgrade to `rc-trigger@2.x`.
13
14
5b3f3284 153.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.
20f1ebdc 23- Use `this.xxx` to replace `this.refs.xxx`.
5b3f3284 24
a7c6e7bb 252.4.0 / 2017-05-02
26---------------------------
27
28Add `popupClassName` prop.
29
1de26d43 302.3.0 / 2017-03-08
31---------------------------
32
33Add `use12Hours` prop.
34
21e12b73 352.2.0 / 2016-11-11
36---------------------------
37
38Add `showMinute` prop.
39
f429b4a7 402.1.0 / 2016-10-25
41---------------------------
42
21e12b73 43Add `addon` prop.
f429b4a7 44
4984ed85 452.0.0 / 2016-08-04
46---------------------------
47
48goodbye gregorian-calendar, hello moment
49
6fc4e0e8 501.1.0 / 2016-01-14
51---------------------------
52
53remove gregorianCalendarLocale prop, move to locale.calendar
54
db4e4d6e 551.0.0 / 2015-12-21
56-------------------------
57
58release!
59
aed96fd6
M
601.0.0-alpha9 / 2015-12-16
61------------------
62
63`fixed` update bugs when value empty.
64
518b852e
M
651.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
1c9a5934 711.0.0-alpha2 / 2015-12-03
a6978323
M
72------------------
73
518b852e 74`fixed` IE8 compatible.
a6978323
M
75`new` add test users.
76
7702bb67
M
770.7.1 / 2015-11-20
78------------------
79
518b852e 80`fixed` change value to null when clear input content to remove the react warning.
7702bb67 81
96a4cefc
M
820.7.0 / 2015-11-20
83------------------
84
85`update` change the className of panel and its container.
86
870.5.6 / 2015-11-19
11b97949
M
88------------------
89
518b852e 90`fixed` use another method to change time and fix the bug about value.getTime().
11b97949 91
96a4cefc 920.5.4 / 2015-11-19
e75ed0c6
M
93------------------
94
95`update` change value prop to defaultValue.
96
96a4cefc 970.5.2 / 2015-11-19
e75ed0c6
M
98------------------
99
100`update` renew placements config.
101
cadce7b2
M
1020.5.1 / 2015-11-19
103------------------
104
105`update` change the className of select panel container.
106
1070.5.0 / 2015-11-19
63541ed7
M
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
6c6cb0fb
M
1150.4.0 / 2015-11-18
116------------------
117
118`update` clear input content when click [x] on select panel.
119
aa2be65d 1200.3.3 / 2015-11-17
15bb18d9
M
121------------------
122
518b852e 123`fixed` fix some bugs.
15bb18d9 124
4acbf95c
M
1250.3.0 / 2015-11-17
126------------------
127
128`update` remove TimePanel and merge it to TimePicker.
129
78637ac0
M
1300.2.0 / 2015-11-16
131------------------
132
133`update` rename the component, update document.
134
02de449a 1350.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)\)