Releases: lanjingling0510/react-mobile-datepicker
Releases · lanjingling0510/react-mobile-datepicker
4.0.2
Feature
- add
showFooter
to control whether to show the footer. #39
- add
onChange
when the value of the date has changed.#39
4.0.0
Feature
-
add showCaption
property to display date caption (#31)
-
delete dateFormat
and dateSteps
property, add dateConfig
property to set date unit.
-
showFormat
changes to headerFormat
3.0.8
Feature
- Add a function: Customize the header(#16)
3.0.7
Feature
- update some depend packages to support react^16.0.0(#15)
- add react storybook.
3.0.6
Feature
- Add characteristics of automatic configuration Year, Month, Day, Hour, Minute, Second.
3.0.5
Feature
- [feature] add feature of button customized.(#3)
Fix
- [bug]fix android4.4 TouchEvent has PageY propery (#9)
3.0.4
Fix
- Fix scrolling up will refresh page issue. (#6)
3.0.3
Feature
- Support server rendering (#4)
3.0.2
Feature
- Added an option (isPopup)(#2)