Skip to content

Releases: software-mansion/react-native-svg

5.0.2

13 Jan 15:59
Compare
Choose a tag to compare

Add TextPath support.
Add TSpan support.
Example

4.6.1

08 Jan 15:22
Compare
Choose a tag to compare

Fix Use elements can't reset their template properties properly.
Fix Image element do not render after they are loaded asynchronously.

4.6.0

08 Jan 13:26
Compare
Choose a tag to compare

Fix #38: prevent APP crash from A/libc: Fatal signal 11 (SIGSEGV), code 2, fault addr 0x9fa40028 in tid 4388 (mqt_js).
Do not render stroke if strokeWidth is undefined.
Fix TouchEvents do not work properly with ClipPath.

4.5.0

05 Jan 03:47
Compare
Choose a tag to compare

Add support for [email protected]

4.4.1

02 Dec 07:28
Compare
Choose a tag to compare

Merge #184
Mark all descendants of Defs as seen after a draw

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