-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency react-native-svg to v15 #1879
Conversation
Quality Gate passedIssues Measures |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
^13.7.0
->^15.0.0
Release Notes
react-native-community/react-native-svg (react-native-svg)
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/2197WithLocalSvg
) by @voidsatisfaction in https://github.com/software-mansion/react-native-svg/pull/2223New Contributors
Full Changelog: software-mansion/react-native-svg@v14.1.0...v15.0.0
v14.1.0
Compare Source
Minor release adding support for RN 0.73 and fixing some bugs 🎉 Thank you for all your contributions!
What's Changed
SvgCssUri
fallback by @myou11 in https://github.com/software-mansion/react-native-svg/pull/2171New Contributors
Full Changelog: software-mansion/react-native-svg@v14.0.0...v14.1.0
v14.0.0
Compare Source
Major release introducing some minor improvements and a BREAKING CHANGE. From now on, you should import
from
react-native-svg/css
package instead. See #2168 for more information.What's Changed
renderer/components/rnsvg
with-std=c++20
by @NickGerleman in https://github.com/software-mansion/react-native-svg/pull/2141New Contributors
Full Changelog: software-mansion/react-native-svg@v13.14.0...v14.0.0
v13.14.0
Compare Source
PR adding improvements to the library. Thanks for all your contributions 🚀
What's Changed
drawRect:
by @Saadnajmi in https://github.com/software-mansion/react-native-svg/pull/2136New Contributors
Full Changelog: software-mansion/react-native-svg@v13.13.0...v13.14.0
v13.13.0
Compare Source
Minor release restoring usage of
UIGraphicsBeginImageContextWithOptions
onmacOS
since there is no implementation forUIGraphicsImageRendererFormat
there yet.What's Changed
Full Changelog: software-mansion/react-native-svg@v13.12.0...v13.13.0
v13.12.0
Compare Source
Minor release introducing the change of API used on
iOS
from UIGraphicsBeginImageContextWithOptions to UIGraphicsImageRenderer.What's Changed
Full Changelog: software-mansion/react-native-svg@v13.11.0...v13.12.0
v13.11.0
Compare Source
Minor release cleaning the repository 🧹 Please submit any issues that come up with the newest version 🐛 Thanks for your contributions 🚀
What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v13.10.0...v13.11.0
v13.10.0
Compare Source
Minor release fixing some long-standing issues, adding new features such as web support for
toDataURL
(https://github.com/software-mansion/react-native-svg/pull/2072) andfallback
prop forSvgXml
and others (https://github.com/software-mansion/react-native-svg/pull/2071). It also adds support for RN 0.72 on new architecture, at the same time dropping the support for RN 0.71 there. Thanks for all your contributions 🚀What's Changed
New Contributors
Full Changelog: software-mansion/react-native-svg@v13.9.0...v13.10.0
v13.9.0
Compare Source
Minor release introducing
marker
support for elements onAndroid
, adding accessibility props needed also for e2e testing and fixing many issues in the repo 🎉 Thanks to all contributors!What's Changed
self.opaque = false
on macOS by @hsjoberg in https://github.com/software-mansion/react-native-svg/pull/2008New Contributors
Full Changelog: software-mansion/react-native-svg@v13.8.0...v13.9.0
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 this update again.
This PR has been generated by Mend Renovate. View repository job log here.