Skip to content

Commit

Permalink
chore: changelog & docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche authored and luckyadam committed Jan 7, 2020
1 parent ea6c235 commit 559406f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 32 deletions.
65 changes: 33 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,44 @@
### Bug Fixes

* **cli:** 2.0.0-beta.8. 编译RN报错 'babel' of undefined close [#5093](https://github.com/NervJS/taro/issues/5093) ([d69b357](https://github.com/NervJS/taro/commit/d69b357))
* use rimraf instead of rm to fixed Windows build error ([824636d](https://github.com/NervJS/taro/commit/824636d))
* **cli:** 修正快应用依赖项安装命令在windows不兼容问题 ([#4954](https://github.com/NervJS/taro/issues/4954)) ([187da68](https://github.com/NervJS/taro/commit/187da68))
* **cli:** 更新默认模板 ([e82acf0](https://github.com/NervJS/taro/commit/e82acf0))
* **cli:** 解决 cli 编译时缺少 [@types](https://github.com/types)/react 依赖问题 ([#4997](https://github.com/NervJS/taro/issues/4997)) ([d32622d](https://github.com/NervJS/taro/commit/d32622d))
* **components-qa:** 修复页面 onReachBottom 事件不触发的问题 ([b4cffab](https://github.com/NervJS/taro/commit/b4cffab))
* **components-qa:** 改进 button 动画效果展示,引入 css 属性描述文件 ([#4898](https://github.com/NervJS/taro/issues/4898)) ([c7d7011](https://github.com/NervJS/taro/commit/c7d7011))
* **mini-runner:** 优化 watch 时文件编译速度 ([4c33aa8](https://github.com/NervJS/taro/commit/4c33aa8))
* **mini-runner:** 修复 defineConstants 小程序表现与 H5 不一致问题 close [#5078](https://github.com/NervJS/taro/issues/5078) ([206e491](https://github.com/NervJS/taro/commit/206e491))
* **mini-runner:** 修复 sass 变量失效的问题,close [#4893](https://github.com/NervJS/taro/issues/4893) ([6c16420](https://github.com/NervJS/taro/commit/6c16420))
* **mini-runner:** 修复 watch 时文件报错导致无法重新编译的问题,fix [#4949](https://github.com/NervJS/taro/issues/4949) ([b557da5](https://github.com/NervJS/taro/commit/b557da5))
* **mini-runner:** 修复 windows 下编译后 taro 引用错误的问题 ([78e9b6b](https://github.com/NervJS/taro/commit/78e9b6b))
* **mini-runner:** 修复使用 preval 报错的问题 ([823dd84](https://github.com/NervJS/taro/commit/823dd84))
* **mini-runner:** 修复分包页面丢失的问题 ([96aede6](https://github.com/NervJS/taro/commit/96aede6))
* **mini-runner:** 修复包未安装不报错的问题 ([b0cc06e](https://github.com/NervJS/taro/commit/b0cc06e))
* **mini-runner:** 修复对 alias 的支持 ([af3750c](https://github.com/NervJS/taro/commit/af3750c))
* **mini-runner:** 修复小程序编译时样式中引用静态资源转换为 base64 ([bbb4160](https://github.com/NervJS/taro/commit/bbb4160))
* **mini-runner:** 修复引用原生组件报错的问题 ([854f2a1](https://github.com/NervJS/taro/commit/854f2a1))
* **mini-runner:** 修复引用原生组件编译后样式文件缺失的问题 ([5191135](https://github.com/NervJS/taro/commit/5191135))
* **mini-runner:** 修复快应用打包报错的问题 ([b4899e6](https://github.com/NervJS/taro/commit/b4899e6))
* **mini-runner:** 修复页面 hooks config 失效问题 ([3a9160a](https://github.com/NervJS/taro/commit/3a9160a))
* **mini-runner:** 修正快应用pages中ux文件未正确生成问题 ([#4969](https://github.com/NervJS/taro/issues/4969)) ([b527481](https://github.com/NervJS/taro/commit/b527481))
* **mini-runner:** 加入 preval 支持 ([6a91a4c](https://github.com/NervJS/taro/commit/6a91a4c))
* **mini-runner:** 暴露 commonChunks 配置以供自定义公共 chunks 生成 ([88f864b](https://github.com/NervJS/taro/commit/88f864b))
* **types:** add enableFlex to ScrollViewProps ([#5142](https://github.com/NervJS/taro/issues/5142)) ([67f3569](https://github.com/NervJS/taro/commit/67f3569))
* for video objectFit ([8e0af69](https://github.com/NervJS/taro/commit/8e0af69))
* use rimraf instead of rm to fixed Windows build error ([824636d](https://github.com/NervJS/taro/commit/824636d))
* **mini-runner:** 增加快应用公共属性的自动更新,优化button动画直接调用 ([#5044](https://github.com/NervJS/taro/issues/5044)) ([808e7a2](https://github.com/NervJS/taro/commit/808e7a2))
* **mini-runner:** 快应用页面路径编译错误 ([14fdfc2](https://github.com/NervJS/taro/commit/14fdfc2))
* **mini-runner:** 更新编译时提示 ([a892280](https://github.com/NervJS/taro/commit/a892280))
* **mini-runner:** 移除无用代码 ([e783f58](https://github.com/NervJS/taro/commit/e783f58))
* **mini-runner:** 组件中 $componentPath 路径生成不对 ([294f780](https://github.com/NervJS/taro/commit/294f780))
* **mini-runner:** 组件引入支持统一从一个入口文件中引入 ([f1b8e74](https://github.com/NervJS/taro/commit/f1b8e74))
* **mini-runner:** 组件引用支持 import as 语法 ([f96d5f5](https://github.com/NervJS/taro/commit/f96d5f5))
* **quickapp:** pull-down-refresh page-scroll ([96bc005](https://github.com/NervJS/taro/commit/96bc005))
* **taro:** 增加递归查找中止条件,修正拼写错误 ([#5045](https://github.com/NervJS/taro/issues/5045)) ([ebc118c](https://github.com/NervJS/taro/commit/ebc118c))
* **taro-cli:** update package list 新增 [@tarojs](https://github.com/tarojs)/mini-runner,对列表排序 ([231f295](https://github.com/NervJS/taro/commit/231f295))
* **taro-runner-utils:** 优化代码,修复找不到类型定义的问题 ([20a62a2](https://github.com/NervJS/taro/commit/20a62a2))
* **taro-webpack-runner:** 修复 sassLoaderOption 未定义的问题 ([626a2f5](https://github.com/NervJS/taro/commit/626a2f5))
* **template:** 更新 Taro 2.0 的模版和下载地址 [#4837](https://github.com/NervJS/taro/issues/4837) ([164efed](https://github.com/NervJS/taro/commit/164efed))
* quickapp api upload from docs ([af51c50](https://github.com/NervJS/taro/commit/af51c50))
* **cli:** lerna 加入 taro-mini-runner && 接入 webpack 生成小程序文件 ([c168a5e](https://github.com/NervJS/taro/commit/c168a5e))
* **cli:** 修复 doctor 对 config 的检测 ([f9057b3](https://github.com/NervJS/taro/commit/f9057b3))
Expand All @@ -67,54 +99,23 @@
* **cli:** 编译器参数调整 ([3a46e94](https://github.com/NervJS/taro/commit/3a46e94))
* **components:** h5 image 删除无关代码 ([#4998](https://github.com/NervJS/taro/issues/4998)) ([4d3e43b](https://github.com/NervJS/taro/commit/4d3e43b))
* **components:** 修复 Image 组件在 react 环境下报错的问题 ([b83d8b1](https://github.com/NervJS/taro/commit/b83d8b1))
* **components-qa:** 修复页面 onReachBottom 事件不触发的问题 ([b4cffab](https://github.com/NervJS/taro/commit/b4cffab))
* **components-qa:** 改进 button 动画效果展示,引入 css 属性描述文件 ([#4898](https://github.com/NervJS/taro/issues/4898)) ([c7d7011](https://github.com/NervJS/taro/commit/c7d7011))
* **jd:** 修复合并代码导致的京东小程序的编译问题 ([f3d5f25](https://github.com/NervJS/taro/commit/f3d5f25))
* **mini-runner:** npm 中文件不会经过 taro 包替换操作 ([8dd2d0b](https://github.com/NervJS/taro/commit/8dd2d0b))
* **mini-runner:** 优化 watch 时文件编译速度 ([4c33aa8](https://github.com/NervJS/taro/commit/4c33aa8))
* **mini-runner:** 优化 webpack 编译时样式处理 ([4c25181](https://github.com/NervJS/taro/commit/4c25181))
* **mini-runner:** 修复 builder 的 hooks 调用 ([b1f5f49](https://github.com/NervJS/taro/commit/b1f5f49))
* **mini-runner:** 修复 sass 变量失效的问题,close [#4893](https://github.com/NervJS/taro/issues/4893) ([6c16420](https://github.com/NervJS/taro/commit/6c16420))
* **mini-runner:** 修复 tabbar 编译及组件 watch 的问题 ([b602aad](https://github.com/NervJS/taro/commit/b602aad))
* **mini-runner:** 修复 watch bug ([4f1e989](https://github.com/NervJS/taro/commit/4f1e989))
* **mini-runner:** 修复 watch 时文件报错导致无法重新编译的问题,fix [#4949](https://github.com/NervJS/taro/issues/4949) ([b557da5](https://github.com/NervJS/taro/commit/b557da5))
* **mini-runner:** 修复 windows 下编译后 taro 引用错误的问题 ([78e9b6b](https://github.com/NervJS/taro/commit/78e9b6b))
* **mini-runner:** 修复使用 preval 报错的问题 ([823dd84](https://github.com/NervJS/taro/commit/823dd84))
* **mini-runner:** 修复分包页面丢失的问题 ([96aede6](https://github.com/NervJS/taro/commit/96aede6))
* **mini-runner:** 修复包未安装不报错的问题 ([b0cc06e](https://github.com/NervJS/taro/commit/b0cc06e))
* **mini-runner:** 修复对 alias 的支持 ([af3750c](https://github.com/NervJS/taro/commit/af3750c))
* **mini-runner:** 修复对 css modules 的支持 ([38d0140](https://github.com/NervJS/taro/commit/38d0140))
* **mini-runner:** 修复小程序编译报错 ([74c4855](https://github.com/NervJS/taro/commit/74c4855))
* **mini-runner:** 修复小程序编译时样式中引用静态资源转换为 base64 ([bbb4160](https://github.com/NervJS/taro/commit/bbb4160))
* **mini-runner:** 修复引用 npm 中组件间存在依赖时依赖路径解析错误的问题 ([29c3b97](https://github.com/NervJS/taro/commit/29c3b97))
* **mini-runner:** 修复引用原生组件报错的问题 ([854f2a1](https://github.com/NervJS/taro/commit/854f2a1))
* **mini-runner:** 修复引用原生组件编译后样式文件缺失的问题 ([5191135](https://github.com/NervJS/taro/commit/5191135))
* **mini-runner:** 修复快应用打包报错的问题 ([b4899e6](https://github.com/NervJS/taro/commit/b4899e6))
* **mini-runner:** 修复快应用编译后页面标题展示不正确的问题 ([f3d5b53](https://github.com/NervJS/taro/commit/f3d5b53))
* **taro:** 修复快应用下拉刷新问题 ([cc4da7e](https://github.com/NervJS/taro/commit/cc4da7e))
* position linter for quickapp 1060+ ([3ca6737](https://github.com/NervJS/taro/commit/3ca6737))
* **mini-runner:** 修复普通小程序编译的问题 ([0f2ab1a](https://github.com/NervJS/taro/commit/0f2ab1a))
* **mini-runner:** 修复页面 hooks config 失效问题 ([3a9160a](https://github.com/NervJS/taro/commit/3a9160a))
* **mini-runner:** 修正快应用pages中ux文件未正确生成问题 ([#4969](https://github.com/NervJS/taro/issues/4969)) ([b527481](https://github.com/NervJS/taro/commit/b527481))
* **mini-runner:** 加上文件编译提示 ([66268c1](https://github.com/NervJS/taro/commit/66268c1))
* **mini-runner:** 加入 preval 支持 ([6a91a4c](https://github.com/NervJS/taro/commit/6a91a4c))
* **mini-runner:** 只有 taro 的包不能经过依赖包名替换 ([e88aab8](https://github.com/NervJS/taro/commit/e88aab8))
* **mini-runner:** 增加快应用公共属性的自动更新,优化button动画直接调用 ([#5044](https://github.com/NervJS/taro/issues/5044)) ([808e7a2](https://github.com/NervJS/taro/commit/808e7a2))
* **mini-runner:** 快应用页面路径编译错误 ([14fdfc2](https://github.com/NervJS/taro/commit/14fdfc2))
* **mini-runner:** 打包优化,引用自 npm 包中的组件不抽离至 vendors 中 ([c3e6ff1](https://github.com/NervJS/taro/commit/c3e6ff1))
* **mini-runner:** 暴露 commonChunks 配置以供自定义公共 chunks 生成 ([88f864b](https://github.com/NervJS/taro/commit/88f864b))
* **mini-runner:** 更新编译时提示 ([a892280](https://github.com/NervJS/taro/commit/a892280))
* **mini-runner:** 移除无用代码 ([e783f58](https://github.com/NervJS/taro/commit/e783f58))
* **mini-runner:** 组件中 $componentPath 路径生成不对 ([294f780](https://github.com/NervJS/taro/commit/294f780))
* **mini-runner:** 组件引入支持统一从一个入口文件中引入 ([f1b8e74](https://github.com/NervJS/taro/commit/f1b8e74))
* **mini-runner:** 组件引用支持 import as 语法 ([f96d5f5](https://github.com/NervJS/taro/commit/f96d5f5))
* **quickapp:** pull-down-refresh page-scroll ([96bc005](https://github.com/NervJS/taro/commit/96bc005))
* **taro:** 增加递归查找中止条件,修正拼写错误 ([#5045](https://github.com/NervJS/taro/issues/5045)) ([ebc118c](https://github.com/NervJS/taro/commit/ebc118c))
* **taro-cli:** update package list 新增 [@tarojs](https://github.com/tarojs)/mini-runner,对列表排序 ([231f295](https://github.com/NervJS/taro/commit/231f295))
* **taro-quickapp:** 修复快应用事件绑定异常问题 ([d8b7df0](https://github.com/NervJS/taro/commit/d8b7df0))
* **taro-runner-utils:** 优化代码,修复找不到类型定义的问题 ([20a62a2](https://github.com/NervJS/taro/commit/20a62a2))
* **taro-webpack-runner:** 修复 sassLoaderOption 未定义的问题 ([626a2f5](https://github.com/NervJS/taro/commit/626a2f5))
* **template:** 更新 Taro 2.0 的模版和下载地址 [#4837](https://github.com/NervJS/taro/issues/4837) ([164efed](https://github.com/NervJS/taro/commit/164efed))
* pxtransform disable on quick-app ([f3519dd](https://github.com/NervJS/taro/commit/f3519dd))
* somethings no need ([f1b5fe9](https://github.com/NervJS/taro/commit/f1b5fe9))
* **mini-runner:** 提前解析快应用页面 ([9b35199](https://github.com/NervJS/taro/commit/9b35199))
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.10",
"2.0.0-beta.9",
"2.0.0-beta.8",
"2.0.0-beta.6",
Expand Down

0 comments on commit 559406f

Please sign in to comment.