This repository was archived by the owner on Sep 6, 2025. It is now read-only.
fix(deps): update dependency react-native-svg to v15#431
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency react-native-svg to v15#431renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
2bbf3d1 to
c1a09b4
Compare
b201267 to
fb7795a
Compare
3451223 to
19aa9ad
Compare
a1878ff to
9f8d85f
Compare
c478603 to
a01fe0f
Compare
e1f2e2f to
1171266
Compare
1171266 to
1390d85
Compare
1390d85 to
9d9ca6a
Compare
9d9ca6a to
8542f3d
Compare
8542f3d to
df52610
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.14.0->15.12.1Release Notes
react-native-community/react-native-svg (react-native-svg)
v15.12.1Compare Source
This version adds support for react-native@0.81.0 as well as some small fixes and improvements.
What's Changed
target_compile_reactnative_optionsby @jakex7 in software-mansion#2710target_compile_definitionsinstead of appending toCMAKE_CXX_FLAGSby @jakex7 in software-mansion#2713RNS_toRNSVG_prefixes by @jakex7 in software-mansion#2714Full Changelog: software-mansion/react-native-svg@v15.12.0...v15.12.1
v15.12.0Compare Source
This version includes some minor fixes and improvements, and also prepares for
react-native@0.80.0What's Changed
usesMapBufferForStateDatatemplate parameter by @NickGerleman in software-mansion#2668providers.execto enableconfiguration-cacheby @lukmccall in software-mansion#2677New Contributors
Full Changelog: software-mansion/react-native-svg@v15.11.2...v15.12.0
v15.11.2Compare Source
Added support
react-native@0.78along with some fixes and improvements.What's Changed
svgViewgetter public by @latekvo in software-mansion#2583Full Changelog: software-mansion/react-native-svg@v15.11.1...v15.11.2
v15.11.1Compare Source
Hotfix for v15.11.0 where the podspec was corrupted due to missing
scriptsfolder in package.What's Changed
scripts/rnsvg_utils.rbin release by @jakex7 in software-mansion#2607Full Changelog: software-mansion/react-native-svg@v15.11.0...v15.11.1
v15.11.0Compare Source
Get ready for
react-native@0.77, which includes some minor fixes and improvements.On the new architecture,
onLayoutwill now fire only once and provide the correct dimensions.What's Changed
ios.componentProviderby @jakex7 in software-mansion#2572New Contributors
Full Changelog: software-mansion/react-native-svg@v15.10.1...v15.11.0
v15.10.1Compare Source
Fix for a crash occurring when
idis numeric.What's Changed
Full Changelog: software-mansion/react-native-svg@v15.10.0...v15.10.1
v15.10.0Compare Source
This release focuses primarily on bug fixes and minor enhancements.
What's Changed
RenderableView.hitTestpublic to create a cross-library interface by @latekvo in software-mansion#2555New Contributors
Full Changelog: software-mansion/react-native-svg@v15.9.0...v15.10.0
v15.9.0Compare Source
This release includes two new filters along with numerous minor improvements and fixes. A huge thanks to all contributors! 🚀
What's Changed
react-native.config.jsby @lukmccall in software-mansion#2503New Contributors
Full Changelog: software-mansion/react-native-svg@v15.8.0...v15.9.0
v15.8.0Compare Source
This minor release introduces several enhancements, including the addition of new filters (
FeFloodandFeBlend), improvements to the filter region 🖼️, support forcurrentColor🎨, and compatibility withreact-native@0.76🎉What's Changed
currentColorby @jakex7 in software-mansion#2466@react-native/babel-presetby @jakex7 in software-mansion#2482Full Changelog: software-mansion/react-native-svg@v15.7.0...v15.8.0
v15.7.1Compare Source
Hotfix for v15.7.0
What's Changed
Full Changelog: software-mansion/react-native-svg@v15.7.0...v15.7.1
v15.7.0Compare Source
A minor release introducing the implementation of filter regions along with some bug fixes 🔧
What's Changed
opacityprop by @jakex7 in software-mansion#2417New Contributors
Full Changelog: software-mansion/react-native-svg@v15.6.0...v15.7.0
v15.6.0Compare Source
In this version, we've introduced support for React Native 0.75, Fabric support on Windows, and a few minor enhancements and fixes. Thank you to everyone who contributed! 🚀
What's Changed
Svgtransform by @jakex7 in software-mansion#2403New Contributors
Full Changelog: software-mansion/react-native-svg@v15.5.0...v15.6.0
v15.5.0Compare Source
🎉 Minor release introducing new filters, CSS filters API on
FilterImagecomponent and many bug fixes.Thanks for all your contributions 🚀
What's Changed
FeGaussianBlurfilter by @jakex7 in software-mansion#2352FeOffsetfilter by @jakex7 in software-mansion#2361FeMergeandFeMergeNodefilters by @jakex7 in software-mansion#2369FilterImagecss filter on web by @jakex7 in software-mansion#2387New Contributors
Full Changelog: software-mansion/react-native-svg@v15.4.0...v15.5.0
v15.4.0Compare Source
Introducing the long-awaited filters in react-native-svg! 🎉
This minor release includes the first filter, FeColorMatrix, along with numerous fixes and other improvements.
What's Changed
#include <folly/dynamic.h>on RN 0.75 by @tomekzaw in software-mansion#2344New Contributors
Full Changelog: software-mansion/react-native-svg@v15.3.0...v15.4.0
v15.3.0Compare Source
Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉
What's Changed
errexport by @jakex7 in software-mansion#2270r={0}by @jakex7 in software-mansion#2271<inside comments by @jakex7 in software-mansion#2277New Contributors
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.