Skip to content

Commit ffa2e69

Browse files
chore(release): 12.1.0 [skip ci]
# [12.1.0](v12.0.3...v12.1.0) (2020-04-09) ### Bug Fixes * **web:** improve react-native-web version compatibility ([88953c3](88953c3)) ### Features * implement WithLocalSvg ([e66e87a](e66e87a)) * Support local .svg files, fixes [#1306](#1306) ([4e9e8b5](4e9e8b5)) * **svgUri:** add onError prop to SvgUri/Xml/Ast ([3c32a6f](3c32a6f))
1 parent 276febe commit ffa2e69

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [12.1.0](https://github.com/react-native-community/react-native-svg/compare/v12.0.3...v12.1.0) (2020-04-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **web:** improve react-native-web version compatibility ([88953c3](https://github.com/react-native-community/react-native-svg/commit/88953c3f296e2ff3a201a53626e32b7cc4f6abcc))
7+
8+
9+
### Features
10+
11+
* implement WithLocalSvg ([e66e87a](https://github.com/react-native-community/react-native-svg/commit/e66e87a5b5c090509d5e2127237963f83e60f1e9))
12+
* Support local .svg files, fixes [#1306](https://github.com/react-native-community/react-native-svg/issues/1306) ([4e9e8b5](https://github.com/react-native-community/react-native-svg/commit/4e9e8b58b21d317cfc98c0a34ec5fb0bea5ae2ee))
13+
* **svgUri:** add onError prop to SvgUri/Xml/Ast ([3c32a6f](https://github.com/react-native-community/react-native-svg/commit/3c32a6fdd580dea53ecc271288155117ce040b55))
14+
115
## [12.0.3](https://github.com/react-native-community/react-native-svg/compare/v12.0.2...v12.0.3) (2020-03-08)
216

317

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "12.0.3",
2+
"version": "12.1.0",
33
"name": "react-native-svg",
44
"description": "SVG library for react-native",
55
"homepage": "https://github.com/react-native-community/react-native-svg",

0 commit comments

Comments
 (0)