We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57901e6 commit 97c147bCopy full SHA for 97c147b
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## 0.27.28
4
+
5
+- feat: support generic `$slots` types
6
+- feat: improve `v-for` typing [#546](https://github.com/johnsoncodehk/volar/pull/546)
7
+- feat: support vue project isn't root folder ([#541](https://github.com/johnsoncodehk/volar/issues/541))
8
+- fix: slots type of any type component incorrect ([#547](https://github.com/johnsoncodehk/volar/issues/547))
9
+- fix: optional `$slots` type incorrect
10
+- fix: ignore union type component to avoid error in template ([vue-tsc#80](https://github.com/johnsoncodehk/vue-tsc/issues/80))
11
12
## 0.27.27
13
14
- feat: support slots type-checking by `$slots` property ([#539](https://github.com/johnsoncodehk/volar/issues/539))
0 commit comments