fix(deps): update dependency react-native-svg to v15#138
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency react-native-svg to v15#138renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
37db019 to
488402e
Compare
488402e to
30e13f9
Compare
30e13f9 to
126e103
Compare
126e103 to
2fef467
Compare
2fef467 to
ba63037
Compare
ba63037 to
ca70dc7
Compare
5bfede5 to
b2e2a78
Compare
b2e2a78 to
1d07490
Compare
1d07490 to
0ab2be6
Compare
0ab2be6 to
093072d
Compare
81f2619 to
70b6dc4
Compare
f06d551 to
3defb68
Compare
3defb68 to
5924637
Compare
5924637 to
ae31d08
Compare
ae31d08 to
50f4fda
Compare
50f4fda to
512f161
Compare
4b130e0 to
71e5945
Compare
71e5945 to
810a02d
Compare
6a11a20 to
f037b78
Compare
8e5ca25 to
6eef0ae
Compare
6eef0ae to
de49e88
Compare
de49e88 to
ffe607a
Compare
ffe607a to
85a4f6f
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1→15.15.3Release Notes
react-native-community/react-native-svg (react-native-svg)
v15.15.3Compare Source
Patch fixing buffer issues and adding compatibility with next react-native version.
What's Changed
bufferdecoding withatobby @gronxb in software-mansion#2808New Contributors
Full Changelog: software-mansion/react-native-svg@v15.15.2...v15.15.3
v15.15.2Compare Source
Patch version fixing macOS build issues.
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v15.15.1...v15.15.2
v15.15.1Compare Source
Patch version that fixes performance regression accidentally introduced in
15.15.0What's Changed
Full Changelog: software-mansion/react-native-svg@v15.15.0...v15.15.1
v15.15.0Compare Source
v15.14.0Compare Source
This version improves performance on iOS and Windows, and includes some minor fixes and improvements.
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v15.13.0...v15.14.0
v15.13.0Compare Source
This version includes some minor fixes and improvements, drops support for old RN versions and brings back macOS support.
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v15.12.1...v15.13.0
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
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.