React Native Svg Transformer Versions Save

Import SVG files in your React Native project the same way that you would in a Web application.

v1.4.0

2 weeks ago
  • Added: forward all parameters of transform to the upstream transformer (#354).

v1.3.0

5 months ago
  • Added: support for Expo SDK v50.

v1.2.0

5 months ago
  • Added: support for react-native v0.73.0.
  • Updated: @svgr/core, @svgr/plugin-svgo, and @svgr/plugin-jsx to v8.1.0.

v1.1.0

10 months ago
  • 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

2 years ago
  • 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

2 years ago
  • Updated: @svgr/core dependency to v6.1.2.
  • Updated: @svgr/plugin-svgo dependency to v6.1.2.

0.14.3

4 years ago
  • Fixed: SVGO was changing colors to shorthand format, which caused SVGR attribute replacement with colors not to work correctly.

0.14.2

4 years ago
  • 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

4 years ago
  • Fixed: enabling SVGO was removing the viewBox attribute from SVG images, which caused the default size of the image not be applied correctly.

0.14.0

4 years ago
  • Added: support for looking up SVGR config location based on asset path.
  • Fixed: configure SVGR to use SVGO and inline styles when there are multiple selector matches.
  • Updated: @svgr/core dependency to v4.3.3.