|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 1.8.19 (2023/10/11) |
4 |
| - |
5 |
| -- feat: no longer checking save time ([#3650](https://github.com/vuejs/language-tools/issues/3650)) |
6 |
| -- fix(ts-plugin): tsserver doesnt have updated list of external files when new vue files are added (required TS 5.3) ([#3555](https://github.com/vuejs/language-tools/issues/3555)) ([#3649](https://github.com/vuejs/language-tools/issues/3649)) |
7 |
| -- fix: false positive error when accessing local variables in defineProps parameter ([#3643](https://github.com/vuejs/language-tools/issues/3643)) ([#3644](https://github.com/vuejs/language-tools/issues/3644)) - thanks @so1ve |
| 3 | +## 1.8.20 (2023/10/23) |
| 4 | + |
| 5 | +- feat: added Italian integration documentation |
| 6 | +- feat: enforce `v-bind` argument to be an object ([#3666](https://github.com/vuejs/language-tools/issues/3666)) - thanks @so1ve |
| 7 | +- fix: JSDoc comments not emitted when using type-only defineProps macro ([#3645](https://github.com/vuejs/language-tools/issues/3645)) |
| 8 | +- fix: autocomplete for directive comments without a space ([#3665](https://github.com/vuejs/language-tools/issues/3665)) - thanks @so1ve |
| 9 | +- fix: fix slot type when using a interpolation in template string ([#3657](https://github.com/vuejs/language-tools/issues/3657)) - thanks @so1ve |
| 10 | +- fix: add autocomplete for v-slot parameters ([#3661](https://github.com/vuejs/language-tools/issues/3661)) - thanks @so1ve |
| 11 | +- fix: export correct SlotsPropertyName for vue2 ([#3669](https://github.com/vuejs/language-tools/issues/3669)) - thanks @zhiyuanzmj |
| 12 | +- fix(types): infer discriminated unions in child component props ([#3672](https://github.com/vuejs/language-tools/issues/3669)) - thanks @davidmatter |
| 13 | +- fix: access to slots directly ([#3671](https://github.com/vuejs/language-tools/issues/3671)) - thanks @so1ve |
| 14 | +- fix: autocomplete not working for `$event` ([#3668](https://github.com/vuejs/language-tools/issues/3668)) - thanks @so1ve |
| 15 | +- perf: remove duplicate virtual code for native tags |
| 16 | +- chore: rename `volar` to `vue` in diagnostics ([#3667](https://github.com/vuejs/language-tools/issues/3667)) - thanks @so1ve |
| 17 | +- chore: publish ts plugin to open-vsx ([#3589](https://github.com/vuejs/language-tools/issues/3589)) - thanks @brc-dd |
8 | 18 |
|
9 | 19 | ### Full-time Support by
|
10 | 20 |
|
|
59 | 69 | <a href="https://opencollective.com/volarjs">Open Collective</a>
|
60 | 70 | </h5>
|
61 | 71 |
|
| 72 | +## 1.8.19 (2023/10/11) |
| 73 | + |
| 74 | +- feat: no longer checking save time ([#3650](https://github.com/vuejs/language-tools/issues/3650)) |
| 75 | +- fix(ts-plugin): tsserver doesnt have updated list of external files when new vue files are added (required TS 5.3) ([#3555](https://github.com/vuejs/language-tools/issues/3555)) ([#3649](https://github.com/vuejs/language-tools/issues/3649)) |
| 76 | +- fix: false positive error when accessing local variables in defineProps parameter ([#3643](https://github.com/vuejs/language-tools/issues/3643)) ([#3644](https://github.com/vuejs/language-tools/issues/3644)) - thanks @so1ve |
| 77 | + |
62 | 78 | ## 1.8.18 (2023/10/9)
|
63 | 79 |
|
64 | 80 | #### Upgrade required VSCode version to 1.82.0 ([#3642](https://github.com/vuejs/language-tools/issues/3642))
|
|
0 commit comments