Skip to content

Releases: software-mansion/react-native-svg

v12.3.0

02 Mar 11:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.2.0...v12.3.0

v12.2.0

13 Aug 18:09
Compare
Choose a tag to compare
v12.2.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v12.1.0...v12.2.0

v12.1.1

16 Apr 05:59
Compare
Choose a tag to compare

12.1.1 (2021-04-16)

Bug Fixes

Features

v12.1.0

09 Apr 23:50
Compare
Choose a tag to compare

12.1.0 (2020-04-09)

Bug Fixes

  • web: improve react-native-web version compatibility (88953c3)

Features

  • implement WithLocalSvg (e66e87a)
  • Support local .svg files, fixes #1306 (4e9e8b5)
  • svgUri: add onError prop to SvgUri/Xml/Ast (3c32a6f)

v12.0.3

08 Mar 12:44
Compare
Choose a tag to compare

12.0.3 (2020-03-08)

Bug Fixes

  • android: default cap, join and handling of null matrix (df4ff9c)
  • ios: #1290 pointerEvents="none" gesture handling (11d14fd)
  • #1290 pointerEvents="none" (bd78998)

v12.0.2

05 Mar 11:15
Compare
Choose a tag to compare

12.0.2 (2020-03-05)

Bug Fixes

  • #1262 support single dimension + aspectRatio syntax (b2f7605)

v12.0.1

05 Mar 10:43
Compare
Choose a tag to compare

12.0.1 (2020-03-05)

Bug Fixes

  • #1262 allow setting width and height using stylesheet (c5374b2)
  • react-native 0.59 compat (c4dba22)

v12.0.0

04 Mar 18:00
Compare
Choose a tag to compare

12.0.0 (2020-03-04)

Bug Fixes

  • ios: handle gradient and pattern transform when null (715e9b8)
  • ios: pod install error (675df92)
  • web: #1274 Unable to build using babel-plugin-react-native-web (80b5064)
  • removed missing unnecessary React headers import error caused by non-framework style import (f795029)

Performance Improvements

  • optimize extraction of fill, stroke, responder, matrix & display (279c3fc)
  • optimize handling of font properties in G elements (0fa4177)
  • optimize handling of inherited styles (363c1b4)
  • optimize svg root prop handling, simplify element development (f0cd11d)

BREAKING CHANGES

  • default size might change if width or height is missing
  • Behavior of native elements is reverted to pre v10

v11.0.1

18 Jan 03:21
Compare
Choose a tag to compare

11.0.1 (2020-01-18)

Bug Fixes

Performance Improvements

  • optimize passing of colors to native (f138c9b)

v11.0.0

18 Jan 00:42
Compare
Choose a tag to compare

11.0.0 (2020-01-18)

Bug Fixes

  • compatibility with reanimated color, fixes #1241 (4983766)

  • android: NullPointerException when calling getBBox #1215 (3eb82a9)

  • android: support animating stroke color (c5dd62f)

  • android: support setting path null (2d34734)

  • ios: iOS 10.3 renders opaque background when drawRect is defined (61bc9bd), closes #1252

  • web: Allow createElement & unstable_createElement usage (#1240) (7a23968)

  • fix(android)!: pivot point for RN transform array syntax (db682f8)

BREAKING CHANGES

  • Makes android specific transform origin adjustments
    unnecessary / broken. Renders exactly the same as web and ios instead.