Releases: xgfe/react-native-datepicker
Releases · xgfe/react-native-datepicker
v1.7.0
1.7.0 (2018-04-08)
Bug Fixes
- datepicker: fix warns when pass moment instance to date prop (7450bba), closes #166
Features
- 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)
v1.6.0
Features
- 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
v1.5.1
1.5.1 (2017-05-16)
Features
- datepicker: change datepicker switch gap timeout to 200ms (5b6e78f)
Bug Fixes
v1.5.0
1.5.0 (2017-05-15)
Features
- datepicker: Add onPressMask prop for ios (#120, 09ecdf8)
- datepicker: Ability to pass icon component with
iconComponent
property (#124, 35150ed)
Bug Fixes
- datepicker: Fix onCloseModal for android (#122, ba55c06)
v1.4.7
1.4.7 (2017-04-13)
Bug Fixes
- datepicker: fix
androidMode
prop pass bug (#111, 095f756)
v1.4.6
1.4.6 (2017-04-05)
Features
- datepicker: add
androidMode
property for DatePickerAndroid & TimePickerAndroid (be30731)
v1.4.5
1.4.5 (2017-03-21)
Bug Fixes
- datepicker: fix
date
prop change not invoke state change bug (#93, 3c8099b)
v1.4.4
1.4.4 (2017-02-06)
Features
- datepicker: Added two new properties: onOpenModal and onCloseModal (#77, 846ae35)
- Datepicker: Add animation on datepicker dismiss (#76, fdfcc21)
Bug Fixes
- datepicker: fix datepicker can't open in landscape mode bug (#28, 3a9df99)
v1.4.3
1.4.3 (2016-12-13)
Bug Fixes
- datepicker: fix
disabled
props change not update bug #66 (7579dc9), closes #66
- datepicker: fix is24Hour flag can't be specified bug (c320e56), closes #69
v1.4.1
1.4.1 (2016-11-03)
Bug Fixes