Releases: xgfe/react-native-datepicker
Releases · xgfe/react-native-datepicker
v1.4.0
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
1.3.2 (2016-08-02)
Bug Fixes
- datepicker: fix default date bug without selecting (b08fb7e)
v1.3.1
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
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
1.2.2 (2016-06-22)
Features
- datepicker: add supoort of
showIcon
property (f274179)
v1.2.1
1.2.1 (2016-05-19)
Bug Fixes
- datepicker: fix datepicker Modal adaptation with different width on ios(b3234bd)
v1.2.0
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
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
1.0.3 (2016-04-27)
Features
- datepicker: optimize the animation of datepicker, and add support for duration property(91fa55c)