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: mrousavy/nitro
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.35.0
Choose a base ref
...
head repository: mrousavy/nitro
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35.1-beta.0
Choose a head ref
  • 13 commits
  • 100 files changed
  • 4 contributors

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    857a456 View commit details
    Browse the repository at this point in the history
  2. chore: bump the agp group across 4 directories with 1 update (#1243)

    Bumps the agp group with 1 update in the /packages/react-native-nitro-modules/android directory: com.android.tools.build:gradle.
    Bumps the agp group with 1 update in the /packages/react-native-nitro-test-external/android directory: com.android.tools.build:gradle.
    Bumps the agp group with 1 update in the /packages/react-native-nitro-test/android directory: com.android.tools.build:gradle.
    Bumps the agp group with 1 update in the /packages/template/android directory: com.android.tools.build:gradle.
    
    
    Updates `com.android.tools.build:gradle` from 9.0.1 to 9.1.0
    
    Updates `com.android.tools.build:gradle` from 9.0.1 to 9.1.0
    
    Updates `com.android.tools.build:gradle` from 9.0.1 to 9.1.0
    
    Updates `com.android.tools.build:gradle` from 9.0.1 to 9.1.0
    
    ---
    updated-dependencies:
    - dependency-name: com.android.tools.build:gradle
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: agp
    - dependency-name: com.android.tools.build:gradle
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: agp
    - dependency-name: com.android.tools.build:gradle
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: agp
    - dependency-name: com.android.tools.build:gradle
      dependency-version: 9.1.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: agp
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    df023a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2026

  1. Configuration menu
    Copy the full SHA
    2b62b27 View commit details
    Browse the repository at this point in the history
  2. chore: bump satori from 0.24.1 to 0.25.0 in /docs (#1250)

    Bumps [satori](https://github.com/vercel/satori) from 0.24.1 to 0.25.0.
    - [Release notes](https://github.com/vercel/satori/releases)
    - [Commits](vercel/satori@0.24.1...0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: satori
      dependency-version: 0.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    abc6a84 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. fix: Always fail lint-typescript/tsc job when typecheck fails (#1253

    )
    
    * fix: always fail `tsc` job when typecheck fails
    
    * fix: TS errors after pipeline fails again
    
    @mrousavy let me know if this fix is correct
    chrispader authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    60c35df View commit details
    Browse the repository at this point in the history
  2. chore: Fix TS

    mrousavy committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    8d16315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c9b69a View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    bda45a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    02f645c View commit details
    Browse the repository at this point in the history
  2. feat: Add new autolinking syntax to nitro.json - allow mixed C++ …

    …and Swift/Kotlin autolinked objects per platform (#1255)
    
    * feat: Allow mixing C++ and Swift/Kotlin autolinked objects per platform
    
    * Add backwards compatibility for old `nitro.json`
    
    * chore: Warn on deprecated nitro.json syntax
    
    * chore: Use new log
    
    * chore: Lint
    mrousavy authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    2a2fc26 View commit details
    Browse the repository at this point in the history
  3. chore: Make iOS CI build faster (#1257)

    * chore: Make iOS build CI more predictable and faster
    
    * chore: Fix deprecated use
    mrousavy authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    9a0d8c7 View commit details
    Browse the repository at this point in the history
  4. chore: Fix false-flag when Nitro is installed twice (#1259)

    * chore: Fix false-flag when Nitro is installed twice
    
    * chore: Also run harness when JS changes in Nitro Modules
    
    * chore: Podfile.lock
    
    * chore: Test `unstable__skipAlreadyIncludedModules`
    
    * Revert "chore: Test `unstable__skipAlreadyIncludedModules`"
    
    This reverts commit bf62ef3.
    mrousavy authored Mar 11, 2026
    Configuration menu
    Copy the full SHA
    0c30171 View commit details
    Browse the repository at this point in the history
  5. chore: release 0.35.1-beta.0

    mrousavy committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    f2d7bd7 View commit details
    Browse the repository at this point in the history
Loading