Skip to content

Releases: lanjingling0510/react-mobile-datepicker

4.0.2

21 Jul 13:30
Compare
Choose a tag to compare

Feature

  1. add showFooter to control whether to show the footer. #39
  2. add onChange when the value of the date has changed.#39

4.0.0

26 Oct 04:48
Compare
Choose a tag to compare

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

15 Oct 15:20
Compare
Choose a tag to compare

Feature

  • Add a function: Customize the header(#16)

3.0.7

15 Oct 15:19
Compare
Choose a tag to compare

Feature

  • update some depend packages to support react^16.0.0(#15)
  • add react storybook.

3.0.6

08 Jul 12:27
Compare
Choose a tag to compare

Feature

  • Add characteristics of automatic configuration Year, Month, Day, Hour, Minute, Second.

3.0.5

03 Jul 12:50
Compare
Choose a tag to compare

Feature

  • [feature] add feature of button customized.(#3)

Fix

  • [bug]fix android4.4 TouchEvent has PageY propery (#9)

3.0.4

09 Apr 09:19
Compare
Choose a tag to compare

Fix

  • Fix scrolling up will refresh page issue. (#6)

3.0.3

05 Jan 07:10
Compare
Choose a tag to compare

Feature

  • Support server rendering (#4)

3.0.2

18 Dec 06:48
Compare
Choose a tag to compare

Feature

  • Added an option (isPopup)(#2)