Minor release fixing some long-standing issues, adding new features such as web support for toDataURL
(#2072) and fallback
prop for SvgXml
and others (#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 in #2045
- Fix setNativeProps type by @fauri13 in #2058
- fix: remove deprecated import from react-native-web by @janlat in #2027
- fix: Updating iOS version #2038 by @sgabriel in #2041
- Fix syntax error in RNSVGImageShadowNode::initialStateData by @hsjoberg in #2079
- Fix #1345: opacity does not work with currentColor on Android by @laptou in #2080
- chore: bump Example to 0.72 by @WoLewicki in #2084
- chore(deps): bump fast-xml-parser from 4.1.3 to 4.2.4 in /TestsExample by @dependabot in #2063
- chore(deps): bump vm2 from 3.9.14 to 3.9.19 by @dependabot in #2056
- chore(deps): bump fast-xml-parser from 4.2.4 to 4.2.5 in /TestsExample by @dependabot in #2085
- Add web support for toDataURL() on svg tags by @chrispader in #2072
- Prevents SvgUri crashes when uri is invalid and adds fallback prop by @PiotrWszolek in #2071
- chore: run prettier and lint by @WoLewicki in #2087
- chore: bump TestsExample to 0.72 by @WoLewicki in #2088
- feat: strokeDasharray with Animated by @WoLewicki in #2089
New Contributors
- @christophpurrer made their first contribution in #2045
- @fauri13 made their first contribution in #2058
- @janlat made their first contribution in #2027
- @sgabriel made their first contribution in #2041
- @laptou made their first contribution in #2080
- @chrispader made their first contribution in #2072
- @PiotrWszolek made their first contribution in #2071
Full Changelog: v13.9.0...v13.10.0