]> git.immae.eu Git - github/fretlink/time-picker.git/blame - HISTORY.md
update style
[github/fretlink/time-picker.git] / HISTORY.md
CommitLineData
e75ed0c6 1# History
02de449a 2
3---
4
5b3f3284 53.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.
20f1ebdc 13- Use `this.xxx` to replace `this.refs.xxx`.
5b3f3284 14
a7c6e7bb 152.4.0 / 2017-05-02
16---------------------------
17
18Add `popupClassName` prop.
19
1de26d43 202.3.0 / 2017-03-08
21---------------------------
22
23Add `use12Hours` prop.
24
21e12b73 252.2.0 / 2016-11-11
26---------------------------
27
28Add `showMinute` prop.
29
f429b4a7 302.1.0 / 2016-10-25
31---------------------------
32
21e12b73 33Add `addon` prop.
f429b4a7 34
4984ed85 352.0.0 / 2016-08-04
36---------------------------
37
38goodbye gregorian-calendar, hello moment
39
6fc4e0e8 401.1.0 / 2016-01-14
41---------------------------
42
43remove gregorianCalendarLocale prop, move to locale.calendar
44
db4e4d6e 451.0.0 / 2015-12-21
46-------------------------
47
48release!
49
aed96fd6
M
501.0.0-alpha9 / 2015-12-16
51------------------
52
53`fixed` update bugs when value empty.
54
518b852e
M
551.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
1c9a5934 611.0.0-alpha2 / 2015-12-03
a6978323
M
62------------------
63
518b852e 64`fixed` IE8 compatible.
a6978323
M
65`new` add test users.
66
7702bb67
M
670.7.1 / 2015-11-20
68------------------
69
518b852e 70`fixed` change value to null when clear input content to remove the react warning.
7702bb67 71
96a4cefc
M
720.7.0 / 2015-11-20
73------------------
74
75`update` change the className of panel and its container.
76
770.5.6 / 2015-11-19
11b97949
M
78------------------
79
518b852e 80`fixed` use another method to change time and fix the bug about value.getTime().
11b97949 81
96a4cefc 820.5.4 / 2015-11-19
e75ed0c6
M
83------------------
84
85`update` change value prop to defaultValue.
86
96a4cefc 870.5.2 / 2015-11-19
e75ed0c6
M
88------------------
89
90`update` renew placements config.
91
cadce7b2
M
920.5.1 / 2015-11-19
93------------------
94
95`update` change the className of select panel container.
96
970.5.0 / 2015-11-19
63541ed7
M
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
6c6cb0fb
M
1050.4.0 / 2015-11-18
106------------------
107
108`update` clear input content when click [x] on select panel.
109
aa2be65d 1100.3.3 / 2015-11-17
15bb18d9
M
111------------------
112
518b852e 113`fixed` fix some bugs.
15bb18d9 114
4acbf95c
M
1150.3.0 / 2015-11-17
116------------------
117
118`update` remove TimePanel and merge it to TimePicker.
119
78637ac0
M
1200.2.0 / 2015-11-16
121------------------
122
123`update` rename the component, update document.
124
02de449a 1250.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)\)