-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: software-mansion/react-native-svg
base: v15.12.0
head repository: software-mansion/react-native-svg
compare: v15.12.1
- 12 commits
- 19 files changed
- 5 contributors
Commits on Jul 14, 2025
-
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]`.
Configuration menu - View commit details
-
Copy full SHA for 1a866ed - Browse repository at this point
Copy the full SHA 1a866edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6292c52 - Browse repository at this point
Copy the full SHA 6292c52View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 843c3bd - Browse repository at this point
Copy the full SHA 843c3bdView commit details -
chore: Rename
RNS_
toRNSVG_
prefixes (#2714)# Summary Rename `RNS_` to `RNSVG_` prefixes
Configuration menu - View commit details
-
Copy full SHA for 5fb6163 - Browse repository at this point
Copy the full SHA 5fb6163View commit details
Commits on Jul 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7eb52b6 - Browse repository at this point
Copy the full SHA 7eb52b6View commit details -
feat: support opacity percentage values (#2720)
# Summary Make `(fill/stroke)Opacity` a Dynamic to allow passing percentage values. ## Test Plan Test `ReanimatedOpacity`
Configuration menu - View commit details
-
Copy full SHA for be06e84 - Browse repository at this point
Copy the full SHA be06e84View commit details
Commits on Jul 31, 2025
-
fix: Use std::shared_ptr<ImageManager> instead of SharedImageManager (#…
…2723) ## Summary Update types to reflect changes in facebook/react-native#52888 ## Test Plan Compilation
Configuration menu - View commit details
-
Copy full SHA for fdd429c - Browse repository at this point
Copy the full SHA fdd429cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 34ba87e - Browse repository at this point
Copy the full SHA 34ba87eView commit details -
chore: Update tests-example to [email protected] (#2727)
# Summary Update tests-example to `[email protected]` to test 81 support ## Test Plan TestsExample compiles
Configuration menu - View commit details
-
Copy full SHA for 4449b5c - Browse repository at this point
Copy the full SHA 4449b5cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a4b7454 - Browse repository at this point
Copy the full SHA a4b7454View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f80ef - Browse repository at this point
Copy the full SHA a8f80efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d496b - Browse repository at this point
Copy the full SHA 62d496bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v15.12.0...v15.12.1