8000 chore: update changelog · vuejs/composition-api@b2ccd3d · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ccd3d

Browse files
committed
chore: update changelog
1 parent eec2107 commit b2ccd3d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@
66

77
* SSR renderComponent computed error, [#464](https://github.com/vuejs/composition-api/issues/464) ([#465](https://github.com/vuejs/composition-api/issues/465)) ([123e60e](https://github.com/vuejs/composition-api/commit/123e60e))
88

9+
<a name="1.0.0-beta.7"></a>
10+
# [1.0.0-beta.7](https://github.com/vuejs/composition-api/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2020-08-07)
11+
12+
### BREAKING CHANGES
13+
14+
* template auto ref unwrapping are now applied shallowly,
15+
i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for
16+
more details.
17+
18+
19+
### Features
20+
21+
* `proxyRefs` method and `ShallowUnwrapRefs` type ([#456](https://github.com/vuejs/composition-api/issues/456)) ([149821a](https://github.com/vuejs/composition-api/commit/149821a))
22+
23+
24+
### Performance Improvements
25+
26+
* more light-weight computed ([#452](https://github.com/vuejs/composition-api/issues/452)) ([95d87f1](https://github.com/vuejs/composition-api/commit/95d87f1))
27+
928

1029

1130
<a name="1.0.0-beta.6"></a>

0 commit comments

Comments
 (0)
0