Skip to content

Releases: mmazzarolo/react-native-modal-datetime-picker

v9.2.2

08 May 12:20
Compare
Choose a tag to compare

9.2.2 (2021-05-08)

Bug Fixes

  • Change default header text for time on iOS (#560) (2435f38)

v9.2.1

18 Apr 14:12
Compare
Choose a tag to compare

9.2.1 (2021-04-18)

Bug Fixes

  • Added dark theme option to confirm button (#547) (f6c1df0)

v9.2.0

26 Feb 14:05
Compare
Choose a tag to compare

9.2.0 (2021-02-26)

Features

v9.1.0

11 Nov 07:43
Compare
Choose a tag to compare

9.1.0 (2020-11-11)

Features

  • update isIphoneX helper to support iPhone 12 and iPhone 12 mini (#493) (3b463d4)

v9.0.0

19 Sep 14:05
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • You need at least @react-native-community/[email protected] for this version to work correctly.
  • You need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)

v8.9.3...v9.0.0

v8.9.3

11 Aug 09:15
Compare
Choose a tag to compare

8.9.3 (2020-08-11)

Bug Fixes

v8.9.2

11 Aug 08:15
Compare
Choose a tag to compare

8.9.2 (2020-08-11)

Bug Fixes

  • Don't use Appearance if not available (#464) (85e2d2e)

In our previous release (that we accidentally marked as a minor) we removed the isDarkModeEnabled prop and started using the "Appearance" module internally to decide which color scheme should be used for the picker on iOS.
This introduced an issue because the Appearance module is not available on RN < 0.62.
To fix both the minor bump and the actual bug, we are re-introducing the isDarkModeEnabled prop and, if not set, we fallback to the Appearance module (only if available).
Also updated the example to RN 0.63.2.

v8.9.1

07 Aug 17:21
Compare
Choose a tag to compare

8.9.1 (2020-08-07)

Bug Fixes

  • Removed "isDarkModeEnabled" from the TS definitions (#461) (02f8f72)

v8.9.0

06 Aug 18:02
Compare
Choose a tag to compare

8.9.0 (2020-08-06)

Features

v8.8.0

04 Aug 08:57
Compare
Choose a tag to compare

8.8.0 (2020-08-04)

Features

  • Memo'd Android component to avoid re-rendering upstream which has a bug (#453) (069b2ca)