Releases: react-native-datetimepicker/datetimepicker
Releases · react-native-datetimepicker/datetimepicker
v3.0.5
3.0.5 (2020-11-17)
Bug Fixes
- dismiss android datepicker dialog upon unmount (#337) (62abaff)
v3.0.4
3.0.4 (2020-10-17)
Bug Fixes
- Resolve Missing Deploy Target in Windows (#311) (5c8d7b0)
v3.0.3
3.0.3 (2020-09-30)
Bug Fixes
v3.0.2
3.0.2 (2020-09-03)
Bug Fixes
v3.0.1
3.0.1 (2020-08-18)
Bug Fixes
- prevent unrecognized selector setHighlightsToday on iOS 14 (#249) (b8048c0)
v3.0.0
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
2.6.2 (2020-08-11)
Please ignore this release, it was made mistakenly (context)
Reverts
v2.6.1
2.6.1 (2020-07-28)
Bug Fixes
- time picker sometimes resets to previous value (#234) (fda536b)