rmc-date-picker
Version:
React Mobile DatePicker Component for web and react-native
61 lines (31 loc) • 795 B
Markdown
# History
---
## 6.0.10
- fix calendar recursive when use12Hours
## 6.0.9
- add ru_RU and sv_SE locale
## 6.0.7
- add ru_RU and sv_SE locale
## 6.x
- Remove moment.js and change date type from Moment to Date.
- Add `use12Hours`/`onValueChange` props.
## 5.2.0 / 2016-12-17
- support formatMonth/formatDay
## 5.1.0 / 2016-12-01
- support minuteStep
## 5.0.0 / 2016-09-07
- extract datePicker element from popup
## 4.0.0 / 2016-07-28
- use moment.js
## 3.0.0 / 2016-6-15
- support react-native and typescript
## 2.0.0 / 2016-03-21
- use rc-dialog
## 1.7.0 / 2016-01-13
- change onDateChange -> onPickerChange, onOk -> onChange in Popup
## 1.5.0 / 2016-01-11
- add rmc-date-picker/lib/Popup
## 1.3.0 / 2016-01-05
- support defaultDate prop
## 1.0.0 / 2015-12-23
- init