Releases: quasarframework/vue-cli-plugin-quasar
Releases · quasarframework/vue-cli-plugin-quasar
v4.0.0-beta.3 (Quasar v2 with Vue 3)
- fix "sass" dep to v1.32.12
v4.0.0-beta.2 (Quasar v2 with Vue 3)
- fix: add transformUrl for Quasar components #44
v3.0.1
Removed the "manual" option for importStrategy since auto-import is so powerful now.
v3.0.0
Ported the auto-import feature from Quasar CLI which doesn't needs Babel and is also compatible with Typescript.
Upgrade guide
If you're upgrading from vue-cli-plugin-quasar v2, then please:
- Remove the
babel-plugin-transform-imports
dependency (no longer needed) - Edit your babel.config.js (if using one): remove the 'transform-imports' section
Example of babel.config.js:
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
}
v2.0.2
v2.0.0
Enjoy with vue-cli v4+ (only)!
If you are still using vue-cli v3, please keep the v1 of this plugin.
New
- Support for Vue CLI v4
- Support for auto-import feature
- Support for Material Icons in the additional forms of outlined, round & sharp
- Support for Sass/SCSS (which is the recommended way) in addition to Stylus
v1.0.0-rc.3
- solve TypeScript problem, make quasar external file js file #10
v1.0.0-rc.2
- fix: Support yarn workspaces #17
v1.0.0-beta.1
- fix: [v1 - Request] Make file name
quasar-variables.styl
the same name as in import directive #16
Breaking change from v1.0.0-beta.0
In /src/styles/quasar.variables.styl
, you need to change:
@import '~quasar-variables'
to
@import '~quasar-variables-styl'