Releases: quasarframework/icongenie
v1.0.0-rc.2 - Copy to correct target.
This release removes relative path targets, which would accidentally create eg. a src-cordova folder within src-cordova if the users terminal path was there instead of root. Also fixes for spa and electron.
v1.0.0-rc.1 - The biggest one before the real one!!!
After over 12 months of development, we're finally here: rc.1.
Upgrading notes
- Upgrade
@quasar/app
package to beta.25. - Uninstall previous version:
$ quasar ext remove @quasar/icon-factory
- Delete
/quasar.icon-factory.json
and/.icon-factory/
from the root of your app - Reinstall with
$ quasar ext add @quasar/icon-factory
Please note: Now all settings are registered in
quasar.extensions.json
.
Perf, enhancements, fixes
- Use quasar/app beta.25 persistent config instead of quasar.icon-factory.json
- Generate tmp folder directly under module instead of bloating the app
- AE uninstall script no longer necessary (since dropping specific json)
- Greatly simplify footprint of persistent config
- Removed unused code & simplified utils
- README improvements
- AE index script
- do not use extendQuasarConf to run the index script
- perf improvements
- changing Cordova related config parameters only triggers rebuild for Cordova icons
v1.0.0-beta.30 - Docs and Quant
Update docs and restore pnqquant as an option
v1.0.0-beta.29 - Hash Fix
This release removes filehashing on install and enables the hashing of the splashscreen file.
v1.0.0-beta.28 - Goodbye PNGOUT
We discovered a memory leak in PNGOUT so immediately removed it from the list of available minification strategies.
v1.0.0-beta.27 - All Beta Things Come to an End
This is the final beta release, unless critical issues are discovered.
- hardcoded source file names
- added 2 new methods for creating cordova splashscreens
- same image source for dev / build
- cleanup of install prompts
- deprecation of svg-duochrome
- pngout now used only as passthrough (no minification)
- updated docs
If you've already used the extension before this release, please do the following:
- delete the
.icon-factory/
and all its components - delete the
quasar.icon-factory.json
file - run:
$ quasar ext remove @quasar/icon-factory
- move your icon source-file to
app-icon.png
in the root of your app - if you want a custom splashscreen, put that file at
app-splashscreen.png
- run:
$ quasar ext add @quasar/icon-factory
v1.0.0-beta.25 - Sharper than Sharp!
This is just a minor release to update the sharp library to 0.22.1 and a change to the "build-always" option.
Go forth and render!
v1.0.0-beta.24 - Where're the Cordova Android Icons
Works with Cordova 9!
v1.0.0-beta.23 - Closing in on RC
Now with hopefully the last changes to get the right files registered in Cordova.
Also added uninstall hook to delete the quasar.icon-factory.json
file
v1.0.0-beta.21- We're making (animated) progress!
In response to several people requesting more feedback during the process, this release now shows what is currently being processed (and shows a nifty - albeit silly) ASCII spinner. Fun!