UNPKG

5.66 kBMarkdownView Raw
1# History
2----
3
4## 9.13.0 / 2019-04-02
5
6- Support close onBlur
7
8## 9.12.0 / 2019-03-16
9
10- RangerPicker support null as start or end
11
12## 9.11.0 / 2019-03-14
13
14- RangerPicker can select same month
15
16## 9.10.0 / 2019-01-02
17
18- add `focusablePanel` prop.
19
20## 9.9.0 / 2018-12-23
21
22- `renderFooter(mode)` support all modes.
23
24## 9.8.0 / 2018-11-30
25
26- DateInput support multiple date format
27
28## 9.7.0 / 2018-08-07
29
30- Add clearIcon.
31
32## 9.6.0 / 2018-02-08
33
34- Add Picker[dropdownClassName]
35
36## 9.5.0 / 2017-12-26
37
38- Add Kurdish
39
40## 9.4.0 / 2017-12-26
41
42- Add Uyghur
43
44## 9.2.0 / 2017-11-06
45
46- React 16 support
47
48## 9.1.0 / 2017-07-27
49- Support control panel [#284](https://github.com/react-component/calendar/pull/284)
50
51## 9.0.0 / 2017-07-27
52- Replace react string refs with function way [#282](https://github.com/react-component/calendar/pull/282)
53
54## 8.4.0 / 2017-05-31
55
56- Supporting Bulgarian.
57- UX: can select end date first, and then start date.
58
59## 8.3.0 / 2017-05-18
60
61- expose hoverValue as controlled property and onHoverChange
62
63## 8.2.0 / 2017-05-16
64
65- Time of `Calendar[timePicker]` & `RangeCalendar[timePicker]` could be set now
66- Fix that two panels of RangeCalendar should not be the same month
67
68## 8.1.0 / 2017-04-10
69
70- Add locale fi_FI
71
72## 8.0.0 / 2017-04-07
73
74- Improve UX of RangeCalendar
75- A breaking change for hidden API
76
77## 7.8.0 / 2017-04-01
78
79- zh-TW locale
80- tr-TR locale
81
82## 7.6.0 / 2017-01-11
83
84- remove arrow inside year and century panel
85
86## 7.5.0 / 2016-11-16
87
88- add showToday for RangeCalendar
89
90## 7.4.0 / 2016-11-01
91
92- add monthCellContentRender/cellContentRender for MonthCalendar
93
94## 7.3.0 / 2016-10-18
95
96- disabledTime support type param for range-calendar
97
98## 7.2.0 / 2016-09-23
99
100- add week calendar example
101- support renderSidebar, renderFooter prop
102- add type prop to support start-end-range example
103- picker remove onClose, change onOpen to onOpenChange
104
105## 7.1.0 / 2016-09-10
106
107- use css pseudo after: https://github.com/react-component/calendar/pull/152
108
109## 7.0.0 / 2016-08-06
110
111- goodbye gregorian-calendar, hello moment
112
113## 6.0.0 / 2016-07-13
114
115- use rc-time-picker/lib/module/panel as timepicker element
116- merge date input and time input. formatter can control time part.
117
118## 5.6.0 / 2016-06-20
119
120- optimize keyboard, add onKeyDown for Picker children
121
122## 5.5.0 / 2016-03-22
123
124- support monthCellContentRender/dateCellContentRender
125
126## 5.3.0 / 2016-01-18
127
128- support clear for RangeCalendar
129
130## 5.1.0 / 2015-12-25
131
132- support dateInputPlaceholder for RangeCalendar
133
134## 5.0.0 / 2015-12-21
135
136- use rc-time-picker, add timePicker, disabledTime props
137- remove showTime props
138- remove bootstrap style
139
140## 4.0.0 / 2015-11-18
141
142- refactor!
143- support input inside rc-calendar
144- change MonthCalendar to require('rc-calendar/lib/MonthCalendar')
145- change Picker to require('rc-calendar/lib/Picker')
146- change Picker's orient to placement and align as rc-trigger
147- add RangeCalendar: require('rc-calendar/lib/RangeCalendar')
148- add FullCalendar: require('rc-calendar/lib/FullCalendar')
149
150## 3.16.0 / 2015-08-25
151
152-- add Calendar.MonthCalendar component
153
154## 3.15.0 / 2015-08-24
155
156-- add onChange prop
157
158## 3.14.0 / 2015-08-21
159
160-- remove renderCalendarToBody. defaults to true
161
162## 3.13.0 / 2015-08-15
163
164- support controlled open prop for Picker
165- add onOpen/onClose callback for Picker
166
167## 3.12.0 / 2015-07-30
168
169use rc-animate & rc-align (css change)
170
171## 3.11.0 / 2015-07-20
172
173support disabled prop for picker
174
175## 3.10.1 / 2015-07-02
176
177add adjustOrientOnCalendarOverflow prop for picker
178
179## 3.10.0 / 2015-07-01
180
181`new` support picker animation [#39](https://github.com/react-component/calendar/issues/39)
182
183## 3.9.0 / 2015-06-11
184
185`improved` fix by #33 #34 #35
186
187## 3.8.0 / 2015-06-03
188
189`improved` refactor by split components
190
191## 3.7.0 / 2015-06-01
192
193`improved` move nextDecade and prevDecade button to YearPanel body, optimize disable style for ant-design
194
195## 3.5.0 / 2015-05-26
196
197`new` publish transformed es5 code to npm
198
199## 3.4.0 / 2015-05-19
200
201`new` [#21](https://github.com/react-component/calendar/issues/21) add trigger prop for DatePicker
202
203## 3.3.0 / 2015-05-13
204
205use jsx as extension name
206
207## 3.2.0 / 2015-05-11
208
209add ant-design theme(index.css).
210
211## 3.1.1 / 2015-04-21
212
213fix ie broken focus
214
215## 3.1.0 / 2015-03-23
216
217`improved` [#17](https://github.com/react-component/calendar/issues/17) support today button to select
218
219## 3.0.0 / 2015-03-13
220
221upgrade to react 0.13 and es6
222
223## 2.1.0 / 2015-03-10
224
225`new` [#16](https://github.com/react-component/calendar/issues/16) support clear button
226
227## 2.0.0 / 2015-03-04
228
229`new` [#15](https://github.com/react-component/calendar/issues/15) support defaultValue
230`improved` upgrade gregorian-calendar and gregorian-calendar-format to 3.x
231
232## 1.5.0 / 2015-01-22
233
234`new` [#13](https://github.com/react-component/calendar/issues/13) support DatePicker
235
236## 1.4.0 / 2015-01-05
237
238`new` [#12](https://github.com/react-component/calendar/issues/12) support time select ([@yiminghe](https://github.com/yiminghe))
239
240`new` [#11](https://github.com/react-component/calendar/issues/11) support prefixCls ([@yiminghe](https://github.com/yiminghe))
241
242`new` [#10](https://github.com/react-component/calendar/issues/10) support nextMonth previousMonth in calendar panel ([@yiminghe](https://github.com/yiminghe))
243
244## 1.3.0 / 2014-12-30
245
246`new` [#9](https://github.com/react-component/calendar/issues/9) support className prop ([@yiminghe](https://github.com/yiminghe))
247
248`new` [#8](https://github.com/react-component/calendar/issues/8) support orient prop ([@yiminghe](https://github.com/yiminghe))
249
250## 1.2.4 / 2014-12-26
251
252`new` [#7](https://github.com/react-component/calendar/issues/7) release 1.2.4 ([@yiminghe](https://github.com/yiminghe))