Releases: software-mansion/react-native-svg
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
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 in #1800 - Refactor typescript code by @WoLewicki and @codebutler in #1806
- Fix Stop.tsx error TS2612: Property 'props' will overwrite the base property in 'Component<StopProps, {}, any>' by @dominictobias in #1777
- update the readme for npm by @moser-jose in #1523
- Fixed some vocabulary issues in Contributing file by @zidanehammouda in #1765
- feat: update readmes by @WoLewicki in #1716
New Contributors
- @tainakanchu made their first contribution in #1800
- @dominictobias made their first contribution in #1777
- @moser-jose made their first contribution in #1523
- @zidanehammouda made their first contribution in #1765
- @codebutler made their first contribution in #1774
Full Changelog: v12.4.0...v12.4.1
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 in #1715
- Fix for SvgUri and SvgCssUri crashing on non-existing svg files by @SjaakSchilperoort in #1503
- Add web example by @zoontek in #1717
- Fix issue #1418 by @nitzanbueno in #1419
- Add support for setting an onError prop on SvgCssUri by @SjaakSchilperoort in #1718
- duplicate symbol '_distance' with MobileVLCKit by @notjulian in #1508
- feat: remove extractColor in favor of RN impl by @WoLewicki in #1726
- Fixed Typo by @sanjeeban5644 in #1789
- Fix many JS vulns, fix tests by @Stephen2 in #1775
- Do not include build artifacts in the npm package by @TikiTDO in #1786
- Add Windows support by @marlenecota in #1632
New Contributors
- @SjaakSchilperoort made their first contribution in #1503
- @nitzanbueno made their first contribution in #1419
- @notjulian made their first contribution in #1508
- @sanjeeban5644 made their first contribution in #1789
- @Stephen2 made their first contribution in #1775
- @TikiTDO made their first contribution in #1786
Full Changelog: v12.3.0...v12.4.0