Skip to content

Tags: mlecoq/react-native-svg

Tags

v12.1.1

Toggle v12.1.1's commit message
12.1.1

v12.1.0

Toggle v12.1.0's commit message
chore(release): 12.1.0 [skip ci]

# [12.1.0](software-mansion/react-native-svg@v12.0.3...v12.1.0) (2020-04-09)

### Bug Fixes

* **web:** improve react-native-web version compatibility ([88953c3](software-mansion@88953c3))

### Features

* implement WithLocalSvg ([e66e87a](software-mansion@e66e87a))
* Support local .svg files, fixes [software-mansion#1306](software-mansion#1306) ([4e9e8b5](software-mansion@4e9e8b5))
* **svgUri:** add onError prop to SvgUri/Xml/Ast ([3c32a6f](software-mansion@3c32a6f))

v12.0.3

Toggle v12.0.3's commit message
chore(release): 12.0.3 [skip ci]

## [12.0.3](software-mansion/react-native-svg@v12.0.2...v12.0.3) (2020-03-08)

### Bug Fixes

* **android:** default cap, join and handling of null matrix ([df4ff9c](software-mansion@df4ff9c))
* **ios:** [software-mansion#1290](software-mansion#1290) pointerEvents="none" gesture handling ([11d14fd](software-mansion@11d14fd))
* [software-mansion#1290](software-mansion#1290) pointerEvents="none" ([bd78998](software-mansion@bd78998))

v12.0.2

Toggle v12.0.2's commit message
chore(release): 12.0.2 [skip ci]

## [12.0.2](software-mansion/react-native-svg@v12.0.1...v12.0.2) (2020-03-05)

### Bug Fixes

* [software-mansion#1262](software-mansion#1262) support single dimension + aspectRatio syntax ([b2f7605](software-mansion@b2f7605))

v12.0.1

Toggle v12.0.1's commit message
chore(release): 12.0.1 [skip ci]

## [12.0.1](software-mansion/react-native-svg@v12.0.0...v12.0.1) (2020-03-05)

### Bug Fixes

* [software-mansion#1262](software-mansion#1262) allow setting width and height using stylesheet ([c5374b2](software-mansion@c5374b2))
* react-native 0.59 compat ([c4dba22](software-mansion@c4dba22))

v12.0.0

Toggle v12.0.0's commit message
chore(release): 12.0.0 [skip ci]

# [12.0.0](software-mansion/react-native-svg@v11.0.1...v12.0.0) (2020-03-04)

* fix!: software-mansion#1262 default width and height on svg ([1d6798b](software-mansion@1d6798b)), closes [software-mansion#1262](software-mansion#1262)
* fix!: software-mansion#1247 Animated view translation inside Svg tag ([0288d95](software-mansion@0288d95)), closes [software-mansion#1247](software-mansion#1247) [software-mansion#1258](software-mansion#1258)

### Bug Fixes

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

### Performance Improvements

* optimize extraction of fill, stroke, responder, matrix & display ([279c3fc](software-mansion@279c3fc))
* optimize handling of font properties in G elements ([0fa4177](software-mansion@0fa4177))
* optimize handling of inherited styles ([363c1b4](software-mansion@363c1b4))
* optimize svg root prop handling, simplify element development ([f0cd11d](software-mansion@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

Toggle v11.0.1's commit message
chore(release): 11.0.1 [skip ci]

## [11.0.1](software-mansion/react-native-svg@v11.0.0...v11.0.1) (2020-01-18)

### Bug Fixes

* snapshot ([a37afcb](software-mansion@a37afcb))

### Performance Improvements

* optimize passing of colors to native ([f138c9b](software-mansion@f138c9b))

v11.0.0

Toggle v11.0.0's commit message
chore(release): 11.0.0 [skip ci]

# [11.0.0](software-mansion/react-native-svg@v10.1.0...v11.0.0) (2020-01-18)

### Bug Fixes

* compatibility with reanimated color, fixes [software-mansion#1241](software-mansion#1241) ([4983766](software-mansion@4983766))
* **android:** NullPointerException when calling getBBox [software-mansion#1215](software-mansion#1215) ([3eb82a9](software-mansion@3eb82a9))
* **android:** support animating stroke color ([c5dd62f](software-mansion@c5dd62f))
* **android:** support setting path null ([2d34734](software-mansion@2d34734))
* **ios:** iOS 10.3 renders opaque background when drawRect is defined ([61bc9bd](software-mansion@61bc9bd)), closes [software-mansion#1252](software-mansion#1252)
* **web:** Allow createElement & unstable_createElement usage ([software-mansion#1240](software-mansion#1240)) ([7a23968](software-mansion@7a23968))

* fix(android)!: pivot point for RN transform array syntax ([db682f8](software-mansion@db682f8))

### BREAKING CHANGES

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

v10.1.0

Toggle v10.1.0's commit message
chore(release): 10.1.0 [skip ci]

# [10.1.0](software-mansion/react-native-svg@v10.0.0...v10.1.0) (2020-01-12)

### Bug Fixes

* **android:** improve handling of native ancestors ([89f4432](software-mansion@89f4432))
* **ios:** compile warning ([e59c0fb](software-mansion@e59c0fb))
* **ios:** initial render foreignObject / re-render on mount of sub views ([d549698](software-mansion@d549698))
* **ios:** invalidate G / foreignObject on change in native children ([65cee78](software-mansion@65cee78))
* foreignObject clipping and transform ([85e7943](software-mansion@85e7943))

### Features

* ForeignObject documentation ([529b3bf](software-mansion@529b3bf))

v10.0.0

Toggle v10.0.0's commit message
chore(release): 10.0.0 [skip ci]

# [10.0.0](software-mansion/react-native-svg@v9.14.0...v10.0.0) (2020-01-04)

* feat!: Masks now support native elements ([966881a](software-mansion@966881a))

### BREAKING CHANGES

* If you had native elements inside any Svg root before,
Then your content might change appearance when upgrading,
as e.g. transforms and masks now take effect.