Skip to content

Releases: software-mansion/react-native-svg

4.4.0

29 Nov 14:04
Compare
Choose a tag to compare

Fixes #188 in the master repo by replacing the path in the import with the new path
Update peerDependencies to react-native >= 0.38.0 and react >=15.4.0

4.3.3

14 Nov 09:31
Compare
Choose a tag to compare

Revert [email protected].
TextureView causes inefficient rendering while the Svg is a inside ScrollView.

4.3.2

08 Nov 15:19
Compare
Choose a tag to compare

Use TextureView and pass Surface from the view to draw on it asynchronously instead of passing the bitmap (which is inefficient especially in terms of memory usage).
React Native ART related commit.

4.3.0

10 Sep 11:59
Compare
Choose a tag to compare

Make it work with [email protected] #124
And change react-native's peer dependency to @0.33

4.2.1

02 Sep 02:57
Compare
Choose a tag to compare

Handle touches when root is a ViewRootImpl
#133

4.2.0

26 Aug 01:30
Compare
Choose a tag to compare

fix #118 and change react-native's peer-dependency to 0.32.0

4.1.5

24 Aug 09:41
Compare
Choose a tag to compare

fix #111

4.1.0 - 4.1.4

24 Aug 08:01
Compare
Choose a tag to compare

4.1.0 - 4.1.1

Add preserveAspectRatio prop for Image

4.1.1 - 4.1.2

Set unrecognized font family to default.

4.1.2 - 4.1.3

Fix #116 and #115

4.1.2 - 4.1.4

Fix #103

4.1.0

12 Aug 04:04
Compare
Choose a tag to compare

Add get svg base64 data support

svgRef.toDataURL(function (base64) {
    console.log(64);
});

Fix memory leak issue on iOS.

Add textPath support for iOS.

Add touch events support for G elements.

Add all features support for viewBox prop.

Fix lots of bugs.

2.0.0

21 May 12:32
Compare
Choose a tag to compare

Add support for both [email protected] and below.
Add Image element for Android.
Add gesture responder system for all renderable elements.
Refactor all shape elements like: circle, rect, line, ellipse