Releases: software-mansion/react-native-svg
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 in #2091
- docs: update usage.md for react-native 0.72 by @Letty in #2104
- docs: update README.md by @Mhp23 in #2110
- fix: bump packages, eslint, tsconfig, prettier and resolve all conflicts by @WoLewicki in #2114
New Contributors
- @nderscore made their first contribution in #2091
- @Letty made their first contribution in #2104
- @Mhp23 made their first contribution in #2110
Full Changelog: v13.10.0...v13.11.0
v13.10.0
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
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 🎉 Thanks to all contributors!
What's Changed
- chore: update Example to newest react-native version by @WoLewicki in #1999
- Upgrade rn-builder-bob to enable tree-shaking in rn-web by @merrywhether in #1993
- add accessibility and testId props and virtual nodes to support e2e tests tools by @toter3 in #2001
- fix onLayout by @toter3 in #1998
- Don't set
self.opaque = false
on macOS by @hsjoberg in #2008 - Fix SVG parsing when the closing tags include whitespace by @MichalSzorad in #2012
- chore: set library namespace in build script by @kkafar in #2005
- fix: make image props extend CommonPathProps by @andev240 in #2007
- fix: mask render on android by @Aflexon in #1981
- fix: remove unnecessary methods provided by superclasses for accessibility by @WoLewicki in #2013
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1982
- chore(deps): bump @xmldom/xmldom from 0.7.6 to 0.7.9 by @dependabot in #2004
- fix #1592 : add marker support on Rect, Line, Ellipse, Circle and Group by @mlecoq in #1594
- fix: scale path markers so they match ios by @WoLewicki in #2018
- fix: read svg file on android by @vicke4 in #2016
New Contributors
- @merrywhether made their first contribution in #1993
- @toter3 made their first contribution in #2001
- @hsjoberg made their first contribution in #2008
- @MichalSzorad made their first contribution in #2012
- @kkafar made their first contribution in #2005
- @andev240 made their first contribution in #2007
- @Aflexon made their first contribution in #1981
- @mlecoq made their first contribution in #1594
- @vicke4 made their first contribution in #2016
Full Changelog: v13.8.0...v13.9.0
v13.8.0
Minor release bringing Fabric support to RN v0.71 🎉
What's Changed
- feat: update FabricExample to 0.71.0-rc.6 by @WoLewicki in #1962
- chore: ensure consistent use of
import type
by @tido64 in #1971 - chore: change fabric flag by @WoLewicki in #1979
New Contributors
Full Changelog: v13.7.0...v13.8.0
v12.5.1
v13.7.0
What's Changed
- Fix windows build issues by @marlenecota in #1923
- fix: fill/stroke setters and implement currentColor on Windows by @marlenecota in #1928
- refactor: remove circular dependency by @Fasteel in #1929
- Include proguard config by @heroic in #1842
- fix: accept comas in viewbox by @WoLewicki in #1952
- Fix nested SVGs in iOS #1437 by @WoLewicki in #1948
- fix: restore black as a default color for svgs by @WoLewicki in #1947
- feat(windows): add clipPath and touch events by @marlenecota in #1933
- fix: Call onLoad prop in SvgCssUri by @mantasio in #1927
- feat(windows): add example app by @marlenecota in #1937
New Contributors
- @Fasteel made their first contribution in #1929
- @heroic made their first contribution in #1842
- @mantasio made their first contribution in #1927
Full Changelog: v13.6.0...v13.7.0
v12.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 in #1905
- feat: use codegenNativeComponent to import native views by @WoLewicki in #1847
- chore: add react-native-svg banner to README by @kacperkapusciak in #1909
- fix: make svg compile on older versions by @WoLewicki in #1907
- chore: update RN versions to 0.70.5 by @WoLewicki in #1910
- fix: update supported RN version to 0.64 by @WoLewicki in #1912
- chore: align examples by @WoLewicki in #1914
- chore: bump supported RN version for Fabric by @WoLewicki in #1913
- feat: use transform parsing code from rn core by @WoLewicki in #1918
New Contributors
- @kacperkapusciak made their first contribution in #1909
Full Changelog: v13.5.0...v13.6.0
v.13.5.0
Minor release fixing bugs with nullish values and adding some web compatibility. Thanks for your contributions 🎉
What's Changed
- make reanimated work in web by @phryneas in #1886
- Web: Support for transform prop by @RobertSasak in #1835
- fix: [types] allow Image "href" & "xlinkHref" to be strings by @slavikdenis in #1896
- fix: proper transform prop handling by @WoLewicki in #1895
- fix: handle null passed to SvgLength by @WoLewicki in #1903
- fix: handle null passed to matrix and tintColor by @WoLewicki in #1904
New Contributors
- @phryneas made their first contribution in #1886
- @slavikdenis made their first contribution in #1896
Full Changelog: v13.4.0...v.13.5.0
v13.4.0
Minor release fixes regressions from the previous releases. Thanks for your contributions 🎉
What's Changed
- fix: restore compatibility with react-native <0.68 (#1890) by @DrOverbuild in #1891
- fix: make Defs pass invalidate higher even though it does not conform… by @WoLewicki in #1889
New Contributors
- @DrOverbuild made their first contribution in #1891
Full Changelog: v13.3.0...v13.4.0