Skip to content

Releases: aeirola/react-native-svg-app-icon

v0.6.1

25 Apr 11:28
Compare
Choose a tag to compare

Fix issue with android adaptive icons not using vector drawable graphics on certain inputs.

v0.6.0

09 Apr 18:34
Compare
Choose a tag to compare
  • Add androidOutputPath and iosOutputPath configuration options. Thanks to @mikehardy for the contribution at #68 🤩
  • Switch CLI argument parsing from coa to commander
  • Update dependencies

Note, that changes to svg2vectordrawable might cause some adaptive icons to render as PNGs instead of vector drawables. If this causes problems you can try using path elements instead of other shapes, or staying on an older version. Sorry for the inconvenience, I'll work on getting the vector drawables to behave as expected.

v0.5.1

01 Feb 18:17
Compare
Choose a tag to compare

Fixes CLI flags not working.

v0.5.0

03 Oct 10:46
Compare
Choose a tag to compare

Add --force command-line option for forcing output to be written even though existing files are newer than the input source. This is useful in situations where the source image might change based on environment settings, i.e. generating separate icons for test and production builds etc..

v0.4.0

16 May 17:37
Compare
Choose a tag to compare

Add ability to specify which platforms to generate icons for.

v0.3.0

21 Feb 08:14
Compare
Choose a tag to compare

Features:

  • Add configuration support

v0.2.0

23 Jun 15:57
Compare
Choose a tag to compare

Features:

  • Support transparent images (adds a white background by default)
  • Support for separate Android adaptive icon background layers

v0.1.2

17 Aug 06:31
Compare
Choose a tag to compare

Fixes:

  • Issue where Android legacy icons would have a white halo around them when viewed on gray backgrounds

v0.1.1

22 Jul 17:40
Compare
Choose a tag to compare

Fixes:

  • Issue where icon rendering failed if app.json wasn't present
  • Issue where incompatible vector drawable paths being generated if svgo version 1.3.0 was installed

v0.1.0

23 May 15:44
Compare
Choose a tag to compare

Initial release. Includes support for generating PNG launcher icons for iOS and Android, as well as vector drawable adaptive icons for Android.