Skip to content

Commit

Permalink
chore: changelog && docs
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 26, 2019
1 parent 7ecf1ea commit c67163b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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))
Expand Down
1 change: 1 addition & 0 deletions website/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"2.0.0-beta.6",
"2.0.0-beta.5",
"2.0.0-beta.3",
"2.0.0-beta.4",
Expand Down

0 comments on commit c67163b

Please sign in to comment.