Thanks to visit codestin.com
Credit goes to github.com

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: software-mansion/react-native-svg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.12.0
Choose a base ref
...
head repository: software-mansion/react-native-svg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.12.1
Choose a head ref
  • 12 commits
  • 19 files changed
  • 5 contributors

Commits on Jul 14, 2025

  1. feat: Set compile options using target_compile_reactnative_options (#…

    …2710)
    
    # Summary
    
    PR based on
    software-mansion/react-native-reanimated#7776 by
    @tomekzaw.
    
    To support `[email protected]`, we need to include
    `RN_SERIALIZABLE_STATE`. This can be done using
    `target_compile_reactnative_options`, which sets the necessary flags and
    definitions automatically, instead of setting them manually.
    
    ## Test Plan
    
    CI is green and `tests-example` compiles on `[email protected]`.
    jakex7 authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    1a866ed View commit details
    Browse the repository at this point in the history
  2. chore: format CMakeLists.txt (#2711)

    # Summary
    
    Format `CMakeLists.txt`
    jakex7 authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    6292c52 View commit details
    Browse the repository at this point in the history
  3. chore: use target_compile_definitions instead of appending to `CMAK…

    …E_CXX_FLAGS` (#2713)
    
    # Summary
    
    Use `target_compile_definitions` instead of appending to
    `CMAKE_CXX_FLAGS`
    jakex7 authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    843c3bd View commit details
    Browse the repository at this point in the history
  4. chore: Rename RNS_ to RNSVG_ prefixes (#2714)

    # Summary
    
    Rename `RNS_` to `RNSVG_` prefixes
    jakex7 authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    5fb6163 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    7eb52b6 View commit details
    Browse the repository at this point in the history
  2. feat: support opacity percentage values (#2720)

    # Summary
    
    Make `(fill/stroke)Opacity` a Dynamic to allow passing percentage
    values.
    
    ## Test Plan
    
    Test `ReanimatedOpacity`
    jakex7 authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    be06e84 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. fix: Use std::shared_ptr<ImageManager> instead of SharedImageManager (#…

    …2723)
    
    ## Summary
    
    Update types to reflect changes in
    facebook/react-native#52888
    
    ## Test Plan
    
    Compilation
    christophpurrer authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    fdd429c View commit details
    Browse the repository at this point in the history
  2. chore: Add deprecation comments near separate transform props (#2725)

    # Summary
    
    This PR marks separate inline transform properties in favor of the
    `transform` property that accepts the same format as the RN's
    `transform` prop.
    MatiPl01 authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    34ba87e View commit details
    Browse the repository at this point in the history
  3. chore: Update tests-example to [email protected] (#2727)

    # Summary
    
    Update tests-example to `[email protected]` to test 81 support 
    
    ## Test Plan
    
    TestsExample compiles
    jakex7 authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    4449b5c View commit details
    Browse the repository at this point in the history
  4. Revert "feat: support opacity percentage values (#2720)" (#2729)

    This reverts commit be06e84.
    
    # Summary
    
    I've noticed strange behavior on iOS where components randomly disappear
    on navigation but re-appear on reload. Need to investigate it further.
    jakex7 authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    a4b7454 View commit details
    Browse the repository at this point in the history
  5. Update podfile.lock

    jakex7 committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    a8f80ef View commit details
    Browse the repository at this point in the history
  6. Release 15.12.1

    jakex7 committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    62d496b View commit details
    Browse the repository at this point in the history
Loading