Skip to content

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

v4.12.0

16 Oct 16:38
Compare
Choose a tag to compare
  • 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

30 Aug 17:28
Compare
Choose a tag to compare
  • 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

29 Aug 18:32
Compare
Choose a tag to compare
  • 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

25 Jul 17:51
Compare
Choose a tag to compare

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

10 Jul 19:29
Compare
Choose a tag to compare
  • 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.7.0

15 Jun 13:49
Compare
Choose a tag to compare
  • Added onHideAfterConfirm #42 #46
  • Added contentContainerStyleIOS #44

Thanks to @CvBlixen, @ezha86 and @mars-lan for the PRs!

v4.6.0

13 May 12:57
Compare
Choose a tag to compare
  • 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.5.0

09 May 13:23
Compare
Choose a tag to compare
  • Added typescript type definitions #37
  • Improved button styles on iOS #35

Thanks to @iRoachie and @mars-lan for the PRs!

v4.4.0

19 Apr 17:52
Compare
Choose a tag to compare

Updated example and fixed a bug (on react-native-modal) that showed the modal animation incorrectly.

v4.2.1

02 Apr 17:24
Compare
Choose a tag to compare

Moved react-native-animated-modal to react-native-modal.