diff --git a/CHANGELOG.md b/CHANGELOG.md index 108b149e8d53..8236ef621ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ * **mini-runner:** 修复 watch bug ([e85a9aa](https://github.com/NervJS/taro/commit/e85a9aa)) * **mini-runner:** 修复 watch 时文件报错导致无法重新编译的问题,fix [#4949](https://github.com/NervJS/taro/issues/4949) ([2c29f9f](https://github.com/NervJS/taro/commit/2c29f9f)) * **mini-runner:** 修复 windows 下编译后 taro 引用错误的问题 ([6873611](https://github.com/NervJS/taro/commit/6873611)) +* **mini-runner:** 修复分包页面丢失的问题 ([b02e1e6](https://github.com/NervJS/taro/commit/b02e1e6)) * **mini-runner:** 修复对 alias 的支持 ([186f505](https://github.com/NervJS/taro/commit/186f505)) * **mini-runner:** 修复对 css modules 的支持 ([c2761f5](https://github.com/NervJS/taro/commit/c2761f5)) * **mini-runner:** 修复小程序编译报错 ([01b7261](https://github.com/NervJS/taro/commit/01b7261)) @@ -125,14 +126,14 @@ * **mini-runner:** 组件引用支持 import as 语法 ([58a5749](https://github.com/NervJS/taro/commit/58a5749)) * **quickapp:** pull-down-refresh page-scroll ([b74abbc](https://github.com/NervJS/taro/commit/b74abbc)) * **taro:** 修复快应用下拉刷新问题 ([dbc93f4](https://github.com/NervJS/taro/commit/dbc93f4)) +* **taro:** 小程序 webpack 编译静态文件路径 ([525b4a2](https://github.com/NervJS/taro/commit/525b4a2)) * **taro-cli:** update package list 新增 [@tarojs](https://github.com/tarojs)/mini-runner,对列表排序 ([c6df323](https://github.com/NervJS/taro/commit/c6df323)) +* **taro-quickapp:** 修复快应用事件绑定异常问题 ([d043991](https://github.com/NervJS/taro/commit/d043991)) * **template:** 更新 Taro 2.0 的模版和下载地址 [#4837](https://github.com/NervJS/taro/issues/4837) ([4cb31da](https://github.com/NervJS/taro/commit/4cb31da)) * position linter for quickapp 1060+ ([38e8cbe](https://github.com/NervJS/taro/commit/38e8cbe)) * pxtransform disable on quick-app ([18239dd](https://github.com/NervJS/taro/commit/18239dd)) * quickapp api upload from docs ([7cf26b5](https://github.com/NervJS/taro/commit/7cf26b5)) * somethings no need ([87d788a](https://github.com/NervJS/taro/commit/87d788a)) -* **taro:** 小程序 webpack 编译静态文件路径 ([525b4a2](https://github.com/NervJS/taro/commit/525b4a2)) -* **taro-quickapp:** 修复快应用事件绑定异常问题 ([d043991](https://github.com/NervJS/taro/commit/d043991)) * **transformer:** 修复测试用例 ([a9d7f9a](https://github.com/NervJS/taro/commit/a9d7f9a)) * **transformer:** 修复错误类型 ([051dafb](https://github.com/NervJS/taro/commit/051dafb)) * **transformer:** 支持直接 import default ([c1e3fae](https://github.com/NervJS/taro/commit/c1e3fae)) diff --git a/website/versions.json b/website/versions.json index 7ac98095a857..349023c2e382 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "2.0.0-beta.6", "2.0.0-beta.5", "2.0.0-beta.3", "2.0.0-beta.4",