Skip to content

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

v7.4.0

22 Apr 13:13
Compare
Choose a tag to compare

7.4.0 (2019-04-22)

Features

  • Added dismissOnBackdropPressIOS prop (8cf5b3d)

v7.3.0

22 Apr 12:10
Compare
Choose a tag to compare

7.3.0 (2019-04-22)

Features

  • setup: Minor rewrite for CI (fea3c74)

v7.2.0

18 Apr 20:22
Compare
Choose a tag to compare

A few internal changes for the CI

v7.1.0

18 Apr 19:20
Compare
Choose a tag to compare

[email protected] published 🎉

  • Fixed onCancel date reset #238
  • Added CircleCI deployment

v7.0.0

18 Apr 09:46
Compare
Choose a tag to compare

[email protected] published 🎉

  • Added timePickerModeAndroid and datePickerModeAndroid props #236
  • Updated dependencies

Compare new changes

Thanks to @chrislam for the contribution.

v6.1.0

15 Mar 21:12
Compare
Choose a tag to compare

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!

v6.0.0

05 Jul 18:15
Compare
Choose a tag to compare

New major update 🎉

v5.1.0

28 Mar 09:10
Compare
Choose a tag to compare

v5.0.0

26 Mar 08:55
Compare
Choose a tag to compare

New major release!

  • Updated dependencies
  • Removed moment dependency 🎉 (thanks @anqqa)
  • Avoid to override method onDateChange on iOS (thanks @fabiopaiva)
  • Apply datePickerModeAndroid prop to TimePickerAndroid (thanks @0angelic0)
  • Apply datePickerModeAndroid prop to TimePickerAndroid. feeb67c
  • Avoid to override method onDateChange on iOS (thanks @fabiopaiva)
  • Make minuteInterval work for iOS DateTimePicker (thanks @antoxann96)

v4.13.0

18 Oct 16:52
Compare
Choose a tag to compare

Added the prop neverDisableConfirmIOS ( #98 ) that solves issue #82.

Thanks @thurber for the contribution!