diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ff4a2..4e3d197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index b8877cd..c760ca1 100644 --- a/package.json +++ b/package.json @@ -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",