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)Changelog
0.29.7 (2021/11/29)
vueCompilerOptions
(#731)editor.codeActionsOnSave: ["source.organizeImports"]
not working (#726)Changelog
0.29.6 (2021/11/21)