UNPKG

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