1.7.2 (2018-04-22)
- datepicker: fix androidMode enum not support 'clock' bug (dc29a09)
1.7.0 (2018-04-08)
- datepicker: add
getDateStr
prop to customize display outside moment format (905dfbd) - datepicker: pass
locale
to native control if given (60e3887) - datepicker: merge some PR for bugs (5377499)
1.6.0 (2017-06-12)
- datepicker: adding testIds to elements (#138
- datepicker: add
hideText
property to hide the Date Text (#127 - datepicker: add
TouchableComponent
property to support custom touchable components (#128
1.5.1 (2017-05-16)
- datepicker: change datepicker switch gap timeout to 200ms (5b6e78f)
1.5.0 (2017-05-15)
- datepicker: Add onPressMask prop for ios (#120, 09ecdf8)
- datepicker: Ability to pass icon component with
iconComponent
property (#124, 35150ed)
1.4.7 (2017-04-13)
1.4.6 (2017-04-05)
- datepicker: add
androidMode
property for DatePickerAndroid & TimePickerAndroid (be30731)
1.4.5 (2017-03-21)
1.4.4 (2017-02-06)
- datepicker: Added two new properties: onOpenModal and onCloseModal (#77, 846ae35)
- Datepicker: Add animation on datepicker dismiss (#76, fdfcc21)
1.4.3 (2016-12-13)
- datepicker: fix
disabled
props change not update bug #66 (7579dc9), closes #66 - datepicker: fix is24Hour flag can't be specified bug (c320e56), closes #69
1.4.1 (2016-11-03)
1.4.0 (2016-10-31)
- datepicker: default prevent manual panResonder when mdal shown (6d1c1d0)
- Datepicker: support minuteInterval property in ios #46 (3ae69a4)
1.3.2 (2016-08-02)
- datepicker: fix default date bug without selecting (b08fb7e)
1.3.1 (2016-07-25)
- datepicker: add placeholder when this.props.date is falsy(1430f06)
- datepicker: refactor datepicker with official ES6 Classes pattern(fb5f6e2)
1.3.0 (2016-07-11)
- 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
- can't be center automatic below 0.28.0(b51b9ca).
1.2.2 (2016-06-22)
- datepicker: add supoort of
showIcon
property (f274179)
1.2.1 (2016-05-19)
- datepicker: fix datepicker Modal adaptation with different width on ios(b3234bd)
1.2.0 (2016-05-17)
- Upgrade Requiring React API, Requiring from react-native is now deprecated. Work after 0.24.(53b0846)
1.1.0 (2016-05-06)
- 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)
1.0.3 (2016-04-27)
- datepicker: optimize the animation of datepicker, and add support for duration property(91fa55c)