From f33b77cc9fa3018067fb510fd9be8905dc66f967 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Fri, 9 Dec 2022 06:47:48 +0800 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88fa9a7e6..56257fafa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## 1.0.11 (2022/12/3) +## 1.0.12 (2022/12/9) -- fix(vue-tsc): dts emit do not generated `DefineComponent` type ([#2161](https://github.com/johnsoncodehk/volar/issues/2161)) -- fix: global components types loss in vue 2 projects ([#2157](https://github.com/johnsoncodehk/volar/issues/2157)) -- fix: Vite / Nuxt app preview crash when template includes `` tag +- feat: added `@volar/vscode-language-client` package ([#2181](https://github.com/johnsoncodehk/volar/issues/2181)) +- fix: document content messed up randomly ([#1807](https://github.com/johnsoncodehk/volar/issues/1807)) +- fix: "Show Virtual Files" mapping background color unclear with light theme ([#2147](https://github.com/johnsoncodehk/volar/issues/2147)) ([#2170](https://github.com/johnsoncodehk/volar/issues/2170)) +- fix: props type checking not working for Element Plus components ([#2176](https://github.com/johnsoncodehk/volar/issues/2176)) ([#2180](https://github.com/johnsoncodehk/volar/issues/2180)) +- fix: attribute values being wrapped in parentheses while typing ([#2182](https://github.com/johnsoncodehk/volar/issues/2182)) +- fix: formatting crashes ([#2077](https://github.com/johnsoncodehk/volar/issues/2077)) +- fix: cannot emit component type with `DefineComponent` when template has slots ([#2161](https://github.com/johnsoncodehk/volar/issues/2161)) ### Special Sponsor @@ -24,6 +28,12 @@ +## 1.0.11 (2022/12/3) + +- fix(vue-tsc): dts emit do not generated `DefineComponent` type ([#2161](https://github.com/johnsoncodehk/volar/issues/2161)) +- fix: global components types loss in vue 2 projects ([#2157](https://github.com/johnsoncodehk/volar/issues/2157)) +- fix: Vite / Nuxt app preview crash when template includes `` tag + ## 1.0.10 (2022/11/29) - feat: add `volar.vueserver.json.customBlockSchemaUrls` setting to support preset json schema urls for custom blocks ([#2079](https://github.com/johnsoncodehk/volar/issues/2079))