Skip to content

Releases: software-mansion/react-native-svg

v15.15.5

Choose a tag to compare

@jakex7 jakex7 released this 12 May 08:15
af03fe8

This release includes minor fixes and improvements across all platforms, along with the OIDC setup.

What's Changed

New Contributors

Full Changelog: v15.15.4...v15.15.5

v15.15.4

Choose a tag to compare

@jakex7 jakex7 released this 18 Mar 09:10
2845b81

Support react-native nightly build.

What's Changed

New Contributors

Full Changelog: v15.15.3...v15.15.4

v15.15.3

Choose a tag to compare

@jakex7 jakex7 released this 09 Feb 11:46
8cdf01b

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

Choose a tag to compare

@jakex7 jakex7 released this 03 Feb 18:26
0f94a94

Patch version fixing macOS build issues.

What's Changed

New Contributors

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

v15.15.1

Choose a tag to compare

@jakex7 jakex7 released this 01 Dec 15:44
4f5a679

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

Choose a tag to compare

@jakex7 jakex7 released this 12 Nov 15:16
1702acb

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

Choose a tag to compare

@jakex7 jakex7 released this 08 Oct 11:29

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

Choose a tag to compare

@WoLewicki WoLewicki released this 09 Sep 09:42
ef737e8

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

Choose a tag to compare

@jakex7 jakex7 released this 31 Jul 18:36

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

Choose a tag to compare

@jakex7 jakex7 released this 12 May 13:24

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