Skip to content

Releases: software-mansion/react-native-svg

v15.3.0

16 May 13:10
Compare
Choose a tag to compare

Minor release fixing some long-standing bugs. Thank you for your contributions! 🎉

What's Changed

New Contributors

Full Changelog: v15.2.0...v15.3.0

v14.2.0

15 May 13:01
Compare
Choose a tag to compare

Fixed static view config validation #2274. Thanks @fabriziocucci for contribution!

Full Changelog: v14.1.0...v14.2.0

v13.14.1

15 May 09:58
Compare
Choose a tag to compare

Patch release fixing static view config validation #2274. Thanks @fabriziocucci for contribution!

Full Changelog: v13.14.0...v13.14.1

v15.2.0

23 Apr 11:44
a256f25
Compare
Choose a tag to compare

Minor release adding support for RN 0.74 on New Architecture and introducing some bug fixes. Thank you for your contributions!

What's Changed

New Contributors

Full Changelog: v15.1.0...v15.2.0

v15.1.0

05 Mar 10:39
31772c0
Compare
Choose a tag to compare

Minor release including proper support for react-native-reanimated to the library on new architecture by using dynamic values for codegen.

What's Changed

  • feat: use dynamics instead of strings for props that can be either string or number by @WoLewicki in #2238

Full Changelog: v15.0.0...v15.1.0

v15.0.0

26 Feb 14:33
e332c4a
Compare
Choose a tag to compare

Major release introducing support for visionOS 🎉, some bug fixes and a BREAKING CHANGE due to #2232. If your app already supports iOS >= 12.4 then you can safely upgrade the version, otherwise, you have to bump it first.

What's Changed

New Contributors

Full Changelog: v14.1.0...v15.0.0

v14.1.0

04 Dec 14:18
2806bb2
Compare
Choose a tag to compare

Minor release adding support for RN 0.73 and fixing some bugs 🎉 Thank you for all your contributions!

What's Changed

New Contributors

Full Changelog: v14.0.0...v14.1.0

v14.0.0

14 Nov 11:41
1868f00
Compare
Choose a tag to compare

Major release introducing some minor improvements and a BREAKING CHANGE. From now on, you should import

  SvgCss,
  SvgCssUri,
  SvgWithCss,
  SvgWithCssUri,
  inlineStyles,
  LocalSvg,
  WithLocalSvg,
  loadLocalRawResource,

from react-native-svg/css package instead. See #2168 for more information.

What's Changed

  • enable buildConfig generation to better support AGP8 by @pvegh in #2143
  • perf: avoid unnecessary shared_ptr copies in Fabric components by @javache in #2164
  • fix: props are no longer unnecesarily copied in new architecture by @javache in #2163
  • chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 in /Example by @dependabot in #2158
  • Build renderer/components/rnsvg with -std=c++20 by @NickGerleman in #2141
  • chore: bump examples to rn 0.72.6 by @WoLewicki in #2166
  • [Windows] Port to Direct2D to remove win2d dependency by @marlenecota in #2052
  • feat: move css to different package for size reduction by @WoLewicki in #2168

New Contributors

Full Changelog: v13.14.0...v14.0.0

v13.14.0

20 Sep 15:29
f9c7d8a
Compare
Choose a tag to compare

PR adding improvements to the library. Thanks for all your contributions 🚀

What's Changed

New Contributors

Full Changelog: v13.13.0...v13.14.0

v13.13.0

24 Aug 13:34
8495139
Compare
Choose a tag to compare

Minor release restoring usage of UIGraphicsBeginImageContextWithOptions on macOS since there is no implementation for UIGraphicsImageRendererFormat there yet.

What's Changed

Full Changelog: v13.12.0...v13.13.0