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
showIconproperty (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)