Skip to content

Releases: quasarframework/vue-cli-plugin-quasar

v4.0.0-beta.3 (Quasar v2 with Vue 3)

26 May 19:17
Compare
Choose a tag to compare
Pre-release
  • fix "sass" dep to v1.32.12

v4.0.0-beta.2 (Quasar v2 with Vue 3)

11 May 15:00
Compare
Choose a tag to compare
Pre-release
  • fix: add transformUrl for Quasar components #44

v3.0.1

08 Oct 15:37
Compare
Choose a tag to compare

Removed the "manual" option for importStrategy since auto-import is so powerful now.

v3.0.0

08 Oct 14:56
Compare
Choose a tag to compare

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:

  1. Remove the babel-plugin-transform-imports dependency (no longer needed)
  2. 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

04 May 13:23
851c448
Compare
Choose a tag to compare
  • fix(auto-import): invalidate component options cache, fix: #30 #31

v2.0.0

02 Dec 14:21
Compare
Choose a tag to compare

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

26 Jun 07:51
Compare
Choose a tag to compare
  • solve TypeScript problem, make quasar external file js file #10

v1.0.0-rc.2

25 Jun 20:28
Compare
Choose a tag to compare
  • fix: Support yarn workspaces #17

v1.0.0-beta.1

22 Mar 13:45
Compare
Choose a tag to compare
  • 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'

v0.17.1

31 Aug 18:40
Compare
Choose a tag to compare

Fixed: QSpinner is not pointing to QSpinner.mat or QSpinner.ios by default #8