Skip to content

Latest commit

 

History

History
244 lines (111 loc) · 9.55 KB

CHANGELOG.md

File metadata and controls

244 lines (111 loc) · 9.55 KB

1.7.2 (2018-04-22)

Bug Fixes

  • datepicker: fix androidMode enum not support 'clock' bug (dc29a09)

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)

1.6.0 (2017-06-12)

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

1.5.1 (2017-05-16)

Features

  • datepicker: change datepicker switch gap timeout to 200ms (5b6e78f)

Bug Fixes

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)

1.4.7 (2017-04-13)

Bug Fixes

  • datepicker: fix androidMode prop pass bug (#111, 095f756)

1.4.6 (2017-04-05)

Features

  • datepicker: add androidMode property for DatePickerAndroid & TimePickerAndroid (be30731)

1.4.5 (2017-03-21)

Bug Fixes

  • datepicker: fix date prop change not invoke state change bug (#93, 3c8099b)

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)

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

Reverts

  • datepicker: revert responder prevert func temporary #47 #50 (5b9f60c)

1.4.1 (2016-11-03)

Bug Fixes

  • datepicker: fix btn not work in 7p bug #50 (8285d2d), closes #50

1.4.0 (2016-10-31)

Features

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

1.3.2 (2016-08-02)

Bug Fixes

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

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)

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 center automatic below 0.28.0(b51b9ca).

1.2.2 (2016-06-22)

Features

  • datepicker: add supoort of showIcon property (f274179)

1.2.1 (2016-05-19)

Bug Fixes

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

1.2.0 (2016-05-17)

Breaking Change

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

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)

1.0.3 (2016-04-27)

Features

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

1.0.2 (2016-04-26)

1.0.1 (2016-04-26)

1.0.0 (2016-04-25)