Skip to content

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

v8.0.3

11 Nov 15:11
Compare
Choose a tag to compare
v8.0.3 Pre-release
Pre-release
  • Fixed type in custom components in props as React.ComponentType / PropTypes.elementType (#314) 8751f95

v8.0.2...v8.0.3

v8.0.2

08 Nov 09:31
Compare
Choose a tag to compare
v8.0.2 Pre-release
Pre-release
  • fix: Use getDate() instead of getDay() on Android to retrieve the correct date

v8.0.1...v8.0.2

v8.0.1

25 Oct 07:44
Compare
Choose a tag to compare
v8.0.1 Pre-release
Pre-release

Thanks @MichielDeMey for the contributions!

v8.0.0

17 Oct 09:13
Compare
Choose a tag to compare
v8.0.0 Pre-release
Pre-release

8.0.0 (2019-10-17)

Features

IOS:

  • Moved out of react-native-modal

Deprecated props:
A few prop names are going to be changed (the old name will still work though).
titleIOS → headerTextIOS
customTitleContainerIOS → customHeaderIOS
onHideAfterConfirm → onHide
customDatePickerIOS → customPickerIOS

BREAKING CHANGES

Breaking changes:
The following props are not supported anymore:

  • cancelTextStyle → Please use customCancelButtonIOS to override the component instead
  • confirmTextStyle → Please use customConfirmButtonIOS to override the component instead
  • datePickerModeAndroid → Please use the display prop of @react-native-community/react-native-datetimepicker instead
  • dismissOnBackdropPressIOS → This is now the default behaviour on iOS
  • hideTitleContainerIOS → Please set customHeaderIOS to null instead
  • neverDisableConfirmIOS→ This behaviour was causing a few issues with the new picker
  • pickerRefCb→ Not supported by the new picker
  • reactNativeModalPropsIOSreact-native-modal is not being used anymore

⚠️ please see #301 for more info

v7.6.0

25 Sep 16:50
Compare
Choose a tag to compare

7.6.0 (2019-09-25)

Features

v7.5.2

24 Sep 11:35
Compare
Choose a tag to compare

7.5.2 (2019-09-24)

Bug Fixes

  • Update ModalProps types to exclude required props (#290) (91fd859)

v7.5.1

24 Sep 08:39
Compare
Choose a tag to compare

7.5.1 (2019-09-24)

Bug Fixes

v7.5.0

27 Jun 10:14
Compare
Choose a tag to compare

7.5.0 (2019-06-27)

Features

v7.4.2

16 May 09:27
Compare
Choose a tag to compare

7.4.2 (2019-05-16)

Bug Fixes

  • fix reactNativeModalPropsIOS prop behaviour (#249) (a3b33c4)

v7.4.1

15 May 07:42
Compare
Choose a tag to compare

7.4.1 (2019-05-15)

Bug Fixes

  • comparing dates by value instead of objects (#248) (453936c)