@volar/vue-code-gen
Advanced tools
Changelog
0.34.15 (2022/5/16)
experimentalImplicitWrapComponentOptionsWithDefineComponent
for lang="js"
by default (#1298)vueCompilerOption.experimentalDowngradePropsAndEmitsToSetupReturnOnScriptSetup
option to improve intellisense on script setup for lang="js"
(#1192)Changelog
0.34.13 (2022/5/12)
.vue
files outside rootDir with typescript plugin (#1276)Breaking changes
vueCompilerOptions
property experimentalShamefullySupportOptionsApi
to experimentalImplicitWrapComponentOptionsWithDefineComponent
and disabled by default (#1291)Changelog
0.34.12 (2022/5/10)
"warning"
option to experimentalShamefullySupportOptionsApi
and make default"experimentalAllowTypeNarrowingInInlineHandlers": true
in vueCompilerOptions (#1249)"module": "es2015"
in tsconfig (#1263)Changelog
0.34.11 (2022/4/29)
Changelog
0.34.10 (2022/4/24)
<script>
(#916)Changelog
0.34.8 (2022/4/21)
languageFeatures.inlayHints = true
in initializationOptions to enable ittypescript.format.semicolons
should not affect text interpolation (#1210){{ { foo } }}
object literal expression not working on text interpolationsonFoo-bar
(#1023)Changelog
0.34.7 (2022/4/16)
experimentalShamefullySupportOptionsApi
to vueCompilerOptions (#1202)svg
attributes report false positive void type (#1184)Breaking changes
Changelog
0.34.6 (2022/4/12)
"jsx": "preserve"
missing"jsx": "preserve"
missing (#1171)Changelog
0.34.5 (2022/4/11)
"jsx": "preserve"
for non-tsconfig project"jsx": "preserve"
missing (#1161)Breaking changes
@volar/pug-language-service
now is a optional depend on vue-tsc, you need to install it additionally to support pug template type-checking on vue-tsc (#1092)