|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 1.1.0 (2023/2/16) |
4 |
| - |
5 |
| -- feat: support `initialIndent` for `pug` and `sass` |
6 |
| -- feat: add description for built-in directives, attributes, component, and elements |
7 |
| -- feat: support localization for event modifiers and props modifiers |
8 |
| -- feat: missing required props inlay hints (needs enabled `volar.inlayHints.missingRequiredProps`) |
9 |
| -- feat: show `(takeover)` instead of `(vue)` in status bar for takeover mode ([#2365](https://github.com/johnsoncodehk/volar/issues/2365)) |
10 |
| -- feat: more reliable formatting edits combine |
11 |
| -- fix(doctor): update source code link ([#2307](https://github.com/johnsoncodehk/volar/issues/2307)) |
12 |
| -- fix(typescript-plugin): tsserver multiple initializations lead to infinite loop (https://github.com/microsoft/vscode/issues/171591) |
13 |
| -- fix: syntactic features not working for untitled vue document |
14 |
| -- fix: spaces removed from ternary operator inside `{{ }}` ([#2305](https://github.com/johnsoncodehk/volar/issues/2305)) |
15 |
| -- fix: `source.addMissingImports` accidentally made imports for properties used the template ([#2304](https://github.com/johnsoncodehk/volar/issues/2304)) |
16 |
| -- fix: code action auto import should not append to the same line with the script tag ([#916](https://github.com/johnsoncodehk/volar/issues/916)) |
17 |
| -- fix: multi-line interpolation last line indent incorrect |
18 |
| -- fix: declaring empty emits like `defineEmits<{}>()` would fail the type-checking process ([#2370](https://github.com/johnsoncodehk/volar/issues/2370)) |
19 |
| -- fix: ignore `name` prop / attr for slot ([#2308](https://github.com/johnsoncodehk/volar/issues/2308)) |
| 3 | +## 1.1.2 (2023/2/17) |
20 | 4 |
|
21 |
| -**Breaking changes** |
22 |
| - |
23 |
| -- Removed pug convert tool |
24 |
| -- Removed script setup convert tool |
25 |
| -- Unsupported tracing for vue-tsc ([#2378](https://github.com/johnsoncodehk/volar/issues/2378)) |
26 |
| -- Extract Vite, Nuxt and component preview features to [Vue and Nuxt Preview](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-vue-preview) |
27 |
| - - feat: support `vite-plugin-vue-component-preview` for nuxt 3.2 |
28 |
| - - feat: add `vue-preview.root` setting for Nuxt component preview |
29 |
| - - fix: prevent random creation of multiple preview terminals |
30 |
| - - fix: support nuxt preview without vite serving allow list ([#2287](https://github.com/johnsoncodehk/volar/issues/2287)) |
| 5 | +- fix: format adding unnecessary newline to CRLF document ([#2385](https://github.com/johnsoncodehk/volar/issues/2385)) |
| 6 | +- fix: incidentally inserting indents when inserting new lines when if `editor.formatOnType` ([#2394](https://github.com/johnsoncodehk/volar/issues/2394)) |
| 7 | +- fix: template formatting last line indent incorrect ([#2393](https://github.com/johnsoncodehk/volar/issues/2393)) |
| 8 | +- fix: template start tag got deleting if first line is comment ([#2390](https://github.com/johnsoncodehk/volar/issues/2390)) |
| 9 | +- fix: takeover statue incorrect in display ([#2389](https://github.com/johnsoncodehk/volar/issues/2389)) |
| 10 | +- fix: diff window's document was unexpectedly diagnosed ([#2391](https://github.com/johnsoncodehk/volar/issues/2391)) |
| 11 | +- fix: emmet completions appear inside open tag ([#1329](https://github.com/johnsoncodehk/volar/issues/1329)) |
| 12 | +- fix: `opencc` is depended on by language server ([#2388](https://github.com/johnsoncodehk/volar/issues/2388)) |
31 | 13 |
|
32 | 14 | ---
|
33 | 15 |
|
|
60 | 42 | <h5 align="center"><a href="https://github.com/sponsors/johnsoncodehk">Adding You</a></h5>
|
61 | 43 | </p>
|
62 | 44 |
|
| 45 | +## 1.1.0 (2023/2/16) |
| 46 | + |
| 47 | +- feat: support `initialIndent` for `pug` and `sass` |
| 48 | +- feat: add description for built-in directives, attributes, component, and elements |
| 49 | +- feat: support localization for event modifiers and props modifiers |
| 50 | +- feat: missing required props inlay hints (needs enabled `volar.inlayHints.missingRequiredProps`) |
| 51 | +- feat: show `(takeover)` instead of `(vue)` in status bar for takeover mode ([#2365](https://github.com/johnsoncodehk/volar/issues/2365)) |
| 52 | +- feat: more reliable formatting edits combine |
| 53 | +- fix(doctor): update source code link ([#2307](https://github.com/johnsoncodehk/volar/issues/2307)) |
| 54 | +- fix(typescript-plugin): tsserver multiple initializations lead to infinite loop (https://github.com/microsoft/vscode/issues/171591) |
| 55 | +- fix: syntactic features not working for untitled vue document |
| 56 | +- fix: spaces removed from ternary operator inside `{{ }}` ([#2305](https://github.com/johnsoncodehk/volar/issues/2305)) |
| 57 | +- fix: `source.addMissingImports` accidentally made imports for properties used the template ([#2304](https://github.com/johnsoncodehk/volar/issues/2304)) |
| 58 | +- fix: code action auto import should not append to the same line with the script tag ([#916](https://github.com/johnsoncodehk/volar/issues/916)) |
| 59 | +- fix: multi-line interpolation last line indent incorrect |
| 60 | +- fix: declaring empty emits like `defineEmits<{}>()` would fail the type-checking process ([#2370](https://github.com/johnsoncodehk/volar/issues/2370)) |
| 61 | +- fix: ignore `name` prop / attr for slot ([#2308](https://github.com/johnsoncodehk/volar/issues/2308)) |
| 62 | + |
| 63 | +**Breaking changes** |
| 64 | + |
| 65 | +- Removed pug convert tool |
| 66 | +- Removed script setup convert tool |
| 67 | +- Unsupported tracing for vue-tsc ([#2378](https://github.com/johnsoncodehk/volar/issues/2378)) |
| 68 | +- Extract Vite, Nuxt and component preview features to [Vue and Nuxt Preview](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-vue-preview) |
| 69 | + - feat: support `vite-plugin-vue-component-preview` for nuxt 3.2 |
| 70 | + - feat: add `vue-preview.root` setting for Nuxt component preview |
| 71 | + - fix: prevent random creation of multiple preview terminals |
| 72 | + - fix: support nuxt preview without vite serving allow list ([#2287](https://github.com/johnsoncodehk/volar/issues/2287)) |
| 73 | + |
63 | 74 | ## 1.0.24 (2023/1/8)
|
64 | 75 |
|
65 | 76 | - feat: add `vueCompilerOptions.macros` setting for vue-macros plugins
|
|
0 commit comments