Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-datetimepicker/datetimepicker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.2
Choose a base ref
...
head repository: react-native-datetimepicker/datetimepicker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 18 files changed
  • 2 contributors

Commits on Aug 11, 2020

  1. feat: support preferredDatePickerStyle in iOS 14 (#246)

    BREAKING CHANGE: you need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)
    
    This adds support for preferredDatePickerStyle to the module. We took the android-only display prop and extended the support for iOS too, as opposed to adding a new ios-only prop.
    vonovak authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    e96f061 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0 [skip ci]

    # [3.0.0](v2.6.2...v3.0.0) (2020-08-11)
    
    ### Features
    
    * support preferredDatePickerStyle in iOS 14 ([#246](#246)) ([e96f061](e96f061))
    
    ### BREAKING CHANGES
    
    * you need XCode 11 to build this version, and you need this version to properly support iOS 14 (for that you need XCode 12)
    
    This adds support for preferredDatePickerStyle to the module. We took the android-only display prop and extended the support for iOS too, as opposed to adding a new ios-only prop.
    semantic-release-bot committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    a118ca0 View commit details
    Browse the repository at this point in the history
Loading