Quasar v0.15.6 is out!
-
Quasar v0.15.6 has been released. New features & fixes. Enjoy! https://github.com/quasarframework/quasar/releases/tag/v0.15.6
-
quasar-cli still references version 0.15.5
(https://github.com/quasarframework/quasar-cli/blob/dev/package.json#L80)
so we can not update yet -
How awesome is this, we now get upgrade guidelines with quasar-cli?
Your newer Quasar CLI requires a minor change to /.postcssrc.js. "plugins" property needs to be converted into an Array. Example: // before plugins: { autoprefixer: {} } // change to: plugins: [ require('autoprefixer') ]
-
Yes, made a little mistake with a package. Published CLI v0.15.7 moments after that.
-
Hi @rstoenescu , with cli 15.7 still in the same problem.
-
have you updated it locally on the project folder? the global version (as long as itβs v0.15+) is irrelevant. what matters is the locally installed version.