Releases: kristerkari/react-native-svg-transformer
Releases · kristerkari/react-native-svg-transformer
1.5.0
1.4.0
1.3.0
- Added: support for
Expo SDK
v50.
1.2.0
- Added: support for
react-native
v0.73.0. - Updated:
@svgr/core
,@svgr/plugin-svgo
, and@svgr/plugin-jsx
to v8.1.0.
1.1.0
- Updated:
@svgr/core
dependency to v8.0.0. - Updated:
@svgr/plugin-svgo
dependency to v8.0.1. - Added:
@svgr/plugin-jsx
dependency (required by SVGR).
1.0.0
- Breaking: drop support for
react-native
versions older than 0.59 - Breaking: drop support for
react-native-svg
versions older than 12 - Removed:
semver
dependency.
0.20.0
- Updated:
@svgr/core
dependency to v6.1.2. - Updated:
@svgr/plugin-svgo
dependency to v6.1.2.
0.14.3
- Fixed: SVGO was changing colors to shorthand format, which caused SVGR attribute replacement with colors not to work correctly.
0.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.
0.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.