yarn react-native-svg 14.0.0
v14.0.0

latest releases: 15.3.0, 14.2.0, 13.14.1...
7 months ago

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

Don't miss a new react-native-svg release

NewReleases is sending notifications on new releases.