Skip to content

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

v17.1.0

18 Aug 08:50
Compare
Choose a tag to compare

17.1.0 (2023-08-18)

Features

  • Support iPhone 14 Pro & Pro Max safe area bottom inset (#718) (cab8968)

v17.0.0

27 Jun 14:49
Compare
Choose a tag to compare

17.0.0 (2023-06-27)

Bug Fixes

  • swap CancelButton's themedButtonStyle style order, closes #689 (#712) (759600e)

BREAKING CHANGES

  • This is a light breaking change since it might break the UI of folks relying on the previous (wrong) order

v16.0.0

26 Jun 14:47
Compare
Choose a tag to compare

16.0.0 (2023-06-26)

Bug Fixes

BREAKING CHANGES

  • This is a breaking change since it might people using the onCancel parameter in weird ways.

v15.0.1

10 May 06:54
Compare
Choose a tag to compare

15.0.1 (2023-05-10)

Bug Fixes

v15.0.0

08 Apr 18:01
Compare
Choose a tag to compare

15.0.0 (2023-04-08)

Bug Fixes

  • resolve occasional styling bug with inline display in datetime mode on iOS (#697) (8733f83)

BREAKING CHANGES

  • This is a light breaking change since it might break custom patches people applied to fix this issue in other way + we're bumping the @react-native-community/datetimepicker peer-dependency version

v14.0.1

20 Dec 08:02
Compare
Choose a tag to compare

14.0.1 (2022-12-20)

Bug Fixes

  • types: omitted underlying onChange prop type (#680) (b02409d)

v14.0.0

06 Sep 09:07
Compare
Choose a tag to compare

14.0.0 (2022-09-06)

Bug Fixes

  • Add customCancelButton and customConfirmButton types (#656) (29ec272)

BREAKING CHANGES

  • This is a breaking change since it might break your typechecking flow.

v13.1.2

30 Mar 11:02
Compare
Choose a tag to compare

13.1.2 (2022-03-30)

Bug Fixes

v13.1.1

30 Mar 07:33
Compare
Choose a tag to compare

13.1.1 (2022-03-30)

Bug Fixes

v13.1.0

10 Mar 10:27
Compare
Choose a tag to compare

13.1.0 (2022-03-10)

Features

  • Added ability to change button font color using buttonTextColorIOS (#632) (323169d)