Vue Cli Plugin Quasar Versions Save

Quasar Framework Vue CLI plugin

v5.0.2

11 months ago

Fixes

  • fix: Yarn 2 PNP fix - plugin is using loader-utils package without explicitly listing it as dependency (#43)

Donations

Quasar Framework is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider the following:

v5.0.1

2 years ago

Supports Vue CLI v5 (which has Webpack 5 instead of Webpack 4) Please note that Vue CLI is in maintenance mode.

If you are upgrading from Vue CLI v4, please make sure that you set the following dependencies to these versions:

  • sass: 1.32.12 (pin it to this exact version)
  • sass-loader: ^12.0.0
  • (if you have it) postcss-rtl: ^3.5.3

v4.0.4

2 years ago
  • fix: duplicated transformAssetUrls #49

v4.0.3

2 years ago
  • fix: correctly transform imports from Quasar (trailing comma issue)

v4.0.2

2 years ago
  • fix: Deprecation of loader options in webpack 5 (DEP_WEBPACK_RULE_LOADER_OPTIONS_STRING) (#47)

v4.0.1

2 years ago

Using the stable v2 release

v3.0.2

2 years ago

Update with the new branding.

v4.0.0

2 years ago

Updated with new branding.

v4.0.0-beta.3

2 years ago
  • fix "sass" dep to v1.32.12

v4.0.0-beta.2

2 years ago
  • fix: add transformUrl for Quasar components #44