Releases: mmazzarolo/react-native-modal-datetime-picker
Releases · mmazzarolo/react-native-modal-datetime-picker
v4.12.0
- Update CustomDatePickerIOS styling so it looks as close to the native UIActionSheet as possible #89
- Updated Momentjs to 2.19.0 #92
- Fix Android date in release mode #96
Thanks to @encosw, @mars-lan and @patlux for the contributions!
v4.11.0
- Fixed DateTimePicker in 'time' mode resetting non-time portions of Date object #71 #80
Thanks to @j-wang, @jkdf2 and @erikaxel for the contribution.
v4.10.0
- Added
reactNativeModalPropsIOS
for passing additional props to the modal that wraps the picker on IOS
- Fix TypeScript typings #79
- Fix typo that causes hour to be unset in Android datetime picker #74
Thanks to @Gerharddc and @oliveroneill for the contributions!
v4.9.0
Super small release:
- Updated
react-native-modal
to ^1.5.0
. No more prop-types warn! #66
Thanks @iRoachie for the PR!
v4.8.0
- Fixed is24Hour param being ignored for
datetime
scenario #52
- Fixed typings for optional
onHideAfterConfirm
#53
- Changed default value of
datePickerModeAndroid
to default
#58
Thanks to @bsonntag, @iRoachie and @raduflp for the contributions!
v4.6.0
- Improved package.json by adding homepage and repository keys #38
- We no longer allow a user to tap the confirm button unless picker = still #40
- Moved the PropTypes to the new prop-types package
- Added a precommit hooks that executes a lint test and uses prettier to style the content of
src/
v4.4.0
Updated example and fixed a bug (on react-native-modal) that showed the modal animation incorrectly.
v4.2.1
Moved react-native-animated-modal
to react-native-modal
.