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

Releases: quasarframework/icongenie

v1.1.3

03 Dec 14:41
Compare
Choose a tag to compare

Fixes

  • fix(minifier): match modern imagemin signature
  • fix(capacitor): Update to latest capacitor specs #100

v1.1.2

04 Nov 08:40
Compare
Choose a tag to compare

Fix: UnhandledPromiseRejectionWarning: TypeError: execa.shellSync is not a function #95

v1.1.1

09 Oct 06:59
Compare
Choose a tag to compare
  • fix(Capacitor): 512px iOS icon name

v1.1.0

08 Oct 10:15
Compare
Choose a tag to compare

Added Capacitor support. Will fully get enabled when "@quasar/app" v1.2.0 is released.

v1.0.2

10 Sep 15:20
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • maintenance release
  • removed Proton support

v1.0.1 What's proton about???

06 Jul 22:09
Compare
Choose a tag to compare

This release fixes several issues with favicon and icns generation being glitchy on some OS's - and adds a super top-secret mode called proton.

First Time Users (within your quasar project):

$ quasar ext add @quasar/icon-genie

If you are updating, a simple yarn add --dev @quasar/quasar-app-extension-icon-genie would work, or just run

$ quasar upgrade -i

v1.0.0 - Three Wishes

21 Jun 12:42
Compare
Choose a tag to compare

This is not only a rebranding to "Icon Genie", but also the first stable release of what was formerly known as the Icon Factory.

Enjoy!

v1.0.0-rc.5 - favicon 4ever

15 Jun 11:11
Compare
Choose a tag to compare

This release fixes broken favicons that seem to happen on some platforms because of a race condition.

v1.0.0-rc.4 - Cordova We Love U

02 Jun 16:42
Compare
Choose a tag to compare

This release updates the settings to include all iOS icons for Cordova.

v1.0.0-rc.3 - Fix filepath regression

31 May 16:48
Compare
Choose a tag to compare

SPA / PWA / SSR images were dropped in the wrong place. This fixes that.