Releases: aeirola/react-native-svg-asset-plugin
Releases · aeirola/react-native-svg-asset-plugin
v0.5.0
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
Add support for ignoring specific input files. Thanks @papigers 💯
v0.3.0
Add support for running in Windows environments.
v0.2.0
Adds support for configuring the plugin behaviour. More details in the readme.
v0.1.2
- Fix random crash on macOS related to libxml
- Update dependencies
v0.1.1
- Improves behaviour on SVG file changes by caching PNGs by source file hash
v0.1.0
Initial release, with support for:
- Use as Metro bundler asset plugin
- SVG importing in React Native code
- PNG generation on import