8000 chore: changelog for 0.4.0 · pikax/vue-function-api@ea48e3e · GitHub
[go: up one dir, main page]

Skip to content

Commit ea48e3e

Browse files
committed
chore: changelog for 0.4.0
1 parent 5961705 commit ea48e3e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.4.0
2+
3+
- **Refactor: rename `createComponent` to `defineComponent`** (the `createComponent` function is still there but deprecated) [#230](https://github.com/vuejs/composition-api/issues/230)
4+
- Fix: correct the symbol check; fixes the compatibility issue in iOS 9 [#218](https://github.com/vuejs/composition-api/pull/218)
5+
- Fix: avoid accessing undeclared instance fields on type-level; fixes Vetur template type checking; fixes vue-router type compatibility [#189](https://github.com/vuejs/composition-api/pull/189)
6+
- Fix: `onUnmounted` should not be run on `deactivated` [#217](https://github.com/vuejs/composition-api/pull/217)
7+
18
# 0.3.4
29

310
- Fixed `reactive` setter not working on the server.

0 commit comments

Comments
 (0)
0