You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
# 0.6.0
2
2
3
-
PLACEHOLDER
3
+
Great thanks to @pikax for #311, which makes most of the APIs better aligned with the latest vue-next.
4
+
5
+
## BREAKING CHANGE
6
+
7
+
- The `lazy` option of `watch` has been replaced by the opposite `immediate` option, which defaults to false. (It's ignored when using the effect signature). [more details](https://github.com/vuejs/vue-next/blob/master/CHANGELOG.md#breaking-changes-12) (#266)
8
+
- Rename `nonReactive` to `markRaw`
9
+
-`UnwrapRef` types from `vue-next` this can cause some incompatibilities.
10
+
11
+
## Bug Fixes
12
+
13
+
- Added missing reactivity API from vue-next, #311, @pikax
14
+
- Fix return type of `toRefs`, #315,
15
+
- Fix incorrect ref typing, #344, @antfu
16
+
- Binding context vm when using function without parentheses, #148, @pikax
17
+
-**computed**: destroy helper vm of computed to prevent memleak, #277, @LinusBorg
0 commit comments