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 hidden (Show)

react-native-modal-datetime-picker - v8.0.6

Published by mmazzarolo almost 5 years ago

  • fix: Fix hiding header on IOS not working (#339) 3f4f7ba

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.0.5...v8.0.6

react-native-modal-datetime-picker - v8.0.5

Published by mmazzarolo almost 5 years ago

  • feat: Added custom component types (#336) cb089bd
  • Mentioned Expo instructions in the README.md 48fe7ea

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.0.4...v8.0.5

react-native-modal-datetime-picker - v8.0.4

Published by mmazzarolo almost 5 years ago

  • Export TS interface d80f5ab
  • fix: Rename onModalHide to onHide Modal prop to make onHide callback work on iOS (#316) 9cc80ab

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.0.3...v8.0.4

react-native-modal-datetime-picker - v7.6.1

Published by mmazzarolo almost 5 years ago

7.6.1 (2019-12-13)

Bug Fixes

  • Allow to access props interface from outside (#321) (84f71ef)
react-native-modal-datetime-picker - v8.0.3

Published by mmazzarolo almost 5 years ago

  • Fixed type in custom components in props as React.ComponentType / PropTypes.elementType (#314) 8751f95

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.0.2...v8.0.3

react-native-modal-datetime-picker - v8.0.2

Published by mmazzarolo almost 5 years ago

  • fix: Use getDate() instead of getDay() on Android to retrieve the correct date

https://github.com/mmazzarolo/react-native-modal-datetime-picker/compare/v8.0.1...v8.0.2

react-native-modal-datetime-picker - v8.0.1

Published by mmazzarolo almost 5 years ago

  • fix: Updated TypeScript definitions for v8.0.0 (#307) 3b70125
  • fix: Fixed modal styling (#306) 0397d15

Thanks @MichielDeMey for the contributions!

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

Published by mmazzarolo about 5 years ago

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

react-native-modal-datetime-picker - v7.6.0

Published by mmazzarolo about 5 years ago

7.6.0 (2019-09-25)

Features

react-native-modal-datetime-picker - v7.5.2

Published by mmazzarolo about 5 years ago

7.5.2 (2019-09-24)

Bug Fixes

  • Update ModalProps types to exclude required props (#290) (91fd859)
react-native-modal-datetime-picker - v7.5.1

Published by mmazzarolo about 5 years ago

7.5.1 (2019-09-24)

Bug Fixes

react-native-modal-datetime-picker - v7.5.0

Published by mmazzarolo over 5 years ago

7.5.0 (2019-06-27)

Features

react-native-modal-datetime-picker - v7.4.2

Published by mmazzarolo over 5 years ago

7.4.2 (2019-05-16)

Bug Fixes

  • fix reactNativeModalPropsIOS prop behaviour (#249) (a3b33c4)
react-native-modal-datetime-picker - v7.4.1

Published by mmazzarolo over 5 years ago

7.4.1 (2019-05-15)

Bug Fixes

  • comparing dates by value instead of objects (#248) (453936c)
react-native-modal-datetime-picker - v7.4.0

Published by mmazzarolo over 5 years ago

7.4.0 (2019-04-22)

Features

  • Added dismissOnBackdropPressIOS prop (8cf5b3d)
react-native-modal-datetime-picker - v7.3.0

Published by mmazzarolo over 5 years ago

7.3.0 (2019-04-22)

Features

  • setup: Minor rewrite for CI (fea3c74)
react-native-modal-datetime-picker - v7.2.0

Published by mmazzarolo over 5 years ago

A few internal changes for the CI

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

Published by mmazzarolo over 5 years ago

[email protected] published 🎉

  • Fixed onCancel date reset #238
  • Added CircleCI deployment
react-native-modal-datetime-picker - v7.0.0

Published by mmazzarolo over 5 years ago

[email protected] published 🎉

  • Added timePickerModeAndroid and datePickerModeAndroid props #236
  • Updated dependencies

Compare new changes

Thanks to @chrislam for the contribution.

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

Published by mmazzarolo over 5 years ago

react-native-modal-datetime-picker 6.1.0 published 🎉

  • Updated devDependencies and removed husky
  • Update dependency react-native-modal #225
  • Change text and title style definitions to TextStyle #205
  • Add hideTitleContainerIOS prop #203
  • iPhone XS Max / iPhone XR support #200
  • Added README tip for setting locale in iOS #193
  • Fixed: minuteInterval should take value from props #183
  • Updated the example to display the selected date in the UI instead of on browser console #181
  • Differing behavior between iOS and Android without supplying date prop #161
  • Improved error handling for Android #175
  • Added missed definitions #174

Thanks to all the contributors!