bubble-dev / _

🍱 metarepo of many packages and various monorepos
52 stars 6 forks source link

♻️ update react-native-svg to v13 - autoclosed #562

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 2 years ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-svg ^12.1.1 -> ^13.0.0 age adoption passing confidence

Release Notes

react-native-community/react-native-svg (react-native-svg) ### [`v13.14.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.14.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.13.0...v13.14.0) PR adding improvements to the library. Thanks for all your contributions πŸš€ #### What's Changed - Create FUNDING.yml by [@​aleqsio](https://togithub.com/aleqsio) in [https://github.com/software-mansion/react-native-svg/pull/2133](https://togithub.com/software-mansion/react-native-svg/pull/2133) - docs: Update deprecated expo install instructions to \`npx expo installΒ΄ by [@​GabrieldosSantosOliveira](https://togithub.com/GabrieldosSantosOliveira) in [https://github.com/software-mansion/react-native-svg/pull/2128](https://togithub.com/software-mansion/react-native-svg/pull/2128) - \[macOS]\[Xcode 15] Avoid using dirtyRect in `drawRect:` by [@​Saadnajmi](https://togithub.com/Saadnajmi) in [https://github.com/software-mansion/react-native-svg/pull/2136](https://togithub.com/software-mansion/react-native-svg/pull/2136) - fix: error for transform on web by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2139](https://togithub.com/software-mansion/react-native-svg/pull/2139) - chore(deps): bump activesupport from 6.1.7.4 to 7.0.7.2 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2122](https://togithub.com/software-mansion/react-native-svg/pull/2122) - fix: web not working with reanimated in example by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2140](https://togithub.com/software-mansion/react-native-svg/pull/2140) #### New Contributors - [@​aleqsio](https://togithub.com/aleqsio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2133](https://togithub.com/software-mansion/react-native-svg/pull/2133) - [@​GabrieldosSantosOliveira](https://togithub.com/GabrieldosSantosOliveira) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2128](https://togithub.com/software-mansion/react-native-svg/pull/2128) - [@​Saadnajmi](https://togithub.com/Saadnajmi) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2136](https://togithub.com/software-mansion/react-native-svg/pull/2136) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.13.0...v13.14.0 ### [`v13.13.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.13.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.12.0...v13.13.0) Minor release restoring usage of `UIGraphicsBeginImageContextWithOptions` on `macOS` since there is no implementation for `UIGraphicsImageRendererFormat` there yet. #### What's Changed - feat: add macos back to Example app by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2119](https://togithub.com/software-mansion/react-native-svg/pull/2119) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.12.0...v13.13.0 ### [`v13.12.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.12.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.11.0...v13.12.0) Minor release introducing the change of API used on `iOS` from [UIGraphicsBeginImageContextWithOptions](https://developer.apple.com/documentation/uikit/1623912-uigraphicsbeginimagecontextwitho) to [UIGraphicsImageRenderer](https://developer.apple.com/documentation/uikit/uigraphicsimagerenderer). #### What's Changed - feat: remove UIGraphicsBeginImageContextWithOptions from repo by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2117](https://togithub.com/software-mansion/react-native-svg/pull/2117) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.11.0...v13.12.0 ### [`v13.11.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.11.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.10.0...v13.11.0) Minor release cleaning the repository 🧹 Please submit any issues that come up with the newest version πŸ› Thanks for your contributions πŸš€ #### What's Changed - fix: make web platform types compatible with native types by [@​nderscore](https://togithub.com/nderscore) in [https://github.com/software-mansion/react-native-svg/pull/2091](https://togithub.com/software-mansion/react-native-svg/pull/2091) - docs: update usage.md for react-native 0.72 by [@​Letty](https://togithub.com/Letty) in [https://github.com/software-mansion/react-native-svg/pull/2104](https://togithub.com/software-mansion/react-native-svg/pull/2104) - docs: update README.md by [@​Mhp23](https://togithub.com/Mhp23) in [https://github.com/software-mansion/react-native-svg/pull/2110](https://togithub.com/software-mansion/react-native-svg/pull/2110) - fix: bump packages, eslint, tsconfig, prettier and resolve all conflicts by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2114](https://togithub.com/software-mansion/react-native-svg/pull/2114) #### New Contributors - [@​nderscore](https://togithub.com/nderscore) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2091](https://togithub.com/software-mansion/react-native-svg/pull/2091) - [@​Letty](https://togithub.com/Letty) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2104](https://togithub.com/software-mansion/react-native-svg/pull/2104) - [@​Mhp23](https://togithub.com/Mhp23) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2110](https://togithub.com/software-mansion/react-native-svg/pull/2110) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.10.0...v13.11.0 ### [`v13.10.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.10.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.9.0...v13.10.0) 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](https://togithub.com/software-mansion/react-native-svg/pull/2072)) and `fallback` prop for `SvgXml` and others ([https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.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 - Fix compilation errors on Windows by [@​christophpurrer](https://togithub.com/christophpurrer) in [https://github.com/software-mansion/react-native-svg/pull/2045](https://togithub.com/software-mansion/react-native-svg/pull/2045) - Fix setNativeProps type by [@​fauri13](https://togithub.com/fauri13) in [https://github.com/software-mansion/react-native-svg/pull/2058](https://togithub.com/software-mansion/react-native-svg/pull/2058) - fix: remove deprecated import from react-native-web by [@​janlat](https://togithub.com/janlat) in [https://github.com/software-mansion/react-native-svg/pull/2027](https://togithub.com/software-mansion/react-native-svg/pull/2027) - fix: Updating iOS version [#​2038](https://togithub.com/react-native-community/react-native-svg/issues/2038) by [@​sgabriel](https://togithub.com/sgabriel) in [https://github.com/software-mansion/react-native-svg/pull/2041](https://togithub.com/software-mansion/react-native-svg/pull/2041) - Fix syntax error in RNSVGImageShadowNode::initialStateData by [@​hsjoberg](https://togithub.com/hsjoberg) in [https://github.com/software-mansion/react-native-svg/pull/2079](https://togithub.com/software-mansion/react-native-svg/pull/2079) - Fix [#​1345](https://togithub.com/react-native-community/react-native-svg/issues/1345): opacity does not work with currentColor on Android by [@​laptou](https://togithub.com/laptou) in [https://github.com/software-mansion/react-native-svg/pull/2080](https://togithub.com/software-mansion/react-native-svg/pull/2080) - chore: bump Example to 0.72 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2084](https://togithub.com/software-mansion/react-native-svg/pull/2084) - chore(deps): bump fast-xml-parser from 4.1.3 to 4.2.4 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2063](https://togithub.com/software-mansion/react-native-svg/pull/2063) - chore(deps): bump vm2 from 3.9.14 to 3.9.19 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2056](https://togithub.com/software-mansion/react-native-svg/pull/2056) - chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 in /TestsExample by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2085](https://togithub.com/software-mansion/react-native-svg/pull/2085) - Add web support for toDataURL() on svg tags by [@​chrispader](https://togithub.com/chrispader) in [https://github.com/software-mansion/react-native-svg/pull/2072](https://togithub.com/software-mansion/react-native-svg/pull/2072) - Prevents SvgUri crashes when uri is invalid and adds fallback prop by [@​PiotrWszolek](https://togithub.com/PiotrWszolek) in [https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.com/software-mansion/react-native-svg/pull/2071) - chore: run prettier and lint by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2087](https://togithub.com/software-mansion/react-native-svg/pull/2087) - chore: bump TestsExample to 0.72 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2088](https://togithub.com/software-mansion/react-native-svg/pull/2088) - feat: strokeDasharray with Animated by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2089](https://togithub.com/software-mansion/react-native-svg/pull/2089) #### New Contributors - [@​christophpurrer](https://togithub.com/christophpurrer) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2045](https://togithub.com/software-mansion/react-native-svg/pull/2045) - [@​fauri13](https://togithub.com/fauri13) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2058](https://togithub.com/software-mansion/react-native-svg/pull/2058) - [@​janlat](https://togithub.com/janlat) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2027](https://togithub.com/software-mansion/react-native-svg/pull/2027) - [@​sgabriel](https://togithub.com/sgabriel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2041](https://togithub.com/software-mansion/react-native-svg/pull/2041) - [@​laptou](https://togithub.com/laptou) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2080](https://togithub.com/software-mansion/react-native-svg/pull/2080) - [@​chrispader](https://togithub.com/chrispader) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2072](https://togithub.com/software-mansion/react-native-svg/pull/2072) - [@​PiotrWszolek](https://togithub.com/PiotrWszolek) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2071](https://togithub.com/software-mansion/react-native-svg/pull/2071) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.9.0...v13.10.0 ### [`v13.9.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.9.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.8.0...v13.9.0) Minor release introducing `marker` support for elements on `Android`, adding accessibility props needed also for e2e testing and fixing many issues in the repo :tada: Thanks to all contributors! #### What's Changed - chore: update Example to newest react-native version by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1999](https://togithub.com/software-mansion/react-native-svg/pull/1999) - Upgrade rn-builder-bob to enable tree-shaking in rn-web by [@​merrywhether](https://togithub.com/merrywhether) in [https://github.com/software-mansion/react-native-svg/pull/1993](https://togithub.com/software-mansion/react-native-svg/pull/1993) - add accessibility and testId props and virtual nodes to support e2e tests tools by [@​toter3](https://togithub.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/2001](https://togithub.com/software-mansion/react-native-svg/pull/2001) - fix onLayout by [@​toter3](https://togithub.com/toter3) in [https://github.com/software-mansion/react-native-svg/pull/1998](https://togithub.com/software-mansion/react-native-svg/pull/1998) - Don't set `self.opaque = false` on macOS by [@​hsjoberg](https://togithub.com/hsjoberg) in [https://github.com/software-mansion/react-native-svg/pull/2008](https://togithub.com/software-mansion/react-native-svg/pull/2008) - Fix SVG parsing when the closing tags include whitespace by [@​MichalSzorad](https://togithub.com/MichalSzorad) in [https://github.com/software-mansion/react-native-svg/pull/2012](https://togithub.com/software-mansion/react-native-svg/pull/2012) - chore: set library namespace in build script by [@​kkafar](https://togithub.com/kkafar) in [https://github.com/software-mansion/react-native-svg/pull/2005](https://togithub.com/software-mansion/react-native-svg/pull/2005) - fix: make image props extend CommonPathProps by [@​andev240](https://togithub.com/andev240) in [https://github.com/software-mansion/react-native-svg/pull/2007](https://togithub.com/software-mansion/react-native-svg/pull/2007) - fix: mask render on android by [@​Aflexon](https://togithub.com/Aflexon) in [https://github.com/software-mansion/react-native-svg/pull/1981](https://togithub.com/software-mansion/react-native-svg/pull/1981) - fix: remove unnecessary methods provided by superclasses for accessibility by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2013](https://togithub.com/software-mansion/react-native-svg/pull/2013) - chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/1982](https://togithub.com/software-mansion/react-native-svg/pull/1982) - chore(deps): bump [@​xmldom/xmldom](https://togithub.com/xmldom/xmldom) from 0.7.6 to 0.7.9 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/software-mansion/react-native-svg/pull/2004](https://togithub.com/software-mansion/react-native-svg/pull/2004) - fix [#​1592](https://togithub.com/react-native-community/react-native-svg/issues/1592) : add marker support on Rect, Line, Ellipse, Circle and Group by [@​mlecoq](https://togithub.com/mlecoq) in [https://github.com/software-mansion/react-native-svg/pull/1594](https://togithub.com/software-mansion/react-native-svg/pull/1594) - fix: scale path markers so they match ios by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/2018](https://togithub.com/software-mansion/react-native-svg/pull/2018) - fix: read svg file on android by [@​vicke4](https://togithub.com/vicke4) in [https://github.com/software-mansion/react-native-svg/pull/2016](https://togithub.com/software-mansion/react-native-svg/pull/2016) #### New Contributors - [@​merrywhether](https://togithub.com/merrywhether) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1993](https://togithub.com/software-mansion/react-native-svg/pull/1993) - [@​toter3](https://togithub.com/toter3) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2001](https://togithub.com/software-mansion/react-native-svg/pull/2001) - [@​hsjoberg](https://togithub.com/hsjoberg) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2008](https://togithub.com/software-mansion/react-native-svg/pull/2008) - [@​MichalSzorad](https://togithub.com/MichalSzorad) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2012](https://togithub.com/software-mansion/react-native-svg/pull/2012) - [@​kkafar](https://togithub.com/kkafar) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2005](https://togithub.com/software-mansion/react-native-svg/pull/2005) - [@​andev240](https://togithub.com/andev240) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2007](https://togithub.com/software-mansion/react-native-svg/pull/2007) - [@​Aflexon](https://togithub.com/Aflexon) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1981](https://togithub.com/software-mansion/react-native-svg/pull/1981) - [@​mlecoq](https://togithub.com/mlecoq) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1594](https://togithub.com/software-mansion/react-native-svg/pull/1594) - [@​vicke4](https://togithub.com/vicke4) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/2016](https://togithub.com/software-mansion/react-native-svg/pull/2016) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.8.0...v13.9.0 ### [`v13.8.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.8.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.7.0...v13.8.0) Minor release bringing Fabric support to RN v0.71 :tada: #### What's Changed - feat: update FabricExample to 0.71.0-rc.6 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1962](https://togithub.com/software-mansion/react-native-svg/pull/1962) - chore: ensure consistent use of `import type` by [@​tido64](https://togithub.com/tido64) in [https://github.com/software-mansion/react-native-svg/pull/1971](https://togithub.com/software-mansion/react-native-svg/pull/1971) - chore: change fabric flag by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1979](https://togithub.com/software-mansion/react-native-svg/pull/1979) #### New Contributors - [@​tido64](https://togithub.com/tido64) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1971](https://togithub.com/software-mansion/react-native-svg/pull/1971) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.7.0...v13.8.0 ### [`v13.7.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.7.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.6.0...v13.7.0) #### What's Changed - Fix windows build issues by [@​marlenecota](https://togithub.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1923](https://togithub.com/software-mansion/react-native-svg/pull/1923) - fix: fill/stroke setters and implement currentColor on Windows by [@​marlenecota](https://togithub.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1928](https://togithub.com/software-mansion/react-native-svg/pull/1928) - refactor: remove circular dependency by [@​Fasteel](https://togithub.com/Fasteel) in [https://github.com/software-mansion/react-native-svg/pull/1929](https://togithub.com/software-mansion/react-native-svg/pull/1929) - Include proguard config by [@​heroic](https://togithub.com/heroic) in [https://github.com/software-mansion/react-native-svg/pull/1842](https://togithub.com/software-mansion/react-native-svg/pull/1842) - fix: accept comas in viewbox by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1952](https://togithub.com/software-mansion/react-native-svg/pull/1952) - Fix nested SVGs in iOS [#​1437](https://togithub.com/react-native-community/react-native-svg/issues/1437) by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1948](https://togithub.com/software-mansion/react-native-svg/pull/1948) - fix: restore black as a default color for svgs by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1947](https://togithub.com/software-mansion/react-native-svg/pull/1947) - feat(windows): add clipPath and touch events by [@​marlenecota](https://togithub.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1933](https://togithub.com/software-mansion/react-native-svg/pull/1933) - fix: Call onLoad prop in SvgCssUri by [@​mantasio](https://togithub.com/mantasio) in [https://github.com/software-mansion/react-native-svg/pull/1927](https://togithub.com/software-mansion/react-native-svg/pull/1927) - feat(windows): add example app by [@​marlenecota](https://togithub.com/marlenecota) in [https://github.com/software-mansion/react-native-svg/pull/1937](https://togithub.com/software-mansion/react-native-svg/pull/1937) #### New Contributors - [@​Fasteel](https://togithub.com/Fasteel) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1929](https://togithub.com/software-mansion/react-native-svg/pull/1929) - [@​heroic](https://togithub.com/heroic) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1842](https://togithub.com/software-mansion/react-native-svg/pull/1842) - [@​mantasio](https://togithub.com/mantasio) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1927](https://togithub.com/software-mansion/react-native-svg/pull/1927) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.6.0...v13.7.0 ### [`v13.6.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.6.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.5.0...v13.6.0) Minor release fixing some bugs and introducing compatibility with Static View Configs, Bridgeless Mode and maybe some more updated on `Fabric`. #### What's Changed - chore: remove formatting from blame by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1905](https://togithub.com/software-mansion/react-native-svg/pull/1905) - feat: use codegenNativeComponent to import native views by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1847](https://togithub.com/software-mansion/react-native-svg/pull/1847) - chore: add react-native-svg banner to README by [@​kacperkapusciak](https://togithub.com/kacperkapusciak) in [https://github.com/software-mansion/react-native-svg/pull/1909](https://togithub.com/software-mansion/react-native-svg/pull/1909) - fix: make svg compile on older versions by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1907](https://togithub.com/software-mansion/react-native-svg/pull/1907) - chore: update RN versions to 0.70.5 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1910](https://togithub.com/software-mansion/react-native-svg/pull/1910) - fix: update supported RN version to 0.64 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1912](https://togithub.com/software-mansion/react-native-svg/pull/1912) - chore: align examples by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1914](https://togithub.com/software-mansion/react-native-svg/pull/1914) - chore: bump supported RN version for Fabric by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1913](https://togithub.com/software-mansion/react-native-svg/pull/1913) - feat: use transform parsing code from rn core by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/software-mansion/react-native-svg/pull/1918](https://togithub.com/software-mansion/react-native-svg/pull/1918) #### New Contributors - [@​kacperkapusciak](https://togithub.com/kacperkapusciak) made their first contribution in [https://github.com/software-mansion/react-native-svg/pull/1909](https://togithub.com/software-mansion/react-native-svg/pull/1909) **Full Changelog**: https://github.com/software-mansion/react-native-svg/compare/v13.5.0...v13.6.0 ### [`v13.5.0`](https://togithub.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.4.0...v13.5.0) ### [`v13.4.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.4.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.3.0...v13.4.0) Minor release fixes regressions from the previous releases. Thanks for your contributions :tada: #### What's Changed - fix: restore compatibility with react-native <0.68 ([#​1890](https://togithub.com/react-native-community/react-native-svg/issues/1890)) by [@​DrOverbuild](https://togithub.com/DrOverbuild) in [https://github.com/react-native-svg/react-native-svg/pull/1891](https://togithub.com/react-native-svg/react-native-svg/pull/1891) - fix: make Defs pass invalidate higher even though it does not conform… by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1889](https://togithub.com/react-native-svg/react-native-svg/pull/1889) #### New Contributors - [@​DrOverbuild](https://togithub.com/DrOverbuild) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1891](https://togithub.com/react-native-svg/react-native-svg/pull/1891) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v13.3.0...v13.4.0 ### [`v13.3.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.3.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.2.0...v13.3.0) Minor release fixing integration with `react-native-reanimated`, color parsing, pointer events on `Android` and few other issues. Thanks for your contributions :tada: #### What's Changed - feat: improve ios ci job by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1878](https://togithub.com/react-native-svg/react-native-svg/pull/1878) - Fixed RCT_NEW_ARCH_ENABLED in podspec by [@​geroale](https://togithub.com/geroale) in [https://github.com/react-native-svg/react-native-svg/pull/1877](https://togithub.com/react-native-svg/react-native-svg/pull/1877) - feat: update props field so rea works correctly by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1880](https://togithub.com/react-native-svg/react-native-svg/pull/1880) - fix: use `export type` when exporting types by [@​renchap](https://togithub.com/renchap) in [https://github.com/react-native-svg/react-native-svg/pull/1874](https://togithub.com/react-native-svg/react-native-svg/pull/1874) - feat: make pointer events work on both platforms by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1879](https://togithub.com/react-native-svg/react-native-svg/pull/1879) - feat: remove processColor so the color is parsed on the native side by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1887](https://togithub.com/react-native-svg/react-native-svg/pull/1887) - Restoring pointer events box_none behavior on Android by [@​labmorales](https://togithub.com/labmorales) in [https://github.com/react-native-svg/react-native-svg/pull/1808](https://togithub.com/react-native-svg/react-native-svg/pull/1808) #### New Contributors - [@​geroale](https://togithub.com/geroale) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1877](https://togithub.com/react-native-svg/react-native-svg/pull/1877) - [@​renchap](https://togithub.com/renchap) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1874](https://togithub.com/react-native-svg/react-native-svg/pull/1874) - [@​labmorales](https://togithub.com/labmorales) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1808](https://togithub.com/react-native-svg/react-native-svg/pull/1808) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v13.2.0...v13.3.0 ### [`v13.2.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.2.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.1.0...v13.2.0) #### What's Changed - Fix concurrent CI by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/react-native-svg/react-native-svg/pull/1853](https://togithub.com/react-native-svg/react-native-svg/pull/1853) - fix: remove FabricEnabledViewGroup by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1851](https://togithub.com/react-native-svg/react-native-svg/pull/1851) - chore: bump examples to rn 0.70 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1858](https://togithub.com/react-native-svg/react-native-svg/pull/1858) - fix: restore bitmap recycling on children changes by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1864](https://togithub.com/react-native-svg/react-native-svg/pull/1864) - feat: transfer specs to ts and remove unnecessary props by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1865](https://togithub.com/react-native-svg/react-native-svg/pull/1865) - fix: reanimated on old architecture by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1869](https://togithub.com/react-native-svg/react-native-svg/pull/1869) - resolves On Android devices "getPointAtLength" function returns incorrect values by [@​insbodhi](https://togithub.com/insbodhi) in [https://github.com/react-native-svg/react-native-svg/pull/1727](https://togithub.com/react-native-svg/react-native-svg/pull/1727) #### New Contributors - [@​insbodhi](https://togithub.com/insbodhi) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1727](https://togithub.com/react-native-svg/react-native-svg/pull/1727) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v13.1.0...v13.2.0 ### [`v13.1.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.1.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v13.0.0...v13.1.0) Minor release fixing some of the problems introduced by the new architecture. #### What's Changed - fix: make svg invalidate after props update by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1843](https://togithub.com/react-native-svg/react-native-svg/pull/1843) - Use angle-bracket imports by [@​tomekzaw](https://togithub.com/tomekzaw) in [https://github.com/react-native-svg/react-native-svg/pull/1848](https://togithub.com/react-native-svg/react-native-svg/pull/1848) - fix: setters for old react native versions by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1846](https://togithub.com/react-native-svg/react-native-svg/pull/1846) - fix: bitmap nulled before screen transition by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1844](https://togithub.com/react-native-svg/react-native-svg/pull/1844) #### New Contributors - [@​tomekzaw](https://togithub.com/tomekzaw) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1848](https://togithub.com/react-native-svg/react-native-svg/pull/1848) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v13.0.0...v13.1.0 ### [`v13.0.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v13.0.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.5.1...v13.0.0) **Release introducing React Native SVG with Fabric support!** πŸŽ‰ πŸš€ Please upgrade your apps and test if it does not introduce any bugs both on old and new architecture πŸ› Keep in mind that due to changes in configuration introduced in newest versions of `react-native`, you should use version `0.69.0+` to be able to use it on Fabric. Also, if you use the new architecture with `react-native` version lesser than `0.70.0-rc.3`, you need to handle linking on `Android` by yourself (since autolinking is available from that version). #### What's Changed - feat: add Fabric on iOS without ComponentViews by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1821](https://togithub.com/react-native-svg/react-native-svg/pull/1821) - feat: support Fabric on Android by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1804](https://togithub.com/react-native-svg/react-native-svg/pull/1804) - chore: add CI for JS, iOS and Android formatting by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1782](https://togithub.com/react-native-svg/react-native-svg/pull/1782) - chore: bump library and examples to rn 0.70-rc3 by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1837](https://togithub.com/react-native-svg/react-native-svg/pull/1837) - feat: remove unused common folder by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1838](https://togithub.com/react-native-svg/react-native-svg/pull/1838) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.4.4...v13.0.0 ### [`v12.5.1`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.5.1) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.5.0...v12.5.1) Patch release including fix of types: [https://github.com/software-mansion/react-native-svg/pull/1874](https://togithub.com/software-mansion/react-native-svg/pull/1874). ### [`v12.5.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.5.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.4.4...v12.5.0) Minor release including fix of `Windows` build: [#​1923](https://togithub.com/react-native-community/react-native-svg/issues/1923). Thanks [@​marlenecota](https://togithub.com/marlenecota) for the contribution! ### [`v12.4.4`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.4.4) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.4.3...v12.4.4) #### What's Changed - Fix constructor with deprecated context by [@​hyochan](https://togithub.com/hyochan) in [https://github.com/react-native-svg/react-native-svg/pull/1822](https://togithub.com/react-native-svg/react-native-svg/pull/1822) - feat: fix broken enum declaration by [@​tainakanchu](https://togithub.com/tainakanchu) in [https://github.com/react-native-svg/react-native-svg/pull/1819](https://togithub.com/react-native-svg/react-native-svg/pull/1819) - fix: export types from lib which were available before by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1829](https://togithub.com/react-native-svg/react-native-svg/pull/1829) - Add support for translateX and translateY on web by [@​RobertSasak](https://togithub.com/RobertSasak) in [https://github.com/react-native-svg/react-native-svg/pull/1825](https://togithub.com/react-native-svg/react-native-svg/pull/1825) - feat: change ios CI by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1831](https://togithub.com/react-native-svg/react-native-svg/pull/1831) #### New Contributors - [@​hyochan](https://togithub.com/hyochan) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1822](https://togithub.com/react-native-svg/react-native-svg/pull/1822) - [@​RobertSasak](https://togithub.com/RobertSasak) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1825](https://togithub.com/react-native-svg/react-native-svg/pull/1825) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.4.3...v12.4.4 ### [`v12.4.3`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.4.3) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.4.2...v12.4.3) #### What's Changed - fix style attribute space by [@​NiuGuohui](https://togithub.com/NiuGuohui) in [https://github.com/react-native-svg/react-native-svg/pull/1639](https://togithub.com/react-native-svg/react-native-svg/pull/1639) - fix: correctly export rest of the props and add onError to parsing by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1814](https://togithub.com/react-native-svg/react-native-svg/pull/1814) - add missing onLayout prop typings by [@​WoLewicki](https://togithub.com/WoLewicki) and [@​sinxwal](https://togithub.com/sinxwal) in [https://github.com/react-native-svg/react-native-svg/pull/1815](https://togithub.com/react-native-svg/react-native-svg/pull/1815) - fix: remove tsignore in LocalSvg and provide correct types by [@​WoLewicki](https://togithub.com/WoLewicki) and [@​pratyushok](https://togithub.com/pratyushok) in [https://github.com/react-native-svg/react-native-svg/pull/1816](https://togithub.com/react-native-svg/react-native-svg/pull/1816) - Add onLoad method to SvgUri by [@​WoLewicki](https://togithub.com/WoLewicki) and [@​harveyconnor](https://togithub.com/harveyconnor) in [https://github.com/react-native-svg/react-native-svg/pull/1817](https://togithub.com/react-native-svg/react-native-svg/pull/1817) #### New Contributors - [@​NiuGuohui](https://togithub.com/NiuGuohui) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1639](https://togithub.com/react-native-svg/react-native-svg/pull/1639) - [@​sinxwal](https://togithub.com/sinxwal) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1607](https://togithub.com/react-native-svg/react-native-svg/pull/1607) - [@​pratyushok](https://togithub.com/pratyushok) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1593](https://togithub.com/react-native-svg/react-native-svg/pull/1593) - [@​harveyconnor](https://togithub.com/harveyconnor) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1449](https://togithub.com/react-native-svg/react-native-svg/pull/1449) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.4.2...v12.4.3 ### [`v12.4.2`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.4.2) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.4.1...v12.4.2) Patch release adding missing types for components and fixing from types exported in `lib` folder. #### What's Changed - fix: types from lib folder by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1813](https://togithub.com/react-native-svg/react-native-svg/pull/1813) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.4.1...v12.4.2 ### [`v12.4.1`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.4.1) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.4.0...v12.4.1) Patch release fixing some typos, removing `index.d.ts` and moving types to `lib` folder. #### What's Changed - Change enum declaration in `index.d.ts` to UnionType by [@​tainakanchu](https://togithub.com/tainakanchu) in [https://github.com/react-native-svg/react-native-svg/pull/1800](https://togithub.com/react-native-svg/react-native-svg/pull/1800) - Refactor typescript code by [@​WoLewicki](https://togithub.com/WoLewicki) and [@​codebutler](https://togithub.com/codebutler) in [https://github.com/react-native-svg/react-native-svg/pull/1806](https://togithub.com/react-native-svg/react-native-svg/pull/1806) - Fix Stop.tsx error TS2612: Property 'props' will overwrite the base property in 'Component\' by [@​DominicTobias](https://togithub.com/DominicTobias) in [https://github.com/react-native-svg/react-native-svg/pull/1777](https://togithub.com/react-native-svg/react-native-svg/pull/1777) - update the readme for npm by [@​moser-jose](https://togithub.com/moser-jose) in [https://github.com/react-native-svg/react-native-svg/pull/1523](https://togithub.com/react-native-svg/react-native-svg/pull/1523) - Fixed some vocabulary issues in Contributing file by [@​zidanehammouda](https://togithub.com/zidanehammouda) in [https://github.com/react-native-svg/react-native-svg/pull/1765](https://togithub.com/react-native-svg/react-native-svg/pull/1765) - feat: update readmes by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1716](https://togithub.com/react-native-svg/react-native-svg/pull/1716) #### New Contributors - [@​tainakanchu](https://togithub.com/tainakanchu) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1800](https://togithub.com/react-native-svg/react-native-svg/pull/1800) - [@​DominicTobias](https://togithub.com/DominicTobias) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1777](https://togithub.com/react-native-svg/react-native-svg/pull/1777) - [@​moser-jose](https://togithub.com/moser-jose) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1523](https://togithub.com/react-native-svg/react-native-svg/pull/1523) - [@​zidanehammouda](https://togithub.com/zidanehammouda) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1765](https://togithub.com/react-native-svg/react-native-svg/pull/1765) - [@​codebutler](https://togithub.com/codebutler) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1774](https://togithub.com/react-native-svg/react-native-svg/pull/1774) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.4.0...v12.4.1 ### [`v12.4.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.4.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.3.0...v12.4.0) Release fixing issues and adding Windows support πŸš€ πŸŽ‰ Thanks for your contributions! #### What's Changed - fix: change ci jobs to main by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1715](https://togithub.com/react-native-svg/react-native-svg/pull/1715) - Fix for SvgUri and SvgCssUri crashing on non-existing svg files by [@​SjaakSchilperoort](https://togithub.com/SjaakSchilperoort) in [https://github.com/react-native-svg/react-native-svg/pull/1503](https://togithub.com/react-native-svg/react-native-svg/pull/1503) - Add web example by [@​zoontek](https://togithub.com/zoontek) in [https://github.com/react-native-svg/react-native-svg/pull/1717](https://togithub.com/react-native-svg/react-native-svg/pull/1717) - Fix issue [#​1418](https://togithub.com/react-native-community/react-native-svg/issues/1418) by [@​nitzanbueno](https://togithub.com/nitzanbueno) in [https://github.com/react-native-svg/react-native-svg/pull/1419](https://togithub.com/react-native-svg/react-native-svg/pull/1419) - Add support for setting an onError prop on SvgCssUri by [@​SjaakSchilperoort](https://togithub.com/SjaakSchilperoort) in [https://github.com/react-native-svg/react-native-svg/pull/1718](https://togithub.com/react-native-svg/react-native-svg/pull/1718) - duplicate symbol '\_distance' with MobileVLCKit by [@​notjulian](https://togithub.com/notjulian) in [https://github.com/react-native-svg/react-native-svg/pull/1508](https://togithub.com/react-native-svg/react-native-svg/pull/1508) - feat: remove extractColor in favor of RN impl by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1726](https://togithub.com/react-native-svg/react-native-svg/pull/1726) - Fixed Typo by [@​sanjeeban5644](https://togithub.com/sanjeeban5644) in [https://github.com/react-native-svg/react-native-svg/pull/1789](https://togithub.com/react-native-svg/react-native-svg/pull/1789) - Fix many JS vulns, fix tests by [@​Stephen2](https://togithub.com/Stephen2) in [https://github.com/react-native-svg/react-native-svg/pull/1775](https://togithub.com/react-native-svg/react-native-svg/pull/1775) - Do not include build artifacts in the npm package by [@​TikiTDO](https://togithub.com/TikiTDO) in [https://github.com/react-native-svg/react-native-svg/pull/1786](https://togithub.com/react-native-svg/react-native-svg/pull/1786) - Add Windows support by [@​marlenecota](https://togithub.com/marlenecota) in [https://github.com/react-native-svg/react-native-svg/pull/1632](https://togithub.com/react-native-svg/react-native-svg/pull/1632) #### New Contributors - [@​SjaakSchilperoort](https://togithub.com/SjaakSchilperoort) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1503](https://togithub.com/react-native-svg/react-native-svg/pull/1503) - [@​nitzanbueno](https://togithub.com/nitzanbueno) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1419](https://togithub.com/react-native-svg/react-native-svg/pull/1419) - [@​notjulian](https://togithub.com/notjulian) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1508](https://togithub.com/react-native-svg/react-native-svg/pull/1508) - [@​sanjeeban5644](https://togithub.com/sanjeeban5644) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1789](https://togithub.com/react-native-svg/react-native-svg/pull/1789) - [@​Stephen2](https://togithub.com/Stephen2) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1775](https://togithub.com/react-native-svg/react-native-svg/pull/1775) - [@​TikiTDO](https://togithub.com/TikiTDO) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1786](https://togithub.com/react-native-svg/react-native-svg/pull/1786) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.3.0...v12.4.0 ### [`v12.3.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.3.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.2.0...v12.3.0) #### What's Changed - chore: add Example to repo by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1697](https://togithub.com/react-native-svg/react-native-svg/pull/1697) - feat: add Example app build workflows by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1698](https://togithub.com/react-native-svg/react-native-svg/pull/1698) - fix: android CI by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1699](https://togithub.com/react-native-svg/react-native-svg/pull/1699) - Update to css-select to avoid security warnings by [@​ericanderson](https://togithub.com/ericanderson) in [https://github.com/react-native-svg/react-native-svg/pull/1692](https://togithub.com/react-native-svg/react-native-svg/pull/1692) - chore: add example with test cases by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1702](https://togithub.com/react-native-svg/react-native-svg/pull/1702) - Support PlatformColor by [@​oblador](https://togithub.com/oblador) in [https://github.com/react-native-svg/react-native-svg/pull/1561](https://togithub.com/react-native-svg/react-native-svg/pull/1561) - fix: PlatformColor crashes on iOS and Android by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1703](https://togithub.com/react-native-svg/react-native-svg/pull/1703) - feat: add empty CI job so it runs on PR then by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1705](https://togithub.com/react-native-svg/react-native-svg/pull/1705) - feat: add macos CI by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1704](https://togithub.com/react-native-svg/react-native-svg/pull/1704) - Updated README.md by [@​hknakn](https://togithub.com/hknakn) in [https://github.com/react-native-svg/react-native-svg/pull/1690](https://togithub.com/react-native-svg/react-native-svg/pull/1690) - Adding mavenCentral() as jcenter() is shutting by [@​maheshwarimrinal](https://togithub.com/maheshwarimrinal) in [https://github.com/react-native-svg/react-native-svg/pull/1570](https://togithub.com/react-native-svg/react-native-svg/pull/1570) - Fix typo in README by [@​isnifer](https://togithub.com/isnifer) in [https://github.com/react-native-svg/react-native-svg/pull/1427](https://togithub.com/react-native-svg/react-native-svg/pull/1427) - Fixed typo in README.md by [@​klazbaba](https://togithub.com/klazbaba) in [https://github.com/react-native-svg/react-native-svg/pull/1448](https://togithub.com/react-native-svg/react-native-svg/pull/1448) - Fix low-quality masks on iOS by [@​simontreny](https://togithub.com/simontreny) in [https://github.com/react-native-svg/react-native-svg/pull/1658](https://togithub.com/react-native-svg/react-native-svg/pull/1658) - feat: move Example to TS by [@​WoLewicki](https://togithub.com/WoLewicki) in [https://github.com/react-native-svg/react-native-svg/pull/1712](https://togithub.com/react-native-svg/react-native-svg/pull/1712) - [fix#1471](https://togithub.com/fix/react-native-svg/issues/1471): every element is focusable on web by [@​intergalacticspacehighway](https://togithub.com/intergalacticspacehighway) in [https://github.com/react-native-svg/react-native-svg/pull/1585](https://togithub.com/react-native-svg/react-native-svg/pull/1585) #### New Contributors - [@​WoLewicki](https://togithub.com/WoLewicki) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1697](https://togithub.com/react-native-svg/react-native-svg/pull/1697) - [@​ericanderson](https://togithub.com/ericanderson) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1692](https://togithub.com/react-native-svg/react-native-svg/pull/1692) - [@​oblador](https://togithub.com/oblador) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1561](https://togithub.com/react-native-svg/react-native-svg/pull/1561) - [@​hknakn](https://togithub.com/hknakn) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1690](https://togithub.com/react-native-svg/react-native-svg/pull/1690) - [@​maheshwarimrinal](https://togithub.com/maheshwarimrinal) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1570](https://togithub.com/react-native-svg/react-native-svg/pull/1570) - [@​isnifer](https://togithub.com/isnifer) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1427](https://togithub.com/react-native-svg/react-native-svg/pull/1427) - [@​klazbaba](https://togithub.com/klazbaba) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1448](https://togithub.com/react-native-svg/react-native-svg/pull/1448) - [@​simontreny](https://togithub.com/simontreny) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1658](https://togithub.com/react-native-svg/react-native-svg/pull/1658) - [@​intergalacticspacehighway](https://togithub.com/intergalacticspacehighway) made their first contribution in [https://github.com/react-native-svg/react-native-svg/pull/1585](https://togithub.com/react-native-svg/react-native-svg/pull/1585) **Full Changelog**: https://github.com/react-native-svg/react-native-svg/compare/v12.2.0...v12.3.0 ### [`v12.2.0`](https://togithub.com/software-mansion/react-native-svg/releases/tag/v12.2.0) [Compare Source](https://togithub.com/react-native-community/react-native-svg/compare/v12.1.1...v12.2.0) #### What's Changed - Clean up expo instructions by [@​EvanBacon](https://togithub.com/EvanBacon) in [https://github.com/react-native-svg/react-native-svg/pull/1381](https://togithub.com/react-native-svg/react-native-svg/pull/1381) - Update README.md by [@​umairx97](https://togithub.com/umairx97) in [https://github.com/react-native-svg/react-native-svg/pull/1370](https://togithub.com/react-native-svg/react-native-svg/pull/1370) - Add macOS support by [@​amgleitman](https://togithub.com/amgleitman) in [https://github.com/react-native-svg/react-native-svg/pull/1494](https://togithub.com/react-native-svg/react-native-svg/pull/1494) - Fix clipRule in Android [#​1409](https://togithub.com/react-native-community/react-native-svg/issues/1409) by [@​magicismight](https://togithub.com/magicismight) in [https://github.com/react-native-svg/react-native-svg/pull/1564](https://togithub.com/react-native-svg/react-native-svg/pull/1564) - Xcode 12 compatibility fix by [@​MoOx](https://togithub.com/MoOx) in [https://github.com/react-native-svg/react-native-svg/pull/1604](https://togithub.com/react-native-svg/react-native-svg/pull/1604) - Exclude macos files on tvOS by [@​jhen0409](https://togithub.com/jhen0409) in [https://github.com/react-native-svg/react-native-svg/pull/1584](https://togithub.com/react-native-svg/react-native-svg/pull/1584) - Fix README re: Expo usage by [@​brentvatne](https://togithub.com/brentvatne) in [https://github.com/react-native-svg/react-native-svg/pull/1621](https://togithub.com/react-native-svg/react-native-svg/pull/1621) - fix(πŸ›): Expose RN Transform API in types by [@​wcandillon](https://togithub.com/wcandillon) in [https://github.com/react-native-svg/react-native-svg/pull/1627](https://togithub.com/react-native-svg/react-native-svg/pull/1627) - Fix ts types by [@​dougl

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.