Skip to content

Commit b99b210

Browse files
committed
chore: 0.5.0 changelog
1 parent 52e01d8 commit b99b210

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.5.0
2+
3+
- New: `watchEffect` function, lingin up with the latest version of the RFC ([RFC docs](https://vue-composition-api-rfc.netlify.com/api.html#watcheffect)) (#275)
4+
- Fix: `setup` from a mixin should called before the componen's own (#276)
5+
- Fix(types): Fix corner case in `UnWrapRef` internal type (#261)
6+
- types: Add `Element` to bailout types for unwrapping (#278)
7+
18
# 0.4.0
29

310
- **Refactor: rename `createComponent` to `defineComponent`** (the `createComponent` function is still there but deprecated) [#230](https://github.com/vuejs/composition-api/issues/230)

0 commit comments

Comments
 (0)