Skip to content

Releases: kristerkari/react-native-svg-transformer

0.14.0

15 Nov 10:00
Compare
Choose a tag to compare
  • 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.

0.13.0

19 Apr 17:38
Compare
Choose a tag to compare
  • Added: support for SVGR configuration file.

0.12.1

19 Apr 17:37
Compare
Choose a tag to compare
  • Fixed: Compatibility with react-native v0.59.
  • Updated: @svgr/core dependency to v4.1.0.
  • Updated: semver dependency to v5.6.0.

0.12.0

19 Apr 17:37
Compare
Choose a tag to compare
  • Changed: use @svgr/core instead of react-native-svg-loader to transform SVG images to React Native components.

0.11.3

19 Apr 17:37
Compare
Choose a tag to compare
  • Fixed: broken require for react-native-svg-loader fork.

0.11.2

19 Apr 17:36
Compare
Choose a tag to compare
  • Fixed: use a fork of react-native-svg-loader from npm.

0.11.1

19 Apr 17:36
Compare
Choose a tag to compare
  • Fixed: use a fork of react-native-svg-loader to fix an issue with broken transforms.

0.11.0

19 Apr 17:36
Compare
Choose a tag to compare
  • Added: support for .svg extension as React Native v0.57+ should support it.

0.10.0

19 Apr 17:35
Compare
Choose a tag to compare
  • Initial release