Vue Cli Plugin Quasar Versions Save

Quasar Framework Vue CLI plugin

v3.0.1

3 years ago

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

v3.0.0

3 years ago

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

4 years ago
  • fix(auto-import): invalidate component options cache, fix: #30 #31

v2.0.0

4 years ago

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

4 years ago
  • solve TypeScript problem, make quasar external file js file #10

v1.0.0-rc.2

4 years ago
  • fix: Support yarn workspaces #17

v1.0.0-beta.1

5 years ago
  • 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

5 years ago

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

v0.17.0

5 years ago

Improved tree-shaking on Quasar.

v0.2.1

5 years ago

Upgrade to using Quasar v0.17 instead of v0.16.