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-picker/picker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.11.0
Choose a base ref
...
head repository: react-native-picker/picker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.11.4
Choose a head ref
  • 11 commits
  • 8 files changed
  • 7 contributors

Commits on Jun 20, 2025

  1. fix(ios): question marks rendered unexpectedly (RN >= 0.77)

    Fix:
    
    On iOS react-native >= 0.77
    - Item display question marks
    - Can't select any items
    Yoann Fuks authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    e42ef2e View commit details
    Browse the repository at this point in the history
  2. chore: update publish workflow (#633)

    * chore: update publish workflow
    
    * chore: update ci workflow
    vonovak authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    34bf0f4 View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.11.1 [skip ci]

    ## [2.11.1](v2.11.0...v2.11.1) (2025-06-20)
    
    ### Bug Fixes
    
    * **ios:** question marks rendered unexpectedly (RN >= 0.77) ([e42ef2e](e42ef2e))
    semantic-release-bot committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    11cade1 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Configuration menu
    Copy the full SHA
    401d4dd View commit details
    Browse the repository at this point in the history
  2. build(deps): bump form-data from 3.0.1 to 3.0.4 (#641)

    Bumps [form-data](https://github.com/form-data/form-data) from 3.0.1 to 3.0.4.
    - [Release notes](https://github.com/form-data/form-data/releases)
    - [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md)
    - [Commits](form-data/form-data@v3.0.1...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: form-data
      dependency-version: 3.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    4aae25a View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2025

  1. fix: bump cipher-base from 1.0.4 to 1.0.6 (#643)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    18ed316 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.11.2 [skip ci]

    ## [2.11.2](v2.11.1...v2.11.2) (2025-09-10)
    
    ### Bug Fixes
    
    * bump cipher-base from 1.0.4 to 1.0.6 ([#643](#643)) ([18ed316](18ed316))
    semantic-release-bot committed Sep 10, 2025
    Configuration menu
    Copy the full SHA
    cef1e2e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    5b27f9d View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.11.3 [skip ci]

    ## [2.11.3](v2.11.2...v2.11.3) (2025-10-14)
    
    ### Bug Fixes
    
    * android crash on React Native 0.81 & new arch ([#648](#648)) ([5b27f9d](5b27f9d))
    semantic-release-bot committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    b7efb65 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2025

  1. fix(ios): Set delegate properly in new architecture to resolve questi…

    …on marks display issue (#640)
    Doug821 authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    0096a16 View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.11.4 [skip ci]

    ## [2.11.4](v2.11.3...v2.11.4) (2025-10-15)
    
    ### Bug Fixes
    
    * **ios:** Set delegate properly in new architecture to resolve question marks display issue ([#640](#640)) ([0096a16](0096a16))
    semantic-release-bot committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    faefb12 View commit details
    Browse the repository at this point in the history
Loading