Releases: react-native-datetimepicker/datetimepicker
Releases · react-native-datetimepicker/datetimepicker
v6.1.0
22 Mar 14:30
Compare
Sorry, something went wrong.
No results found
6.1.0 (2022-03-22)
Features
This release is also available on:
v6.0.2
19 Mar 08:49
Compare
Sorry, something went wrong.
No results found
6.0.2 (2022-03-19)
Bug Fixes
This release is also available on:
v6.0.1
11 Mar 13:11
Compare
Sorry, something went wrong.
No results found
6.0.1 (2022-03-11)
Bug Fixes
This release is also available on:
v6.0.0
11 Mar 03:38
Compare
Sorry, something went wrong.
No results found
6.0.0 (2022-03-11)
Features
expose imperative api for android picker (#574 ) (5861042 )
new onError prop on Android
documentation improvements (more are coming)
more unified typings across platforms: the onChange event type is now DateTimePickerEvent:
import type { DateTimePickerEvent } from '@react-native-community/datetimepicker'
BREAKING CHANGES
actually, should not be breaking but there were improvements in typings which might break consumers
This release is also available on:
v5.1.0
21 Dec 10:26
Compare
Sorry, something went wrong.
No results found
5.1.0 (2021-12-21)
Features
This release is also available on:
v5.0.2
19 Dec 22:01
Compare
Sorry, something went wrong.
No results found
5.0.2 (2021-12-19)
Bug Fixes
(android) fix issue with minimumDate/maximumDate when using timeZoneOffsetInMinutes (#519 ) (bdf6179 ), closes #518
This release is also available on:
v5.0.1
11 Dec 23:29
Compare
Sorry, something went wrong.
No results found
5.0.1 (2021-12-11)
Bug Fixes
use android resource ids instead of names (#541 ) (717a76f )
This release is also available on:
v5.0.0
11 Dec 14:31
Compare
Sorry, something went wrong.
No results found
v4.0.1
02 Dec 10:14
Compare
Sorry, something went wrong.
No results found
4.0.1 (2021-12-02)
Bug Fixes
v4.0.0
22 Nov 19:31
Compare
Sorry, something went wrong.
No results found
4.0.0 (2021-11-22)
chore
BREAKING CHANGES
only Android API level >=21 (Android 5) and iOS >= 11 are supported��
apart from green CI, this fixed at least one bug as well