fix(deps): update dependency react-native-svg to v15 #290
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.9.0
->^15.0.0
Release Notes
react-native-community/react-native-svg (react-native-svg)
v15.10.1
Compare Source
Fix for a crash occurring when
id
is numeric.What's Changed
Full Changelog: software-mansion/react-native-svg@v15.10.0...v15.10.1
v15.10.0
Compare Source
This release focuses primarily on bug fixes and minor enhancements.
What's Changed
RenderableView.hitTest
public to create a cross-library interface by @latekvo in https://github.com/software-mansion/react-native-svg/pull/2555New Contributors
Full Changelog: software-mansion/react-native-svg@v15.9.0...v15.10.0
v15.9.0
Compare 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.js
by @lukmccall in https://github.com/software-mansion/react-native-svg/pull/2503New Contributors
Full Changelog: software-mansion/react-native-svg@v15.8.0...v15.9.0
v15.8.0
Compare Source
This minor release introduces several enhancements, including the addition of new filters (
FeFlood
andFeBlend
), improvements to the filter region 🖼️, support forcurrentColor
🎨, and compatibility with[email protected]
🎉What's Changed
currentColor
by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2466@react-native/babel-preset
by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2482Full Changelog: software-mansion/react-native-svg@v15.7.0...v15.8.0
v15.7.1
Compare Source
Hotfix for v15.7.0
What's Changed
Full Changelog: software-mansion/react-native-svg@v15.7.0...v15.7.1
v15.7.0
Compare Source
A minor release introducing the implementation of filter regions along with some bug fixes 🔧
What's Changed
opacity
prop by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2417New Contributors
Full Changelog: software-mansion/react-native-svg@v15.6.0...v15.7.0
v15.6.0
Compare 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
Svg
transform by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2403New Contributors
Full Changelog: software-mansion/react-native-svg@v15.5.0...v15.6.0
v15.5.0
Compare Source
🎉 Minor release introducing new filters, CSS filters API on
FilterImage
component and many bug fixes.Thanks for all your contributions 🚀
What's Changed
FeGaussianBlur
filter by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2352FeOffset
filter by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2361FeMerge
andFeMergeNode
filters by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2369FilterImage
css filter on web by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2387New Contributors
Full Changelog: software-mansion/react-native-svg@v15.4.0...v15.5.0
v15.4.0
Compare 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 https://github.com/software-mansion/react-native-svg/pull/2344New Contributors
Full Changelog: software-mansion/react-native-svg@v15.3.0...v15.4.0
v15.3.0
Compare Source
Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉
What's Changed
err
export by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2270r={0}
by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2271<
inside comments by @jakex7 in https://github.com/software-mansion/react-native-svg/pull/2277New Contributors
Full Changelog: software-mansion/react-native-svg@v15.2.0...v15.3.0
v15.2.0
Compare Source
Minor release adding support for RN 0.74 on New Architecture and introducing some bug fixes. Thank you for your contributions!
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v15.1.0...v15.2.0
v15.1.0
Compare Source
Minor release including proper support for
react-native-reanimated
to the library on new architecture by usingdynamic
values for codegen.What's Changed
Full Changelog: software-mansion/react-native-svg@v15.0.0...v15.1.0
v15.0.0
Compare Source
Major release introducing support for visionOS 🎉, some bug fixes and a BREAKING CHANGE due to https://github.com/software-mansion/react-native-svg/pull/2232. If your app already supports
iOS
>=12.4
then you can safely upgrade the version, otherwise, you have to bump it first.What's Changed
isolatedModules
setting to catch it intsc
by @renchap in https://github.com/software-mansion/react-native-svg/pull/2197Configuration
📅 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 this update again.
This PR has been generated by Renovate Bot.