Skip to content

Releases: software-mansion/react-native-svg

6.0.0

08 Nov 08:50
a958668
Compare
Choose a tag to compare

Breaking changes!
The SVG specification conformance of the implementation has been much improved.

New features:
Add basic support to transform props, including translate, rotate, scale, skewX, skewY and matrix.

Thanks Mikael Sand and fxwan for their great work.

5.5.1

07 Nov 09:17
Compare
Choose a tag to compare

Add support for react-native@0.50.x

5.4.1

08 Aug 08:38
Compare
Choose a tag to compare

Add support for react-native@0.47.x.

5.3.3

08 Aug 08:37
Compare
Choose a tag to compare

Add support for react-native@0.46.x

5.1.3 - 5.1.7

04 Apr 04:49
Compare
Choose a tag to compare
Merge pull request #298 from react-native-community/5.1.7

5.1.7

5.1.3

16 Jan 13:03
Compare
Choose a tag to compare

Fix #231

5.1.2

15 Jan 13:01
Compare
Choose a tag to compare

Fix #215

5.1.0

15 Jan 12:30
Compare
Choose a tag to compare

Fix #228

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.