Skip to content

Commit 0198f9f

Browse files
committed
chore: document TS changes in changelog [ci skip]
1 parent a6e7498 commit 0198f9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ In addition, the following features are explicitly **NOT** ported:
117117
- ❌ Reactivity transform (still experimental)
118118
-`expose` option is not supported for options components (but `defineExpose()` is supported in `<script setup>`).
119119

120+
### TypeScript Changes
121+
122+
- `defineComponent` provides improved type inference similar to that of Vue 3. Note the type of `this` inside `defineComponent()` is not interoperable with `this` from `Vue.extend()`.
123+
124+
- Similar to Vue 3, TSX support is now built-in. If your project previously had manual JSX type shims, make sure to remove them.
125+
120126
## Upgrade Guide
121127

122128
### Vue CLI / webpack

0 commit comments

Comments
 (0)