@vue/language-core
Advanced tools
Changelog
2.0.7 (2024/3/20)
[!NOTE] Hybrid Mode is now disabled by default, you need to enable
vue.server.hybridMode
in settings to enable it explicitly.
@vue/language-plugin-pug
in doctordefineSlots
allows empty params (#4093) - thanks @EvertvdwdefineModel
emits type on-demand (#4052) - thanks @so1vev-for
(#3859) - thanks @so1vetsl
linter and auto fix workflow (#4100)Changelog
2.0.6 (2024/3/7)
[!IMPORTANT] If the TypeScript language server crashes since 2.0, please try using VSCode Insiders and install JavaScript and TypeScript Nightly, or temporarily downgrade to 1.8.27.
Issue: https://github.com/vuejs/language-tools/issues/3962If false positive errors occur, please try disabling unrelated extensions in the Vue workspace.
Issue: https://github.com/vuejs/language-tools/issues/3942
extraLiners
option for formatting (#3943)volar-service-typescript
for fix jsx formatting (#3949)@volar/typescript
for fix 2.0.5 auto-complete performance regression (#4024)vue.inlayHints.vbindShorthand
setting to vue.inlayHints.vBindShorthand
(#3995) - thanks @l4dybirdChangelog
2.0.5 (2024/3/5)
v-bind
shorthand (#3990) - thanks @so1vev-bind
shorthand (#3990) - thanks @so1veglobalTypesHolder
being specified from a node_modules
file (#3990)Changelog
2.0.4 (2024/3/4)
Changelog
2.0.3 (2024/3/3)
Changelog
2.0.2 (2024/3/2)
Cannot access 'i' before initialization
errorsvue-tsp-table.json
path is invalid in windowsChangelog
2.0.1 (2024/3/2)
Changelog
2.0.0 (2024/3/2)
typescript.tsdk
duplicate registration errors are no longer reported.value
(#3914)volar.format.initialIndent
option, replaced with 3 new options:
vue.format.template.initialIndent
vue.format.script.initialIndent
vue.format.style.initialIndent
ignoreTriggerCharacters
, reverseConfigFilePriority
and fullCompletionList
options are no longer supportedvueCompilerOptions.extensions
option (#3800)src
to lib
(#3913)typescript/lib/tsserverlibrary
imports with typescript
experimentalAdditionalLanguageModules
and deprecated APIs (#3907)volar.config.js
is no longer supported@vue/typescript-plugin
(#3910)Changelog
1.8.27 (2023/12/26)
JSX.Element
for compatible with vue 3.4 (https://github.com/vuejs/core/issues/9923)