Skip to content

Releases: react-native-datetimepicker/datetimepicker

v3.0.2

03 Sep 21:48
Compare
Choose a tag to compare

3.0.2 (2020-09-03)

Bug Fixes

v3.0.1

18 Aug 19:40
Compare
Choose a tag to compare

3.0.1 (2020-08-18)

Bug Fixes

  • prevent unrecognized selector setHighlightsToday on iOS 14 (#249) (b8048c0)

v3.0.0

11 Aug 09:35
Compare
Choose a tag to compare

3.0.0 (2020-08-11)

Features

  • support preferredDatePickerStyle in iOS 14 (#246) (e96f061)

BREAKING CHANGES

  • you need XCode 11.6 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)

This adds support for preferredDatePickerStyle to the module. We took the android-only display prop and extended the support for iOS too, as opposed to adding a new ios-only prop.

v2.6.2

11 Aug 08:49
Compare
Choose a tag to compare

2.6.2 (2020-08-11)

Please ignore this release, it was made mistakenly (context)

Reverts

v2.6.1

28 Jul 16:27
Compare
Choose a tag to compare

2.6.1 (2020-07-28)

Bug Fixes

  • time picker sometimes resets to previous value (#234) (fda536b)