@vue/language-plugin-pug
Advanced tools
Changelog
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)Changelog
1.8.24 (2023/11/29)
vue-component-type-helpers/vue2
(#3404)defineEmits
's arg
and typeArg
in parseScriptSetupRanges
(#3710) - thanks @so1vestrictTemplates
fails to report unknown components (#3539)as
with multiple <script>
blocks (#3733) - thanks @so1ve<script setup>
tag above <script>
tag (#3743) - thanks @so1ve.prop
shorthand (#3729) - thanks @so1ve