Releases: quasarframework/icongenie
v1.0.0-beta.20 - Important Cordova Updates
Now there is more safe checking for the cordova splashscreen plugin, and if it isn't found, there will be an attempt to install it. Also, the config.xml in src-cordova is properly updated with both the plugin name and the icons/splash images.
v1.0.0-beta.18 - Keep lockstep with core (web)
This release now matches current Quasar core asset names and locations.
v1.0.0-beta.17 - Intermediary Folders
This release finally enables intermediary folders to host your images within your project so when you change between dev and build it just needs to copy the images instead of rebuild them every time.
v1.0.0-beta.16 - Cordova FTW
So there were several versions we jumped since the last release, but this was due to several issues that arose and the need to push new versions for real integration testing. Thanks to everyone who helped test it!
New features:
- added a
rebuild_always
option for fine-tuning your artifacts without manually deleting / changing stuff - added new listeners to make sure there is equivalence between the
quasar.icon-factory.json
andquasar.extensions.json
(the latter of which always wins) - changing the background_color in
quasar.extensions.json
will now trigger a rebuild - only rebuild the config.xml if there is a reason to do so (and await for it!!!)
- fix the amazingly tragic "lppa" typo for android
- Docs updates
v1.0.0-beta.13 - Cordova Compliance
This release resolves all known cordova implementation issues:
- updates
src-cordova/config.xml
to reference icon and splashscreens - creates opaque background Cordova iOS icons
- maintains earlier behaviour of allowing for transparent background Cordova Android icons
We also caught one of our functions trying to create folders named "undefined". This his been mitigated.
Please re-add the extension to profit from these changes.
$ quasar ext add @quasar/icon-factory
v1.0.0-beta.12 - Minify and cleanup SVG assets.
This release adds svgo to minimize the SVGs -and also makes them a little nicer on the eyes by removing background entirely. For the use-case this was never optimal to begin with.
Added a bit of documentation info too.
v1.0.0-beta.11 - Backgrounds for Cordova too!
The last release failed to delegate the color choice to the cordova splashscreen background. Now it works as expected.
v1.0.0-beta.10 - All your backgrounds are belong to us!
So this is a snapshot where we implemented the ability for you to specify a specific RGB hex colour for your backgrounds (and contrast color for our duochrome svgs).