Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v7.4.0
v7.3.0
v7.2.0
A few internal changes for the CI
v7.1.0
[email protected]
published 🎉
- Fixed
onCancel
date reset #238 - Added CircleCI deployment
v7.0.0
[email protected]
published 🎉
- Added
timePickerModeAndroid
anddatePickerModeAndroid
props #236 - Updated dependencies
Thanks to @chrislam for the contribution.
v6.1.0
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
New major update 🎉
- #171 Updated react-native-modal to support RN 0.56+ (by @thatjuan)
- #167 Include locale DatePickerIOS prop type definition (by @kurniaeliazar)
- #156 Add instructions for iOS's 24h (by @RocKhalil)
- #151 Add minute interval to documentation (by @abarisic86)
- #153 Fixed syntax error in example (by @madc)
v5.1.0
v5.0.0
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)