vue-component-meta
Advanced tools
Changelog
1.1.0 (2023/2/16)
initialIndent
for pug
and sass
volar.inlayHints.missingRequiredProps
)(takeover)
instead of (vue)
in status bar for takeover mode (#2365){{ }}
(#2305)source.addMissingImports
accidentally made imports for properties used the template (#2304)defineEmits<{}>()
would fail the type-checking process (#2370)name
prop / attr for slot (#2308)Breaking changes
vite-plugin-vue-component-preview
for nuxt 3.2vue-preview.root
setting for Nuxt component previewChangelog
1.0.24 (2023/1/8)
vueCompilerOptions.macros
setting for vue-macros pluginsFileCapabilities.full
, FileRangeCapabilities.full
, MirrorBehaviorCapabilities.full
normalizeComponentAutoImportName
setting to normalizeComponentImportName
Index
to folder name when normalizeComponentImportName
enabled (https://github.com/vuejs/language-tools/issues/2071#issuecomment-1373701277)Projects must list all files or use an 'include' pattern
error (#2271)parseSfc
requests when not a vue document changedcodeActionsOnSave
setting (#2188)c is not iterable
error edge case (#2282)getEmbeddedFileNames()
, resolveEmbeddedFile()
Changelog
1.0.22 (2023/1/5)
Changelog
1.0.21 (2023/1/5)
@volar/vue-language-plugin-pug
installed (#2272){{}}
not working\r\n
, virtual document mapping decorations range incorrectChangelog
1.0.20 (2023/1/4)
volar.takeOverMode.extension
setting for choice extension that takeover *.ts language supportLanguageServerPlugin
api and dependency injection connection (#2273)createLanguageService
and createDocumentService
Changelog
1.0.19 (2022/12/31)
experimentalAdditionalLanguageModules
option for vueCompilerOptions
(#2267)typescript/javascript.preferences.autoImportFileExcludePatterns
setting not working@vue/compiler-dom
warning (#2262)required
property incorrect (#2256)Changelog
1.0.18 (2022/12/26)
vueCompilerOptions
in tsconfig{{}}
not working if template block not at the top[TS Error] { }
and failed (#2190)strictTemplates
enabled (#2255)Changelog
1.0.17 (2022/12/26)
lang="json5"
(#2244){{ }}
colorizedBracketPairs not working (#1759)v-bind
exist (#2166)props
property (#2206)noPropertyAccessFromIndexSignature
is enabled (#2236)skipTemplateCodegen
should ignore template slots emit (#2237)Changelog
1.0.16 (2022/12/20)
schema.ignore
accept functions (#2232)volar.icon.splitEditors
setting (#2163){{ |}}
become {{ | }}
(#2222)<slot :name="(name as 'a' | 'b')" />
not working (#2233)Type 'void' has no call signatures
errors (#2225)vue-tsc/out/proxy.js
for vite-plugin-checker (https://github.com/fi3ework/vite-plugin-checker/issues/193)Changelog
1.0.14 (2022/12/18)
vue-tsc-eslint-hook
module to support use eslint in vue-tsc (#2220)volar.vueserver.maxFileSize
(#2186)volar.doctor.checkVueTsc
and disable by default (#2186)volar.vueserver.configFilePath
(#2078)v-bind
(#2105)