Skip to content

Commit

Permalink
Prepare version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Nov 21, 2019
1 parent a0bffa1 commit f287ee4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.14.2

- Fixed: images with "width=100%" and/or "height=100%" were not displayed correctly. Disabled SVGO default setting to remove attributes with default values.

## v0.14.1

- Fixed: enabling SVGO was removing the `viewBox` attribute from SVG images, which caused the default size of the image not be applied correctly.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-svg-transformer",
"version": "0.14.1",
"version": "0.14.2",
"description": "SVG transformer for react-native",
"main": "index.js",
"repository": "https://github.com/kristerkari/react-native-svg-transformer",
Expand Down

0 comments on commit f287ee4

Please sign in to comment.