You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix corner case when auto import component failed. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2461.
98
100
- Fix the `template lang='pug'` node will be cleared when formatting the vue file. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2460.
The `vetur.useWorkspaceDependencies` option affect all runtime dependencies now.
107
109
Like `prettier`, `@prettier/plugin-pug`.
108
110
109
111
In this version, we try to bundle extension and reduce size. (70MB -> 9MB)
110
112
But it's a huge change, so please open an issue if you find any problems.
111
113
112
-
---
114
+
----
113
115
114
116
- 🙌 Fix v-bind modifiers causing TypeScript to not find type-checked template props correctly. Thanks to contribution from [@andrewisaburden](https://github.com/andrewisaburden). #2430.
115
117
- 🙌 Fix "File name X differs from already included file name Y only in casing" on Windows. Thanks to contribution from [@rchl](https://github.com/rchl). #2433 and #2444.
@@ -175,7 +177,7 @@ But it's a huge change, so please open an issue if you find any problems.
175
177
176
178
- Add `foldingRange` support to support dynamic folding ranges such as `#region`. #899.
177
179
- Add setting `vetur.validation.interpolation` so interpolation diagnostics and `eslint-plugin-vue` diagnostics can be configed separately. #2131.
178
-
- Fix VLS crash for \*.vue files in node_modules. #2006.
180
+
- Fix VLS crash for *.vue files in node_modules. #2006.
179
181
- Upgrade to TypeScript 4.0.2 and fix symbol outline issue. #1849.
180
182
- Improve JSDoc presentation in hover/completion in interpolation mode. #1337.
181
183
- Improve JSDoc presentation in hover/completion/signatureHelp. #2193.
- Vetur no longer reads settings from `prettier.*`. All settings must be specified in a local configuration file. #982.
563
564
-`prettier-eslint` is added as an option for `vetur.format.defaultFormatter.js`. #982.
564
565
- Various bug fixes for `prettier-eslint` not reading config correctly. Thanks to contribution form [@Coder-256](https://github.com/Coder-256). #934 and #942.
- Hot fix for a bug in formatting `<template>` with js-beautify where it adds `</template>` to the end. #539.
@@ -930,7 +932,6 @@ Shoutout to @HerringtonDarkholme who helped implementing many new features!
930
932
- Improve `sass` syntax highlighting based on grammar from [robinbentley/vscode-sass-indented](https://github.com/robinbentley/vscode-sass-indented). #41.
931
933
932
934
Thanks to [@sandersn](https://github.com/sandersn)'s [PR](https://github.com/octref/vetur/pull/94):
933
-
934
935
- Preliminary TypeScript support (try `<script lang="ts">`)
935
936
- Improved IntelliSense for `js/ts` in Vue SFC.
936
937
- Correct Module Resolution (try `npm i lodash @types/lodash` and use lodash in your Vue SFC).
0 commit comments