react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS

MIT License

Downloads
1.3M
Stars
2.9K
Committers
97

Bot releases are visible (Hide)

react-native-modal-datetime-picker - v17.1.0 Latest Release

Published by github-actions[bot] about 1 year ago

17.1.0 (2023-08-18)

Features

  • Support iPhone 14 Pro & Pro Max safe area bottom inset (#718) (cab8968)
react-native-modal-datetime-picker - v17.0.0

Published by github-actions[bot] over 1 year ago

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
react-native-modal-datetime-picker - v16.0.0

Published by github-actions[bot] over 1 year ago

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.
react-native-modal-datetime-picker - v15.0.1

Published by github-actions[bot] over 1 year ago

15.0.1 (2023-05-10)

Bug Fixes

react-native-modal-datetime-picker - v15.0.0

Published by github-actions[bot] over 1 year ago

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
react-native-modal-datetime-picker - v14.0.1

Published by github-actions[bot] almost 2 years ago

14.0.1 (2022-12-20)

Bug Fixes

  • types: omitted underlying onChange prop type (#680) (b02409d)
react-native-modal-datetime-picker - v14.0.0

Published by github-actions[bot] about 2 years ago

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.
react-native-modal-datetime-picker - v13.1.2

Published by github-actions[bot] over 2 years ago

13.1.2 (2022-03-30)

Bug Fixes

react-native-modal-datetime-picker - v13.1.1

Published by github-actions[bot] over 2 years ago

13.1.1 (2022-03-30)

Bug Fixes

react-native-modal-datetime-picker - v13.1.0

Published by github-actions[bot] over 2 years ago

13.1.0 (2022-03-10)

Features

  • Added ability to change button font color using buttonTextColorIOS (#632) (323169d)
react-native-modal-datetime-picker - v13.0.1

Published by github-actions[bot] almost 3 years ago

13.0.1 (2021-12-30)

Bug Fixes

react-native-modal-datetime-picker - v13.0.0

Published by github-actions[bot] almost 3 years ago

13.0.0 (2021-10-25)

  • fix (types): onDateChange β†’ onChange (#612) (93cddd4), closes #612

BREAKING CHANGES

  • Our typedefs were exposing onDateChange (wrong signature) instead of onChange (correct signature). We replaced the onDateChange type with onChange.
react-native-modal-datetime-picker - v12.0.0

Published by github-actions[bot] about 3 years ago

12.0.0 (2021-10-09)

Code Refactoring

  • ios: remove deprecated headerTextIOS & isHeaderVisibleIOS props (#607) (eebaaae)

BREAKING CHANGES

  • ios: Removed the deprecated headerTextIOS and isHeaderVisibleIOS props.
react-native-modal-datetime-picker - v11.1.0

Published by github-actions[bot] about 3 years ago

11.1.0 (2021-10-08)

Features

react-native-modal-datetime-picker - v11.0.0

Published by github-actions[bot] about 3 years ago

11.0.0 (2021-09-01)

Features

  • Remove usage of deprecated function removeListener (#591) (be02ed6)

BREAKING CHANGES

  • From now on, we require react-native>=0.65 to work correctly (because [email protected] deprecates the removeListener API that we were using before this change).
react-native-modal-datetime-picker - v10.2.0

Published by github-actions[bot] over 3 years ago

10.2.0 (2021-07-14)

Features

react-native-modal-datetime-picker - v10.1.0

Published by github-actions[bot] over 3 years ago

10.1.0 (2021-07-13)

Features

  • Add cancelButtonTestID and confirmButtonTestID props (#582) (73a4874)
react-native-modal-datetime-picker - v10.0.0

Published by github-actions[bot] over 3 years ago

10.0.0 (2021-05-29)

Features

BREAKING CHANGES

  • Do not show the built-in iOS header by default on iOS.
    We are planning to stop the built-in iOS header support in the near future, but we'll still support custom header implementations passed to the "customHeaderIOS" prop.
    For the time being, you can still show the built-in iOS header by setting the "isHeaderVisibleIOS" prop to true.
  • Add support for the new iOS 14 picker style by using setting the "display" prop to "inline".
    You could already set "display" to "inline" to achieve an iOS 14 style, but we tweaked a bit the modal padding to look better in this use case. This is a breaking change because if you were already using the "inline" display you might have to update your style customizations to account for the new padding.
    We also added a new "pickerStyle" prop that can be used to customize the picker wrapper (which is the element we use to set the padding described above).
react-native-modal-datetime-picker - v9.2.3

Published by github-actions[bot] over 3 years ago

9.2.3 (2021-05-10)

Bug Fixes

react-native-modal-datetime-picker - v9.2.2

Published by github-actions[bot] over 3 years ago

9.2.2 (2021-05-08)

Bug Fixes

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