Releases: software-mansion/react-native-svg
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
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 🎉
What's Changed
- feat: improve ios ci job by @WoLewicki in #1878
- Fixed RCT_NEW_ARCH_ENABLED in podspec by @geroale in #1877
- feat: update props field so rea works correctly by @WoLewicki in #1880
- fix: use
export type
when exporting types by @renchap in #1874 - feat: make pointer events work on both platforms by @WoLewicki in #1879
- feat: remove processColor so the color is parsed on the native side by @WoLewicki in #1887
- Restoring pointer events box_none behavior on Android by @labmorales in #1808
New Contributors
- @geroale made their first contribution in #1877
- @renchap made their first contribution in #1874
- @labmorales made their first contribution in #1808
Full Changelog: v13.2.0...v13.3.0
v13.2.0
What's Changed
- Fix concurrent CI by @tomekzaw in #1853
- fix: remove FabricEnabledViewGroup by @WoLewicki in #1851
- chore: bump examples to rn 0.70 by @WoLewicki in #1858
- fix: restore bitmap recycling on children changes by @WoLewicki in #1864
- feat: transfer specs to ts and remove unnecessary props by @WoLewicki in #1865
- fix: reanimated on old architecture by @WoLewicki in #1869
- resolves On Android devices "getPointAtLength" function returns incorrect values by @insbodhi in #1727
New Contributors
Full Changelog: v13.1.0...v13.2.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 in #1843
- Use angle-bracket imports by @tomekzaw in #1848
- fix: setters for old react native versions by @WoLewicki in #1846
- fix: bitmap nulled before screen transition by @WoLewicki in #1844
New Contributors
Full Changelog: v13.0.0...v13.1.0
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 in #1821
- feat: support Fabric on Android by @WoLewicki in #1804
- chore: add CI for JS, iOS and Android formatting by @WoLewicki in #1782
- chore: bump library and examples to rn 0.70-rc3 by @WoLewicki in #1837
- feat: remove unused common folder by @WoLewicki in #1838
Full Changelog: v12.4.4...v13.0.0
v12.4.4
What's Changed
- Fix constructor with deprecated context by @hyochan in #1822
- feat: fix broken enum declaration by @tainakanchu in #1819
- fix: export types from lib which were available before by @WoLewicki in #1829
- Add support for translateX and translateY on web by @RobertSasak in #1825
- feat: change ios CI by @WoLewicki in #1831
New Contributors
- @hyochan made their first contribution in #1822
- @RobertSasak made their first contribution in #1825
Full Changelog: v12.4.3...v12.4.4
v12.4.3
What's Changed
- fix style attribute space by @NiuGuohui in #1639
- fix: correctly export rest of the props and add onError to parsing by @WoLewicki in #1814
- add missing onLayout prop typings by @WoLewicki and @sinxwal in #1815
- fix: remove tsignore in LocalSvg and provide correct types by @WoLewicki and @pratyushok in #1816
- Add onLoad method to SvgUri by @WoLewicki and @harveyconnor in #1817
New Contributors
- @NiuGuohui made their first contribution in #1639
- @sinxwal made their first contribution in #1607
- @pratyushok made their first contribution in #1593
- @harveyconnor made their first contribution in #1449
Full Changelog: v12.4.2...v12.4.3
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 in #1813
Full Changelog: v12.4.1...v12.4.2