@volar/vue-code-gen
Advanced tools
Changelog
0.31.0 (2022/1/22)
<script setup>
without extra tsconfig setting (#538)_
prefixes in v-for (#878)<script setup>
used in <script>
(#766)Changelog
0.30.6 (2022/1/19)
withDefaults
for props type in template (#868)schemas/tsconfig.schema.json
missing (#869)editor.semanticHighlighting.enabled
by default to avoid component tag show invalid color when installed some themesBreaking changes
<script setup>
, ignore extra component options wrapper function (defineComponent
/ Vue.extends
...)Changelog
0.30.5 (2022/1/17)
vueCompilerOptions
intellisense not working on jsconfigChangelog
0.30.3 (2022/1/16)
()
to as expression (v-bind="foo as string"
-> v-bind="(foo as string)"
(#859)vueCompilerOptions
intellisense in tsconfig (#833)Known regressions
withDefaults
Changelog
0.30.1 (2021/12/27)
defineExpose
Breaking changes
vueCompilerOptions.experimentalExposeScriptSetupContext
optionChangelog
0.30.0 (2021/12/21)
static components
for class-base component (#753)vueCompilerOptions.experimentalExposeScriptSetupContext
option for jest (#805)typescript.suggest.autoImports
setting (#746)@vue/composition-api
defineComponent types incorrect in template (#780)typescript.preferences.importModuleSpecifier
setting not working for component auto import (#793)Organize Imports
commmand not always working (#798)Breaking changes
export default { ... }
without Vue.extend
or defineComponent
(#750)