|
1 | 1 | <a name="1.1.0-beta.7"></a> |
2 | 2 | # [1.1.0-beta.7](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.6...v1.1.0-beta.7) (2021-08-09) |
3 | 3 |
|
4 | | - |
5 | 4 | ### Bug Fixes |
6 | 5 |
|
7 | 6 | * **effectScope:** should have a vaild scope with component ([da21873](https://github.com/vuejs/composition-api/commit/da21873)) |
8 | 7 |
|
9 | 8 |
|
10 | | - |
11 | 9 | <a name="1.1.0-beta.6"></a> |
12 | 10 | # [1.1.0-beta.6](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.5...v1.1.0-beta.6) (2021-08-09) |
13 | 11 |
|
14 | | - |
15 | | -### Features |
16 | | - |
17 | 12 | * new watchPostEffect api ([92fe90c](https://github.com/vuejs/composition-api/commit/92fe90c)) |
18 | 13 | * support second target argument for lifecycle functions ([0133c1e](https://github.com/vuejs/composition-api/commit/0133c1e)) |
19 | 14 |
|
20 | 15 |
|
21 | | - |
22 | | -<a name="1.1.0-beta.5"></a> |
23 | | -# [1.1.0-beta.5](https://github.com/vuejs/composition-api/compare/v1.0.5...v1.1.0-beta.5) (2021-08-01) |
24 | | - |
25 | | - |
26 | | - |
27 | 16 | <a name="1.1.0-beta.4"></a> |
28 | 17 | # [1.1.0-beta.4](https://github.com/vuejs/composition-api/compare/v1.0.4...v1.1.0-beta.4) (2021-07-22) |
29 | 18 |
|
|
63 | 52 | * implement `effectScope` api ([#762](https://github.com/vuejs/composition-api/issues/762)) ([fcadec2](https://github.com/vuejs/composition-api/commit/fcadec2)) |
64 | 53 |
|
65 | 54 |
|
| 55 | +### Features |
66 | 56 |
|
67 | | -<a name="1.1.0-beta.4"></a> |
68 | | -# [1.1.0-beta.4](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.3...v1.1.0-beta.4) (2021-07-22) |
69 | | - |
70 | | - |
71 | | -### Bug Fixes |
72 | | - |
73 | | -* revert module field to `esm.js` version, close [#769](https://github.com/vuejs/composition-api/issues/769) ([92afa6f](https://github.com/vuejs/composition-api/commit/92afa6f)) |
74 | | - |
75 | | - |
76 | | - |
77 | | -<a name="1.1.0-beta.3"></a> |
78 | | -# [1.1.0-beta.3](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.2...v1.1.0-beta.3) (2021-07-18) |
79 | | - |
80 | | - |
81 | | -### Bug Fixes |
82 | | - |
83 | | -* build for mjs and exports all submodules ([c116714](https://github.com/vuejs/composition-api/commit/c116714)) |
84 | | - |
85 | | - |
86 | | - |
87 | | -<a name="1.1.0-beta.2"></a> |
88 | | -# [1.1.0-beta.2](https://github.com/vuejs/composition-api/compare/v1.1.0-beta.1...v1.1.0-beta.2) (2021-07-16) |
89 | | - |
90 | | - |
91 | | -### Bug Fixes |
92 | | - |
93 | | -* **effectScope:** should stop along with parent component ([784d96c](https://github.com/vuejs/composition-api/commit/784d96c)) |
94 | | - |
| 57 | +* implement `effectScope` api ([#762](https://github.com/vuejs/composition-api/issues/762)) ([fcadec2](https://github.com/vuejs/composition-api/commit/fcadec2)) |
| 58 | +* support second target argument for lifecycle functions ([3f3b9c6](https://github.com/vuejs/composition-api/commit/3f3b9c6)) |
95 | 59 |
|
96 | 60 |
|
97 | | -<a name="1.1.0-beta.1"></a> |
98 | | -# [1.1.0-beta.1](https://github.com/vuejs/composition-api/compare/v1.0.2...v1.1.0-beta.1) (2021-07-16) |
| 61 | +<a name="1.0.6"></a> |
| 62 | +## [1.0.6](https://github.com/vuejs/composition-api/compare/v1.0.5...v1.0.6) (2021-08-09) |
99 | 63 |
|
100 | 64 |
|
101 | 65 | ### Features |
102 | 66 |
|
103 | | -* implement `effectScope` api ([#762](https://github.com/vuejs/composition-api/issues/762)) ([fcadec2](https://github.com/vuejs/composition-api/commit/fcadec2)) |
104 | | - |
105 | 67 | <a name="1.0.5"></a> |
106 | 68 | ## [1.0.5](https://github.com/vuejs/composition-api/compare/v1.0.4...v1.0.5) (2021-08-01) |
107 | 69 |
|
|
0 commit comments