Releases: ionic-team/capacitor-assets
Releases · ionic-team/capacitor-assets
v0.12.1
- Only copy specified resources when using
--copy
#105 by @LSBOSS
- Do not generate icons for platforms not in
config.xml
#103 by @Lindsor
v0.12.0
- Automatically remove alpha channel for iOS icons and print a warning f4f7d20
- Allow
null
for logstream
and errstream
options in the Programmatic API, which silences output 02dd99c
- Add
-v
short alias for --version
6a3adec
v0.11.0
With this release, cordova-res
can be used with Capacitor to generate icons and splash screens and copy them into respective native projects. See the README for more details: https://github.com/ionic-team/cordova-res#capacitor
--skip-config
flag to skip reading/writing Cordova's config.xml
file 6250426
--copy
flag to copy generated assets into native projects #85 by @wannadream
v0.8.0
- add specs for missing Apple watch icon and iPhone X splash screens 8616af0 by @renzoolguin
- do not raise error for unknown platforms in config 4f37bfc
v0.7.0
- Add support for the Windows 10 platform 8106328 by @sc0ttdav3y
- use platform definitions for which platforms to generate resources ab2d675
v0.6.0
- Provide fallback for Android adaptive icons flow. 1ebe984
v0.5.2
- Fix regression where file paths were being written with backslashes in the config file on Windows. 4baaa01