|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.7.14 (2023/6/16) - pre-release |
4 | | - |
5 | | -- perf: intellisense is very slow when referencing lots of external .vue files ([#3264](https://github.com/vuejs/language-tools/issues/3264)) |
6 | | -- fix: read directory infinite recursion on Darwin os ([#3282](https://github.com/vuejs/language-tools/issues/3282)) |
7 | | - |
8 | | -## 1.7.13 (2023/6/15) - pre-release |
9 | | - |
10 | | -- feat: support Vue 3.3 `defineEmits` shorthand ([#3169](https://github.com/vuejs/language-tools/issues/3169)) ([#3283](https://github.com/vuejs/language-tools/issues/3283)) - thanks @so1ve |
11 | | -- feat: allow trailing text for directive comments (https://github.com/vuejs/language-tools/pull/3215#issuecomment-1591397008) |
12 | | -- feat: switch `vue.inlayHints.optionsWrapper` to disabled by default ([#3147](https://github.com/vuejs/language-tools/issues/3147)) - thanks @wenfangdu |
13 | | -- feat(component-meta): expose component type ([#3151](https://github.com/vuejs/language-tools/issues/3151)) ([#3286](https://github.com/vuejs/language-tools/issues/3286)) |
14 | | -- fix: can't define variables in inline event handler ([#3258](https://github.com/vuejs/language-tools/issues/3258)) ([#3280](https://github.com/vuejs/language-tools/issues/3280)) - thanks @so1ve |
15 | | -- fix(vue-tsc): `--emitDeclarationOnly` not working since 1.7.9 |
16 | | -- fix(vue-tsc): `@vue-expect-error`, `@vue-ignore` not working for vue-tsc ([#3284](https://github.com/vuejs/language-tools/issues/3284)) - thanks @sapphi-red |
17 | | -- fix: compatible functional component typecheck with TS 5.1.3 ([#3255](https://github.com/vuejs/language-tools/issues/3255)) |
| 3 | +## 1.8.0 (2023/6/17) ([Highlights](https://github.com/vuejs/language-tools/releases/tags/v1.8.0)) |
18 | 4 |
|
19 | 5 | --- |
20 | 6 |
|
|
52 | 38 | </h5> |
53 | 39 | </p> |
54 | 40 |
|
| 41 | +## 1.7.14 (2023/6/16) - pre-release |
| 42 | + |
| 43 | +- perf: intellisense is very slow when referencing lots of external .vue files ([#3264](https://github.com/vuejs/language-tools/issues/3264)) |
| 44 | +- fix: read directory infinite recursion on Darwin os ([#3282](https://github.com/vuejs/language-tools/issues/3282)) |
| 45 | + |
| 46 | +## 1.7.13 (2023/6/15) - pre-release |
| 47 | + |
| 48 | +- feat: support Vue 3.3 `defineEmits` shorthand ([#3169](https://github.com/vuejs/language-tools/issues/3169)) ([#3283](https://github.com/vuejs/language-tools/issues/3283)) - thanks @so1ve |
| 49 | +- feat: allow trailing text for directive comments (https://github.com/vuejs/language-tools/pull/3215#issuecomment-1591397008) |
| 50 | +- feat: switch `vue.inlayHints.optionsWrapper` to disabled by default ([#3147](https://github.com/vuejs/language-tools/issues/3147)) - thanks @wenfangdu |
| 51 | +- feat(component-meta): expose component type ([#3151](https://github.com/vuejs/language-tools/issues/3151)) ([#3286](https://github.com/vuejs/language-tools/issues/3286)) |
| 52 | +- fix: can't define variables in inline event handler ([#3258](https://github.com/vuejs/language-tools/issues/3258)) ([#3280](https://github.com/vuejs/language-tools/issues/3280)) - thanks @so1ve |
| 53 | +- fix(vue-tsc): `--emitDeclarationOnly` not working since 1.7.9 |
| 54 | +- fix(vue-tsc): `@vue-expect-error`, `@vue-ignore` not working for vue-tsc ([#3284](https://github.com/vuejs/language-tools/issues/3284)) - thanks @sapphi-red |
| 55 | +- fix: compatible functional component typecheck with TS 5.1.3 ([#3255](https://github.com/vuejs/language-tools/issues/3255)) |
| 56 | + |
55 | 57 | ## 1.7.12 (2023/6/14) - pre-release |
56 | 58 |
|
57 | 59 | - feat: reintroduce `nativeTags` ([#3279](https://github.com/vuejs/language-tools/issues/3279)) |
|
0 commit comments