Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Releases: quasarframework/icongenie

v1.0.0-beta.20 - Important Cordova Updates

09 May 18:51
Compare
Choose a tag to compare

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)

09 May 15:33
Compare
Choose a tag to compare

This release now matches current Quasar core asset names and locations.

v1.0.0-beta.17 - Intermediary Folders

09 May 10:21
Compare
Choose a tag to compare

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

08 May 09:00
Compare
Choose a tag to compare

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 and quasar.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

07 May 16:00
Compare
Choose a tag to compare

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.

03 May 15:51
Compare
Choose a tag to compare

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!

03 May 11:45
Compare
Choose a tag to compare

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!

03 May 08:58
Compare
Choose a tag to compare

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).