@volar/code-gen
Advanced tools
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
},
}
Changelog
0.38.0 (2022/6/19)
.value
for vue 2 (#1466)@vue/runtime-core
in Vue 2 (#1469)Changelog
0.37.9 (2022/6/16)
*.md
, *.html
explicitly added in tsconfig include property (#1463)codeAction.disabledSupport
capability (#1454)lang="tsx"
(#1458)Changelog
0.37.8 (2022/6/14)
Changelog
0.37.5 (2022/6/13)
.md
if file path in not include by tsconfig (#1430)<component :is>
(#1425):
character in tag name (#1435)