1 | # Change Log
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 |
|
6 | <a name="0.0.69-beta.0"></a>
|
7 | ## [0.0.69-beta.0](https://github.com/NervJS/taro/compare/v0.0.68...v0.0.69-beta.0) (2018-07-08)
|
8 |
|
9 |
|
10 | ### Bug Fixes
|
11 |
|
12 | * **taro-weapp:** 页面退出清除缓存后,再次进入未能初始化 state ([08f63fd](https://github.com/NervJS/taro/commit/08f63fd))
|
13 |
|
14 |
|
15 |
|
16 |
|
17 | <a name="0.0.68-beta.2"></a>
|
18 | ## [0.0.68-beta.2](https://github.com/NervJS/taro/compare/v0.0.68-beta.1...v0.0.68-beta.2) (2018-07-05)
|
19 |
|
20 |
|
21 | ### Bug Fixes
|
22 |
|
23 | * **taro-weapp:** createData try catch 后暴露错误 ([d0fef0d](https://github.com/NervJS/taro/commit/d0fef0d))
|
24 |
|
25 |
|
26 |
|
27 |
|
28 | <a name="0.0.68-beta.0"></a>
|
29 | ## [0.0.68-beta.0](https://github.com/NervJS/taro/compare/v0.0.67...v0.0.68-beta.0) (2018-07-05)
|
30 |
|
31 |
|
32 | ### Bug Fixes
|
33 |
|
34 | * **taro-weapp:** 自定义组件 componentDidMount 不触发 ([351b858](https://github.com/NervJS/taro/commit/351b858))
|
35 | * **taro-weapp:** 自定义组件无法接受来自 redux 等的外部 props ([76a397c](https://github.com/NervJS/taro/commit/76a397c))
|
36 |
|
37 |
|
38 |
|
39 |
|
40 | <a name="0.0.67-beta.2"></a>
|
41 | ## [0.0.67-beta.2](https://github.com/NervJS/taro/compare/v0.0.67-beta.1...v0.0.67-beta.2) (2018-07-04)
|
42 |
|
43 |
|
44 | ### Bug Fixes
|
45 |
|
46 | * **taro-weapp:** 组件状态被重置 ([fdf5ef2](https://github.com/NervJS/taro/commit/fdf5ef2))
|
47 |
|
48 |
|
49 |
|
50 |
|
51 | <a name="0.0.67-beta.0"></a>
|
52 | ## [0.0.67-beta.0](https://github.com/NervJS/taro/compare/v0.0.66...v0.0.67-beta.0) (2018-07-04)
|
53 |
|
54 |
|
55 | ### Bug Fixes
|
56 |
|
57 | * **taro-weapp:** 组件初始化放到页面 onLoad 里 ([5a8ede0](https://github.com/NervJS/taro/commit/5a8ede0))
|