hm-react-cli
Version:
Create a Huimei React project by module
139 lines (75 loc) • 3.48 kB
Markdown
# History
----
## 5.6.0 / 2016-06-20
- optimize keyboard, add onKeyDown for Picker children
## 5.5.0 / 2016-03-22
- support monthCellContentRender/dateCellContentRender
## 5.3.0 / 2016-01-18
- support clear for RangeCalendar
## 5.1.0 / 2015-12-25
- support dateInputPlaceholder for RangeCalendar
## 5.0.0 / 2015-12-21
- use rc-time-picker, add timePicker, disabledTime props
- remove showTime props
- remove bootstrap style
## 4.0.0 / 2015-11-18
- refactor!
- support input inside rc-calendar
- change MonthCalendar to require('rc-calendar/lib/MonthCalendar')
- change Picker to require('rc-calendar/lib/Picker')
- change Picker's orient to placement and align as rc-trigger
- add RangeCalendar: require('rc-calendar/lib/RangeCalendar')
- add FullCalendar: require('rc-calendar/lib/FullCalendar')
## 3.16.0 / 2015-08-25
-- add Calendar.MonthCalendar component
## 3.15.0 / 2015-08-24
-- add onChange prop
## 3.14.0 / 2015-08-21
-- remove renderCalendarToBody. defaults to true
## 3.13.0 / 2015-08-15
- support controlled open prop for Picker
- add onOpen/onClose callback for Picker
## 3.12.0 / 2015-07-30
use rc-animate & rc-align (css change)
## 3.11.0 / 2015-07-20
support disabled prop for picker
## 3.10.1 / 2015-07-02
add adjustOrientOnCalendarOverflow prop for picker
## 3.10.0 / 2015-07-01
`new` support picker animation [#39](https://github.com/react-component/calendar/issues/39)
## 3.9.0 / 2015-06-11
`improved` fix by #33 #34 #35
## 3.8.0 / 2015-06-03
`improved` refactor by split components
## 3.7.0 / 2015-06-01
`improved` move nextDecade and prevDecade button to YearPanel body, optimize disable style for ant-design
## 3.5.0 / 2015-05-26
`new` publish transformed es5 code to npm
## 3.4.0 / 2015-05-19
`new` [#21](https://github.com/react-component/calendar/issues/21) add trigger prop for DatePicker
## 3.3.0 / 2015-05-13
use jsx as extension name
## 3.2.0 / 2015-05-11
add ant-design theme(index.css).
## 3.1.1 / 2015-04-21
fix ie broken focus
## 3.1.0 / 2015-03-23
`improved` [#17](https://github.com/react-component/calendar/issues/17) support today button to select
## 3.0.0 / 2015-03-13
upgrade to react 0.13 and es6
## 2.1.0 / 2015-03-10
`new` [#16](https://github.com/react-component/calendar/issues/16) support clear button
## 2.0.0 / 2015-03-04
`new` [#15](https://github.com/react-component/calendar/issues/15) support defaultValue
`improved` upgrade gregorian-calendar and gregorian-calendar-format to 3.x
## 1.5.0 / 2015-01-22
`new` [#13](https://github.com/react-component/calendar/issues/13) support DatePicker
## 1.4.0 / 2015-01-05
`new` [#12](https://github.com/react-component/calendar/issues/12) support time select ([@yiminghe](https://github.com/yiminghe))
`new` [#11](https://github.com/react-component/calendar/issues/11) support prefixCls ([@yiminghe](https://github.com/yiminghe))
`new` [#10](https://github.com/react-component/calendar/issues/10) support nextMonth previousMonth in calendar panel ([@yiminghe](https://github.com/yiminghe))
## 1.3.0 / 2014-12-30
`new` [#9](https://github.com/react-component/calendar/issues/9) support className prop ([@yiminghe](https://github.com/yiminghe))
`new` [#8](https://github.com/react-component/calendar/issues/8) support orient prop ([@yiminghe](https://github.com/yiminghe))
## 1.2.4 / 2014-12-26
`new` [#7](https://github.com/react-component/calendar/issues/7) release 1.2.4 ([@yiminghe](https://github.com/yiminghe))