Skip to content

Releases: react-native-datetimepicker/datetimepicker

v6.0.2

19 Mar 08:49
Compare
Choose a tag to compare

6.0.2 (2022-03-19)

Bug Fixes


This release is also available on:

v6.0.1

11 Mar 13:11
Compare
Choose a tag to compare

6.0.1 (2022-03-11)

Bug Fixes


This release is also available on:

v6.0.0

11 Mar 03:38
Compare
Choose a tag to compare

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
Choose a tag to compare

5.1.0 (2021-12-21)

Features


This release is also available on:

v5.0.2

19 Dec 22:01
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

5.0.0 (2021-12-11)

Features

Please read here https://github.com/react-native-datetimepicker/datetimepicker#locale-note on how to handle locale

BREAKING CHANGES

  • locale prop removed

v4.0.1

02 Dec 10:14
Compare
Choose a tag to compare

4.0.1 (2021-12-02)

Bug Fixes

v4.0.0

22 Nov 19:31
Compare
Choose a tag to compare

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

v3.5.2

03 Jun 09:13
Compare
Choose a tag to compare

3.5.2 (2021-06-03)

Bug Fixes

  • resolve timezoneOffsetInMinutes android bugs (#472) (b87a0c4)