@volar/vue-code-gen
Advanced tools
Changelog
0.39.5 (2022/8/6)
compilerOptions.types
not working since v0.39.2 (#1650).js
(#1667)Changelog
0.39.2 (2022/7/28)
fileExists
is always calculate for .ts on each time update (https://github.com/vuejs/language-tools/commit/07f3bd55b6bdf3875a60796f7c9eb9a838eed463)fileExists
, directoryExists
result in language server (https://github.com/vuejs/language-tools/commit/34a4435284311c88248a44222f49c017a6b408a9)Changelog
0.39.0 (2022/7/23)
@volar/vue-language-core
Breaking changes
@volar/vue-typescript
, @volar/vue-language-service
apis refactoredChangelog
0.38.9 (2022/7/20)
Changelog
0.38.7 (2022/7/17)
volar.updateImportsOnFileMove.enabled
option to disable file move refactoring (#1181)volar.diagnostics.delay
option for reduce CPU usage (#1295)vueCompilerOptions.experimentalImplicitWrapComponentOptionsWithVue2Extend
to support wrap component options by Vue.extend
(#1337)types
option (#1262)insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis
break v-for format (#1398)Changelog
0.38.5 (2022/7/11)
Changelog
0.38.4 (2022/7/11)
vueCompilerOptions.strictTemplates
(#1418)unknown
to any
(#1541)=
(#1423)Breaking changes
experimentalSuppressUnknownJsxPropertyErrors
, experimentalSuppressInvalidJsxElementTypeErrors
is replaced by strictTemplates
.
{
"vueCompilerOptions": {
- "experimentalSuppressUnknownJsxPropertyErrors": false,
- "experimentalSuppressInvalidJsxElementTypeErrors": false,
+ "strictTemplates": true
},
}