Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 26, 2019
1 parent b4b1149 commit 211b991
Showing 1 changed file with 78 additions and 78 deletions.
156 changes: 78 additions & 78 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,84 @@
* createSelectorQuery Method`scrollOffset` fix ([e8af0a8](https://github.com/NervJS/taro/commit/e8af0a8))


### Bug Fixes

* **mini-runner:** 移除无用代码 ([c1020b1](https://github.com/NervJS/taro/commit/c1020b1))
* somethings no need ([2c2e503](https://github.com/NervJS/taro/commit/2c2e503))
* **cli:** lerna 加入 taro-mini-runner && 接入 webpack 生成小程序文件 ([93d2970](https://github.com/NervJS/taro/commit/93d2970))
* **cli:** 修复 doctor 对 config 的检测 ([3db882c](https://github.com/NervJS/taro/commit/3db882c))
* **cli:** 修复 watch 时文件修改不对的问题 ([ce3c0de](https://github.com/NervJS/taro/commit/ce3c0de))
* **cli:** 修复代码合并的问题 ([37c0525](https://github.com/NervJS/taro/commit/37c0525))
* **cli:** 修复目录创建 ([05bdd8a](https://github.com/NervJS/taro/commit/05bdd8a))
* **cli:** 修复配置文件中读取不到 process.env.TARO_ENV 的问题 ([b0b1f8f](https://github.com/NervJS/taro/commit/b0b1f8f))
* **cli:** 支持引用 node_modules 中组件 ([d21eb65](https://github.com/NervJS/taro/commit/d21eb65))
* **cli:** 普通文件经过编译器编译必须传入 isNormal ([4aed827](https://github.com/NervJS/taro/commit/4aed827))
* **cli:** 更新默认模板 ([f9f80a3](https://github.com/NervJS/taro/commit/f9f80a3))
* **cli:** 清理代码 ([91d35a2](https://github.com/NervJS/taro/commit/91d35a2))
* **cli:** 编译器参数调整 ([c5f3025](https://github.com/NervJS/taro/commit/c5f3025))
* **components-qa:** 修复页面 onReachBottom 事件不触发的问题 ([b13cc81](https://github.com/NervJS/taro/commit/b13cc81))
* **jd:** 修复合并代码导致的京东小程序的编译问题 ([97e2cff](https://github.com/NervJS/taro/commit/97e2cff))
* **mini-runner:** npm 中文件不会经过 taro 包替换操作 ([7bad73e](https://github.com/NervJS/taro/commit/7bad73e))
* **mini-runner:** 优化 webpack 编译时样式处理 ([b53f71c](https://github.com/NervJS/taro/commit/b53f71c))
* **mini-runner:** 修复 builder 的 hooks 调用 ([dd7ac8c](https://github.com/NervJS/taro/commit/dd7ac8c))
* **mini-runner:** 修复 tabbar 编译及组件 watch 的问题 ([8f5fc79](https://github.com/NervJS/taro/commit/8f5fc79))
* **mini-runner:** 修复 watch bug ([9afbed2](https://github.com/NervJS/taro/commit/9afbed2))
* **mini-runner:** 修复对 css modules 的支持 ([22cd897](https://github.com/NervJS/taro/commit/22cd897))
* **mini-runner:** 修复小程序编译报错 ([677bfba](https://github.com/NervJS/taro/commit/677bfba))
* **mini-runner:** 修复引用 npm 中组件间存在依赖时依赖路径解析错误的问题 ([f2869f6](https://github.com/NervJS/taro/commit/f2869f6))
* **mini-runner:** 修复快应用打包报错的问题 ([5e59963](https://github.com/NervJS/taro/commit/5e59963))
* **quickapp:** pull-down-refresh page-scroll ([157da75](https://github.com/NervJS/taro/commit/157da75))
* position linter for quickapp 1060+ ([fa8d91c](https://github.com/NervJS/taro/commit/fa8d91c))
* quickapp api upload from docs ([20b681c](https://github.com/NervJS/taro/commit/20b681c))
* **mini-runner:** 修复快应用编译后页面标题展示不正确的问题 ([b523f90](https://github.com/NervJS/taro/commit/b523f90))
* **mini-runner:** 修复普通小程序编译的问题 ([f5a2bc2](https://github.com/NervJS/taro/commit/f5a2bc2))
* **mini-runner:** 加上文件编译提示 ([61eef34](https://github.com/NervJS/taro/commit/61eef34))
* **mini-runner:** 只有 taro 的包不能经过依赖包名替换 ([498cc7f](https://github.com/NervJS/taro/commit/498cc7f))
* **mini-runner:** 打包优化,引用自 npm 包中的组件不抽离至 vendors 中 ([635f3e2](https://github.com/NervJS/taro/commit/635f3e2))
* **mini-runner:** 提前解析快应用页面 ([d5f72b9](https://github.com/NervJS/taro/commit/d5f72b9))
* **mini-runner:** 支持快应用编译后模板与样式的检测 ([2a8a681](https://github.com/NervJS/taro/commit/2a8a681))
* **taro:** 修复快应用下拉刷新问题 ([e429e7d](https://github.com/NervJS/taro/commit/e429e7d))
* **taro:** 小程序 webpack 编译静态文件路径 ([9806766](https://github.com/NervJS/taro/commit/9806766))
* **taro-quickapp:** 修复快应用事件绑定异常问题 ([eb3d9e5](https://github.com/NervJS/taro/commit/eb3d9e5))
* pxtransform disable on quick-app ([5ce3139](https://github.com/NervJS/taro/commit/5ce3139))
* **transformer:** 修复测试用例 ([219f493](https://github.com/NervJS/taro/commit/219f493))
* **transformer:** 修复错误类型 ([9d15238](https://github.com/NervJS/taro/commit/9d15238))
* **transformer:** 支持直接 import default ([2aa7bd7](https://github.com/NervJS/taro/commit/2aa7bd7))
* **webpack:** 修复文件压缩的问题 ([0398e85](https://github.com/NervJS/taro/commit/0398e85))


### Features

* audio context ([b73d25a](https://github.com/NervJS/taro/commit/b73d25a))
* mock for quickapp ([d578cea](https://github.com/NervJS/taro/commit/d578cea))
* stop trans asset for quickapp ([62df717](https://github.com/NervJS/taro/commit/62df717))
* **cli:** cli 支持事件 && 小程序编译配置向 H5 看齐 ([b9e27cf](https://github.com/NervJS/taro/commit/b9e27cf))
* **cli:** 借助 tapable 改造 ([bfcda73](https://github.com/NervJS/taro/commit/bfcda73))
* **cli:** 增加 tapable 包 ([f6dae40](https://github.com/NervJS/taro/commit/f6dae40))
* **cli:** 将 app/页面/组件 添加到入口文件进行编译 ([411911d](https://github.com/NervJS/taro/commit/411911d))
* **cli:** 尝试接入 webpack 来编译各端小程序 ([3495bb6](https://github.com/NervJS/taro/commit/3495bb6))
* **cli:** 拆分逻辑到 loader ([36190e9](https://github.com/NervJS/taro/commit/36190e9))
* **cli:** 调整文件编译 ([2ba5f75](https://github.com/NervJS/taro/commit/2ba5f75))
* **mini-runner:** 优化 watch ([f8769fc](https://github.com/NervJS/taro/commit/f8769fc))
* **mini-runner:** 保证快应用文件生成正确 ([bdfe1a4](https://github.com/NervJS/taro/commit/bdfe1a4))
* **mini-runner:** 加入 watch ([323deb8](https://github.com/NervJS/taro/commit/323deb8))
* **mini-runner:** 增加 Taro 模块专有处理插件 ([9f7532b](https://github.com/NervJS/taro/commit/9f7532b))
* **mini-runner:** 支持与原生小程序代码混写 ([c49722a](https://github.com/NervJS/taro/commit/c49722a))
* **mini-runner:** 支持分包 ([a794eec](https://github.com/NervJS/taro/commit/a794eec))
* **mini-runner:** 支持编译 tabBar 上引用的资源编译 ([8336e19](https://github.com/NervJS/taro/commit/8336e19))
* **mini-runner:** 生成快应用页面及组件 ([4cc0599](https://github.com/NervJS/taro/commit/4cc0599))
* **taro:** cli 配合 mini-runner 重构 && 支持使用 mini-runner 编译插件 ([be4aeab](https://github.com/NervJS/taro/commit/be4aeab))
* **taro:** 加入快应用编译支持 ([2d3f27f](https://github.com/NervJS/taro/commit/2d3f27f))
* **taro:** 调整小程序和 H5 的编译配置 ([ca0b1bd](https://github.com/NervJS/taro/commit/ca0b1bd))
* **taro-cli:** 调整 rn 编译配置 ([1e6e9ba](https://github.com/NervJS/taro/commit/1e6e9ba))
* **taro-mini-runner:** 优化文件生成 ([19cddf7](https://github.com/NervJS/taro/commit/19cddf7))
* **taro-mini-runner:** 如果是组件需要补充 component:true 配置 ([13cb3a4](https://github.com/NervJS/taro/commit/13cb3a4))
* **taro-mini-runner:** 引入拆分的公共 chunks ([672bbc7](https://github.com/NervJS/taro/commit/672bbc7))
* **taro-mini-runner:** 拆分文件编译成为 plugin ([79a9008](https://github.com/NervJS/taro/commit/79a9008))
* **taro-mini-runner:** 生成多端类型文件 ([12c2360](https://github.com/NervJS/taro/commit/12c2360))
* **taro-mini-runner:** 生成页面以及组件的 usingComponents 配置 ([d4ec990](https://github.com/NervJS/taro/commit/d4ec990))



<a name="1.3.27"></a>
## [1.3.27](https://github.com/NervJS/taro/compare/v1.3.26...v1.3.27) (2019-12-03)
Expand Down Expand Up @@ -200,84 +278,6 @@
* **weapp:** 修复微信小程序遗留代码:nextProps 初始化,引起的冲突 ([00cf71c](https://github.com/NervJS/taro/commit/00cf71c))


### Bug Fixes

* **mini-runner:** 移除无用代码 ([c58da6f](https://github.com/NervJS/taro/commit/c58da6f))
* somethings no need ([17ca4ec](https://github.com/NervJS/taro/commit/17ca4ec))
* **cli:** lerna 加入 taro-mini-runner && 接入 webpack 生成小程序文件 ([1a4e970](https://github.com/NervJS/taro/commit/1a4e970))
* **cli:** 修复 doctor 对 config 的检测 ([81687a1](https://github.com/NervJS/taro/commit/81687a1))
* **cli:** 修复 watch 时文件修改不对的问题 ([02371f7](https://github.com/NervJS/taro/commit/02371f7))
* **cli:** 修复代码合并的问题 ([769a7b5](https://github.com/NervJS/taro/commit/769a7b5))
* **cli:** 修复目录创建 ([8f7b306](https://github.com/NervJS/taro/commit/8f7b306))
* **cli:** 修复配置文件中读取不到 process.env.TARO_ENV 的问题 ([1cdf4b2](https://github.com/NervJS/taro/commit/1cdf4b2))
* **cli:** 支持引用 node_modules 中组件 ([c0c15ba](https://github.com/NervJS/taro/commit/c0c15ba))
* **cli:** 普通文件经过编译器编译必须传入 isNormal ([bf9d83e](https://github.com/NervJS/taro/commit/bf9d83e))
* **cli:** 更新默认模板 ([54781b6](https://github.com/NervJS/taro/commit/54781b6))
* **cli:** 清理代码 ([d70d979](https://github.com/NervJS/taro/commit/d70d979))
* **cli:** 编译器参数调整 ([5c5fe21](https://github.com/NervJS/taro/commit/5c5fe21))
* **components-qa:** 修复页面 onReachBottom 事件不触发的问题 ([de9d2e4](https://github.com/NervJS/taro/commit/de9d2e4))
* **jd:** 修复合并代码导致的京东小程序的编译问题 ([be186b8](https://github.com/NervJS/taro/commit/be186b8))
* **mini-runner:** npm 中文件不会经过 taro 包替换操作 ([bbdef3d](https://github.com/NervJS/taro/commit/bbdef3d))
* **mini-runner:** 优化 webpack 编译时样式处理 ([a89a07b](https://github.com/NervJS/taro/commit/a89a07b))
* **mini-runner:** 修复 builder 的 hooks 调用 ([0c67b98](https://github.com/NervJS/taro/commit/0c67b98))
* **mini-runner:** 修复 tabbar 编译及组件 watch 的问题 ([bbda89f](https://github.com/NervJS/taro/commit/bbda89f))
* **mini-runner:** 修复 watch bug ([27aba0b](https://github.com/NervJS/taro/commit/27aba0b))
* **mini-runner:** 修复对 css modules 的支持 ([204b5d6](https://github.com/NervJS/taro/commit/204b5d6))
* **mini-runner:** 修复小程序编译报错 ([524d39f](https://github.com/NervJS/taro/commit/524d39f))
* **mini-runner:** 修复引用 npm 中组件间存在依赖时依赖路径解析错误的问题 ([d49c1c5](https://github.com/NervJS/taro/commit/d49c1c5))
* **mini-runner:** 修复快应用打包报错的问题 ([4da8758](https://github.com/NervJS/taro/commit/4da8758))
* **quickapp:** pull-down-refresh page-scroll ([f15b3c9](https://github.com/NervJS/taro/commit/f15b3c9))
* position linter for quickapp 1060+ ([6dfc046](https://github.com/NervJS/taro/commit/6dfc046))
* quickapp api upload from docs ([76dff8a](https://github.com/NervJS/taro/commit/76dff8a))
* **mini-runner:** 修复快应用编译后页面标题展示不正确的问题 ([49fe830](https://github.com/NervJS/taro/commit/49fe830))
* **mini-runner:** 修复普通小程序编译的问题 ([0ebe956](https://github.com/NervJS/taro/commit/0ebe956))
* **mini-runner:** 加上文件编译提示 ([3428780](https://github.com/NervJS/taro/commit/3428780))
* **mini-runner:** 只有 taro 的包不能经过依赖包名替换 ([81e9b57](https://github.com/NervJS/taro/commit/81e9b57))
* **mini-runner:** 打包优化,引用自 npm 包中的组件不抽离至 vendors 中 ([5f18cd3](https://github.com/NervJS/taro/commit/5f18cd3))
* **mini-runner:** 提前解析快应用页面 ([134275f](https://github.com/NervJS/taro/commit/134275f))
* **mini-runner:** 支持快应用编译后模板与样式的检测 ([650d904](https://github.com/NervJS/taro/commit/650d904))
* **taro:** 修复快应用下拉刷新问题 ([39fbfb8](https://github.com/NervJS/taro/commit/39fbfb8))
* **taro:** 小程序 webpack 编译静态文件路径 ([7ca2d07](https://github.com/NervJS/taro/commit/7ca2d07))
* **taro-quickapp:** 修复快应用事件绑定异常问题 ([1038fc9](https://github.com/NervJS/taro/commit/1038fc9))
* pxtransform disable on quick-app ([c364552](https://github.com/NervJS/taro/commit/c364552))
* **transformer:** 修复测试用例 ([9dee55a](https://github.com/NervJS/taro/commit/9dee55a))
* **transformer:** 修复错误类型 ([5ea3403](https://github.com/NervJS/taro/commit/5ea3403))
* **transformer:** 支持直接 import default ([c298024](https://github.com/NervJS/taro/commit/c298024))
* **webpack:** 修复文件压缩的问题 ([219c685](https://github.com/NervJS/taro/commit/219c685))


### Features

* audio context ([c9b8d98](https://github.com/NervJS/taro/commit/c9b8d98))
* mock for quickapp ([6c504fc](https://github.com/NervJS/taro/commit/6c504fc))
* stop trans asset for quickapp ([b9b6259](https://github.com/NervJS/taro/commit/b9b6259))
* **cli:** cli 支持事件 && 小程序编译配置向 H5 看齐 ([04ea71a](https://github.com/NervJS/taro/commit/04ea71a))
* **cli:** 借助 tapable 改造 ([a1bc605](https://github.com/NervJS/taro/commit/a1bc605))
* **cli:** 增加 tapable 包 ([617e9bd](https://github.com/NervJS/taro/commit/617e9bd))
* **cli:** 将 app/页面/组件 添加到入口文件进行编译 ([e937773](https://github.com/NervJS/taro/commit/e937773))
* **cli:** 尝试接入 webpack 来编译各端小程序 ([9b80d1f](https://github.com/NervJS/taro/commit/9b80d1f))
* **cli:** 拆分逻辑到 loader ([ad2abcb](https://github.com/NervJS/taro/commit/ad2abcb))
* **cli:** 调整文件编译 ([a9a679a](https://github.com/NervJS/taro/commit/a9a679a))
* **mini-runner:** 优化 watch ([d421214](https://github.com/NervJS/taro/commit/d421214))
* **mini-runner:** 保证快应用文件生成正确 ([a241a31](https://github.com/NervJS/taro/commit/a241a31))
* **mini-runner:** 加入 watch ([da49558](https://github.com/NervJS/taro/commit/da49558))
* **mini-runner:** 增加 Taro 模块专有处理插件 ([445fbe3](https://github.com/NervJS/taro/commit/445fbe3))
* **mini-runner:** 支持与原生小程序代码混写 ([3aaeb84](https://github.com/NervJS/taro/commit/3aaeb84))
* **mini-runner:** 支持分包 ([c0c0b04](https://github.com/NervJS/taro/commit/c0c0b04))
* **mini-runner:** 支持编译 tabBar 上引用的资源编译 ([2d8dae1](https://github.com/NervJS/taro/commit/2d8dae1))
* **mini-runner:** 生成快应用页面及组件 ([c78df71](https://github.com/NervJS/taro/commit/c78df71))
* **taro:** cli 配合 mini-runner 重构 && 支持使用 mini-runner 编译插件 ([e035bfc](https://github.com/NervJS/taro/commit/e035bfc))
* **taro:** 加入快应用编译支持 ([afbc9a8](https://github.com/NervJS/taro/commit/afbc9a8))
* **taro:** 调整小程序和 H5 的编译配置 ([9cec6ff](https://github.com/NervJS/taro/commit/9cec6ff))
* **taro-cli:** 调整 rn 编译配置 ([377f4b5](https://github.com/NervJS/taro/commit/377f4b5))
* **taro-mini-runner:** 优化文件生成 ([dc29f0b](https://github.com/NervJS/taro/commit/dc29f0b))
* **taro-mini-runner:** 如果是组件需要补充 component:true 配置 ([9bd95d3](https://github.com/NervJS/taro/commit/9bd95d3))
* **taro-mini-runner:** 引入拆分的公共 chunks ([5cd236f](https://github.com/NervJS/taro/commit/5cd236f))
* **taro-mini-runner:** 拆分文件编译成为 plugin ([8c2648d](https://github.com/NervJS/taro/commit/8c2648d))
* **taro-mini-runner:** 生成多端类型文件 ([20b7ae7](https://github.com/NervJS/taro/commit/20b7ae7))
* **taro-mini-runner:** 生成页面以及组件的 usingComponents 配置 ([5ae4bac](https://github.com/NervJS/taro/commit/5ae4bac))



<a name="1.3.23"></a>
## [1.3.23](https://github.com/NervJS/taro/compare/v1.3.21...v1.3.23) (2019-11-12)
Expand Down

0 comments on commit 211b991

Please sign in to comment.