Releases: ionic-team/capacitor-assets
Releases · ionic-team/capacitor-assets
v3.0.5
What's Changed
New Contributors
v3.0.3
Patch Changes
- 3c5ecbe: Fix the path discovered for Angular and Vue project when --pwa option used
- 5f42c57 - fix sharp vulnerability by bumping patch version
v3.0.1
3.0.1
Patch Changes
- 2c19107: fix: properly configure the single 1024x1024 iOS icon
v3.0.0
3.0.0
Major Changes
- 99a87f4: Only generate 1024x1024 for iOS icons for xcode 14 compatibility
Patch Changes
- c5138af: Fix critical dependency issues and update Cap Cli dependency
v2.0.4
2.0.4
Patch Changes
- Fix Android drawable issue
2.0.3
Patch Changes
- General all iOS sub-icons from main icon
2.0.2
Patch Changes
- Android non-density asset generation
v2.0.1
Add padding to Android launcher icons #424
v2.0.0
Fixed icon generation bugs for iOS and improved performance.
Breaking Changes
--ios-project
, --android-project
, and --android-flavor
have been renamed to camel-case (ex: --iosProject
) to normalize all argument formats.
1.0.12
Fixed PWA icon source paths in generated manifests per #388
1.0.11
Added the ability to specify the iOS and Android project folders. Use --ios-project
and --android-project
, respectively.