Skip to content

v14.0.0

Compare
Choose a tag to compare
@WoLewicki WoLewicki released this 14 Nov 11:41
· 40 commits to main since this release
1868f00

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