Skip to content

Releases: kristerkari/react-native-svg-transformer

1.4.0

14 May 18:23
Compare
Choose a tag to compare
  • Added: forward all parameters of transform to the upstream transformer (#354).

1.3.0

26 Dec 21:50
Compare
Choose a tag to compare
  • Added: support for Expo SDK v50.

1.2.0

11 Dec 16:49
Compare
Choose a tag to compare
  • 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

19 Jul 19:27
Compare
Choose a tag to compare
  • 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

30 Dec 13:21
96add1c
Compare
Choose a tag to compare
  • 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

28 Dec 16:31
Compare
Choose a tag to compare
  • Updated: @svgr/core dependency to v6.1.2.
  • Updated: @svgr/plugin-svgo dependency to v6.1.2.

0.14.3

27 Nov 09:12
Compare
Choose a tag to compare
  • Fixed: SVGO was changing colors to shorthand format, which caused SVGR attribute replacement with colors not to work correctly.

0.14.2

21 Nov 11:02
Compare
Choose a tag to compare
  • 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

18 Nov 12:03
Compare
Choose a tag to compare
  • 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

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.