Skip to content

Releases: software-mansion/react-native-svg

v15.15.3

09 Feb 11:46
8cdf01b

Choose a tag to compare

Patch fixing buffer issues and adding compatibility with next react-native version.

What's Changed

  • fix: ios breaking changes for RCTImage use-after-free crash by @ryanfrawley in #2850
  • fix: replace buffer decoding with atob by @gronxb in #2808

New Contributors

Full Changelog: v15.15.2...v15.15.3

v15.15.2

03 Feb 18:26
0f94a94

Choose a tag to compare

Patch version fixing macOS build issues.

What's Changed

New Contributors

Full Changelog: v15.15.1...v15.15.2

v15.15.1

01 Dec 15:44
4f5a679

Choose a tag to compare

Patch version that fixes performance regression accidentally introduced in 15.15.0

What's Changed

  • Revert "Fix: propagate elements metrics to their shadow nodes (#2802)" by @jakex7 in #2832
  • fix: make ForeignObject ordinary YogaLayoutableShadowNode by @jakex7 in #2833
  • test: Add complex examples to measure performance by @jakex7 in #2834
  • fix: set absolute fill position in shadow nodes to fix onPress hit test in js by @jakex7 in #2840

Full Changelog: v15.15.0...v15.15.1

v15.15.0

12 Nov 15:16
1702acb

Choose a tag to compare

In this version, we've improved handling touches, emojis in Text, and rendering elements in ForeignObject, along with numerous other fixes and enhancements.

What's Changed

New Contributors

Full Changelog: v15.14.0...v15.15.0

v15.14.0

08 Oct 11:29

Choose a tag to compare

This version improves performance on iOS and Windows, and includes some minor fixes and improvements.

What's Changed

New Contributors

Full Changelog: v15.13.0...v15.14.0

v15.13.0

09 Sep 09:42
ef737e8

Choose a tag to compare

This version includes some minor fixes and improvements, drops support for old RN versions and brings back macOS support.

What's Changed

New Contributors

Full Changelog: v15.12.1...v15.13.0

v15.12.1

31 Jul 18:36

Choose a tag to compare

This version adds support for react-native@0.81.0 as well as some small fixes and improvements.

What's Changed

  • feat: Set compile options using target_compile_reactnative_options by @jakex7 in #2710
  • chore: format CMakeLists.txt by @jakex7 in #2711
  • chore: use target_compile_definitions instead of appending to CMAKE_CXX_FLAGS by @jakex7 in #2713
  • chore: Rename RNS_ to RNSVG_ prefixes by @jakex7 in #2714
  • chore: turn off Hermes in paper-macos-example by @bohdanprog in #2719
  • fix: Use std::shared_ptr instead of SharedImageManager by @christophpurrer in #2723
  • chore: Add deprecation comments near separate transform props by @MatiPl01 in #2725
  • chore: Update tests-example to react-native@0.81.0-rc.3 by @jakex7 in #2727

Full Changelog: v15.12.0...v15.12.1

v15.12.0

12 May 13:24

Choose a tag to compare

This version includes some minor fixes and improvements, and also prepares for react-native@0.80.0

What's Changed

New Contributors

Full Changelog: v15.11.2...v15.12.0

v15.11.2

24 Feb 09:52

Choose a tag to compare

Added support react-native@0.78 along with some fixes and improvements.

What's Changed

  • feat: make svgView getter public by @latekvo in #2583
  • fix: properly handle touch events outside the Svg by @jakex7 in #2611
  • fix: ios build CI by @jakex7 in #2605
  • chore: upgrade react-native to 0.77.0-rc.7 by @jakex7 in #2618
  • fix: don't set zero dimensions on RNSVGGroup by @jakex7 in #2612
  • chore: bump package and tests-example to react-native@0.77.0 by @jakex7 in #2621
  • fix: FeDropShadow results and import react by @jakex7 in #2625
  • feat: support react-native@0.78.0 by @jakex7 in #2619

Full Changelog: v15.11.1...v15.11.2

v15.11.1

09 Jan 20:05

Choose a tag to compare

Hotfix for v15.11.0 where the podspec was corrupted due to missing scripts folder in package.

What's Changed

  • fix: include scripts/rnsvg_utils.rb in release by @jakex7 in #2607

Full Changelog: v15.11.0...v15.11.1