Skip to content

Releases: xgfe/react-native-datepicker

v1.4.0

31 Oct 09:18
Compare
Choose a tag to compare

1.4.0 (2016-10-31)

Features

  • datepicker: default prevent manual panResonder when mdal shown (6d1c1d0)
  • Datepicker: support minuteInterval property in ios #46 (3ae69a4)

v1.3.2

02 Aug 06:05
Compare
Choose a tag to compare

1.3.2 (2016-08-02)

Bug Fixes

  • datepicker: fix default date bug without selecting (b08fb7e)

v1.3.1

25 Jul 09:52
Compare
Choose a tag to compare

1.3.1 (2016-07-25)

Features

  • datepicker: add placeholder when this.props.date is falsy(1430f06)

Refactor

  • datepicker: refactor datepicker with official ES6 Classes pattern(fb5f6e2)

v1.3.0

11 Jul 05:27
Compare
Choose a tag to compare

1.3.0 (2016-07-11)

Bug Fixes

  • datepicker: fix the DatepickerIOS align bug above 0.28.0 with the removing of width (b51b9ca)
  • readme: fix readme gif img #17 (49e310e), closes #17

Breaking Change

  • can't be automatic cente below 0.28.0(b51b9ca).

v1.2.2

22 Jun 05:03
Compare
Choose a tag to compare

1.2.2 (2016-06-22)

Features

  • datepicker: add supoort of showIcon property (f274179)

v1.2.1

19 May 05:55
Compare
Choose a tag to compare

1.2.1 (2016-05-19)

Bug Fixes

  • datepicker: fix datepicker Modal adaptation with different width on ios(b3234bd)

v1.2.0

17 May 02:52
Compare
Choose a tag to compare

1.2.0 (2016-05-17)

Breaking Change

  • Upgrade Requiring React API, Requiring from react-native is now deprecated. Work after 0.24.(53b0846)

v1.1.0

06 May 04:59
Compare
Choose a tag to compare

1.1.0 (2016-05-06)

Features

  • datepicker: add support for custom btn text(1bbd66e)
  • datepicker: add support for custom icon(7ffbe43)
  • datepicker: add support for custom styles with customStyles property(cb254e4)

v1.0.3

27 Apr 13:56
Compare
Choose a tag to compare

1.0.3 (2016-04-27)

Features

  • datepicker: optimize the animation of datepicker, and add support for duration property(91fa55c)