Skip to content

Releases: aeirola/react-native-svg-asset-plugin

v0.5.0

25 Jul 10:35
Compare
Choose a tag to compare

Improved overall cache handling

Features

  • Do not re-render images in case they already exist from earlier
  • Automatically remove old images if they aren't used anymore

v0.4.0

03 May 19:19
Compare
Choose a tag to compare

Add support for ignoring specific input files. Thanks @papigers 💯

v0.3.0

28 Sep 10:42
Compare
Choose a tag to compare

Add support for running in Windows environments.

v0.2.0

21 Jul 08:56
Compare
Choose a tag to compare

Adds support for configuring the plugin behaviour. More details in the readme.

v0.1.2

05 Jun 18:00
Compare
Choose a tag to compare
  • Fix random crash on macOS related to libxml
  • Update dependencies

v0.1.1

27 Mar 15:12
Compare
Choose a tag to compare
  • Improves behaviour on SVG file changes by caching PNGs by source file hash

v0.1.0

27 Mar 15:11
Compare
Choose a tag to compare

Initial release, with support for:

  • Use as Metro bundler asset plugin
  • SVG importing in React Native code
  • PNG generation on import