@nuxtjs/vuetify
Advanced tools
Comparing version 1.11.2 to 1.11.3
@@ -5,2 +5,10 @@ # Changelog | ||
### [1.11.3](https://github.com/nuxt-community/vuetify-module/compare/v1.11.2...v1.11.3) (2021-01-17) | ||
### Bug Fixes | ||
* remove fibers dependency to support node.js 14 on Windows ([#390](https://github.com/nuxt-community/vuetify-module/issues/390)) ([7a02126](https://github.com/nuxt-community/vuetify-module/commit/7a021268b3901a9716a0f82d20ff034c454d9a95)) | ||
* sass-loader use additionalData vs prependData ([a92eaf1](https://github.com/nuxt-community/vuetify-module/commit/a92eaf175d626be20b68327b9b2be3d188ba59dd)) | ||
### [1.11.2](https://github.com/nuxt-community/vuetify-module/compare/v1.11.1...v1.11.2) (2020-04-26) | ||
@@ -7,0 +15,0 @@ |
@@ -21,9 +21,9 @@ export default function setupFont(options) { | ||
: `'${options.family}'`; | ||
sass.prependData = [`$body-font-family: ${userFontFamily}, sans-serif`, sass.prependData].join('\n'); | ||
sass.additionalData = [`$body-font-family: ${userFontFamily}, sans-serif`, sass.additionalData].join('\n'); | ||
} | ||
// Add font-size custom variable | ||
if (options.size) { | ||
sass.prependData = [`$font-size-root: ${options.size}px`, sass.prependData].join('\n'); | ||
sass.additionalData = [`$font-size-root: ${options.size}px`, sass.additionalData].join('\n'); | ||
} | ||
} | ||
//# sourceMappingURL=font.js.map |
@@ -16,7 +16,7 @@ import dartSass from 'sass'; | ||
const sassImports = customVariables.map(path => `@import '${path}'`).join('\n'); | ||
sass.prependData = [sass.prependData, sassImports].join('\n'); | ||
sass.additionalData = [sass.additionalData, sassImports].join('\n'); | ||
const scssImports = customVariables.map(path => `@import '${path}';`).join('\n'); | ||
scss.prependData = [scss.prependData, scssImports].join('\n'); | ||
scss.additionalData = [scss.additionalData, scssImports].join('\n'); | ||
} | ||
} | ||
//# sourceMappingURL=sass.js.map |
{ | ||
"name": "@nuxtjs/vuetify", | ||
"version": "1.11.2", | ||
"version": "1.11.3", | ||
"description": "Vuetify Module for Nuxt.js", | ||
@@ -33,7 +33,6 @@ "license": "MIT", | ||
"deepmerge": "^4.2.2", | ||
"fibers": "^4.0.3", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"vuetify": "^2", | ||
"vuetify-loader": "^1.4.3" | ||
"sass": "^1.32.4", | ||
"sass-loader": "^10.1.1", | ||
"vuetify": "^2.4.2", | ||
"vuetify-loader": "^1.6.0" | ||
}, | ||
@@ -43,17 +42,17 @@ "devDependencies": { | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@nuxt/typescript-build": "^0.6.6", | ||
"@nuxt/typescript-runtime": "^0.4.6", | ||
"@nuxt/typescript-build": "^0.6.7", | ||
"@nuxt/typescript-runtime": "^0.4.10", | ||
"@nuxtjs/eslint-config-typescript": "^1.0.2", | ||
"@types/jest": "^25.2.1", | ||
"@types/jest": "^25.2.3", | ||
"@types/sass": "^1.16.0", | ||
"codecov": "^3.6.5", | ||
"codecov": "^3.8.1", | ||
"eslint": "^6.8.0", | ||
"husky": "^4.2.5", | ||
"jest": "^25.4.0", | ||
"nuxt-edge": "2.11.1-26375059.fd5fefe", | ||
"husky": "^4.3.8", | ||
"jest": "^25.5.4", | ||
"nuxt-edge": "2.11.1-26378723.c5d0067", | ||
"nuxt-webfontloader": "^1.1.0", | ||
"standard-version": "^7.1.0", | ||
"ts-jest": "^25.4.0", | ||
"standard-version": "^9.1.0", | ||
"ts-jest": "^25.5.1", | ||
"typescript": "~3.8" | ||
} | ||
} |
@@ -192,3 +192,3 @@ <p align="center"> | ||
- Type: `Boolean` | ||
- Type: `Object` or `Boolean` | ||
- Default: `process.env.NODE_ENV === 'production'` | ||
@@ -199,2 +199,11 @@ | ||
You can set object as a set of options to [manually import](https://vuetifyjs.com/en/features/treeshaking/#manually-importing) Vuetify modules globally: | ||
| Key | Type | Value | | ||
| --- | --- | --- | | ||
| components | string[] | array of name of Vuetify components to import globally | | ||
| directives | string[] | array of name of Vuetify directives to import globally | | ||
| loaderOptions | function | loader option which applies to VuetifyLoaderPlugin | | ||
| transitions | string[] | array of name of [Vuetify transitions](https://vuetifyjs.com/en/styles/transitions/) to import globally | | ||
## TypeScript | ||
@@ -201,0 +210,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44768
5
250
+ Addedklona@2.0.6(transitive)
+ Addedsass-loader@10.5.2(transitive)
+ Addedsemver@7.6.3(transitive)
- Removedfibers@^4.0.3
- Removedclone-deep@4.0.1(transitive)
- Removedfibers@4.0.3(transitive)
- Removedis-plain-object@2.0.4(transitive)
- Removedisobject@3.0.1(transitive)
- Removedjson5@1.0.2(transitive)
- Removedkind-of@6.0.3(transitive)
- Removedloader-utils@1.4.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removedsass-loader@8.0.2(transitive)
- Removedschema-utils@2.7.1(transitive)
- Removedsemver@6.3.1(transitive)
- Removedshallow-clone@3.0.1(transitive)
Updatedsass@^1.32.4
Updatedsass-loader@^10.1.1
Updatedvuetify@^2.4.2
Updatedvuetify-loader@^1.6.0