From 5cd4327b48a0acf92df024aea472b8595330d0cb Mon Sep 17 00:00:00 2001 From: luckyadam Date: Thu, 12 Dec 2019 22:40:39 +0800 Subject: [PATCH] chore: changelog && docs --- CHANGELOG.md | 218 +++++++++++++++++++++++------------------- website/versions.json | 1 + 2 files changed, 119 insertions(+), 100 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8236ef621ae9..8fdd1877e1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,124 @@ * **transformer:** 替换掉 key 中包含 LOOP_ORIGINAL 的字符串 ([1c99523](https://github.com/NervJS/taro/commit/1c99523)) +### Bug Fixes + +* for video objectFit ([8e0af69](https://github.com/NervJS/taro/commit/8e0af69)) +* **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:** 修复 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 时文件报错导致无法重新编译的问题,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:** 增加快应用公共属性的自动更新,优化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:** 暴露 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-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)) +* somethings no need ([f1b5fe9](https://github.com/NervJS/taro/commit/f1b5fe9)) +* **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)) +* **cli:** 修复 watch 时文件修改不对的问题 ([37fc95a](https://github.com/NervJS/taro/commit/37fc95a)) +* **cli:** 修复代码合并的问题 ([36b2561](https://github.com/NervJS/taro/commit/36b2561)) +* **cli:** 修复目录创建 ([ba6a875](https://github.com/NervJS/taro/commit/ba6a875)) +* **cli:** 修复配置文件中读取不到 process.env.TARO_ENV 的问题 ([cf46d3f](https://github.com/NervJS/taro/commit/cf46d3f)) +* **cli:** 支持引用 node_modules 中组件 ([47dea94](https://github.com/NervJS/taro/commit/47dea94)) +* **cli:** 普通文件经过编译器编译必须传入 isNormal ([69595fb](https://github.com/NervJS/taro/commit/69595fb)) +* **cli:** 更新默认模板 ([872f0bf](https://github.com/NervJS/taro/commit/872f0bf)) +* **cli:** 清理代码 ([1b782ef](https://github.com/NervJS/taro/commit/1b782ef)) +* **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)) +* **jd:** 修复合并代码导致的京东小程序的编译问题 ([f3d5f25](https://github.com/NervJS/taro/commit/f3d5f25)) +* **mini-runner:** npm 中文件不会经过 taro 包替换操作 ([8dd2d0b](https://github.com/NervJS/taro/commit/8dd2d0b)) +* **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:** 修复 watch bug ([4f1e989](https://github.com/NervJS/taro/commit/4f1e989)) +* **mini-runner:** 修复对 css modules 的支持 ([38d0140](https://github.com/NervJS/taro/commit/38d0140)) +* **mini-runner:** 修复小程序编译报错 ([74c4855](https://github.com/NervJS/taro/commit/74c4855)) +* **mini-runner:** 修复引用 npm 中组件间存在依赖时依赖路径解析错误的问题 ([29c3b97](https://github.com/NervJS/taro/commit/29c3b97)) +* **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:** 加上文件编译提示 ([66268c1](https://github.com/NervJS/taro/commit/66268c1)) +* **mini-runner:** 只有 taro 的包不能经过依赖包名替换 ([e88aab8](https://github.com/NervJS/taro/commit/e88aab8)) +* **mini-runner:** 打包优化,引用自 npm 包中的组件不抽离至 vendors 中 ([c3e6ff1](https://github.com/NervJS/taro/commit/c3e6ff1)) +* **mini-runner:** 提前解析快应用页面 ([9b35199](https://github.com/NervJS/taro/commit/9b35199)) +* **taro-quickapp:** 修复快应用事件绑定异常问题 ([d8b7df0](https://github.com/NervJS/taro/commit/d8b7df0)) +* pxtransform disable on quick-app ([f3519dd](https://github.com/NervJS/taro/commit/f3519dd)) +* **mini-runner:** 支持快应用编译后模板与样式的检测 ([55cfd25](https://github.com/NervJS/taro/commit/55cfd25)) +* **taro:** 小程序 webpack 编译静态文件路径 ([4207b1a](https://github.com/NervJS/taro/commit/4207b1a)) +* **transformer:** 修复测试用例 ([32e7830](https://github.com/NervJS/taro/commit/32e7830)) +* **transformer:** 修复错误类型 ([8967d56](https://github.com/NervJS/taro/commit/8967d56)) +* **transformer:** 支持直接 import default ([7af42ca](https://github.com/NervJS/taro/commit/7af42ca)) +* **webpack:** 修复文件压缩的问题 ([90ce688](https://github.com/NervJS/taro/commit/90ce688)) + + +### Features + +* **taro-runner-utils:** 添加单元测试和优化注释 ([cf219e1](https://github.com/NervJS/taro/commit/cf219e1)) +* webpack-runner 和 mini-runner 代码优化 ([cbd8996](https://github.com/NervJS/taro/commit/cbd8996)) +* **cli:** cli 支持事件 && 小程序编译配置向 H5 看齐 ([90bd441](https://github.com/NervJS/taro/commit/90bd441)) +* **cli:** 借助 tapable 改造 ([e1eb6b9](https://github.com/NervJS/taro/commit/e1eb6b9)) +* **cli:** 增加 tapable 包 ([3a02ecb](https://github.com/NervJS/taro/commit/3a02ecb)) +* **cli:** 将 app/页面/组件 添加到入口文件进行编译 ([ed30aeb](https://github.com/NervJS/taro/commit/ed30aeb)) +* **cli:** 尝试接入 webpack 来编译各端小程序 ([632c679](https://github.com/NervJS/taro/commit/632c679)) +* **cli:** 拆分逻辑到 loader ([53ed817](https://github.com/NervJS/taro/commit/53ed817)) +* **cli:** 调整文件编译 ([18af8ac](https://github.com/NervJS/taro/commit/18af8ac)) +* **components-qa:** 增强快应用button组件,增加属性判断及点击变色等 ([#4882](https://github.com/NervJS/taro/issues/4882)) ([e5d326f](https://github.com/NervJS/taro/commit/e5d326f)) +* **docs:** 更新 2.0 版本使用 async-await 的文档 [#4837](https://github.com/NervJS/taro/issues/4837) ([bf862ce](https://github.com/NervJS/taro/commit/bf862ce)) +* **mini-runner:** 优化 watch ([bac7aaa](https://github.com/NervJS/taro/commit/bac7aaa)) +* **mini-runner:** 保证快应用文件生成正确 ([4a01577](https://github.com/NervJS/taro/commit/4a01577)) +* **mini-runner:** 加入 watch ([5473a91](https://github.com/NervJS/taro/commit/5473a91)) +* **mini-runner:** 增加 Taro 模块专有处理插件 ([11dea6a](https://github.com/NervJS/taro/commit/11dea6a)) +* **mini-runner:** 支持与原生小程序代码混写 ([d148e7a](https://github.com/NervJS/taro/commit/d148e7a)) +* **mini-runner:** 支持分包 ([bbb8bc7](https://github.com/NervJS/taro/commit/bbb8bc7)) +* **mini-runner:** 支持编译 tabBar 上引用的资源编译 ([20ec6d3](https://github.com/NervJS/taro/commit/20ec6d3)) +* **mini-runner:** 生成快应用页面及组件 ([462b247](https://github.com/NervJS/taro/commit/462b247)) +* **taro:** cli 配合 mini-runner 重构 && 支持使用 mini-runner 编译插件 ([7fc7f6c](https://github.com/NervJS/taro/commit/7fc7f6c)) +* **taro-cli:** 配置文件分开存放,优化 taro config 输出 ([cfb5959](https://github.com/NervJS/taro/commit/cfb5959)) +* **taro-runner-utils:** 添加 [@tarojs](https://github.com/tarojs)/runner-utils 包 ([e331c8b](https://github.com/NervJS/taro/commit/e331c8b)) +* audio context ([53e7f64](https://github.com/NervJS/taro/commit/53e7f64)) +* mock for quickapp ([0fcbf3a](https://github.com/NervJS/taro/commit/0fcbf3a)) +* stop trans asset for quickapp ([a813ce1](https://github.com/NervJS/taro/commit/a813ce1)) +* **taro:** 加入快应用编译支持 ([89674df](https://github.com/NervJS/taro/commit/89674df)) +* **taro:** 调整小程序和 H5 的编译配置 ([0fda924](https://github.com/NervJS/taro/commit/0fda924)) +* **taro-cli:** 调整 rn 编译配置 ([5463461](https://github.com/NervJS/taro/commit/5463461)) +* **taro-mini-runner:** 优化文件生成 ([4772633](https://github.com/NervJS/taro/commit/4772633)) +* **taro-mini-runner:** 如果是组件需要补充 component:true 配置 ([cccc076](https://github.com/NervJS/taro/commit/cccc076)) +* **taro-mini-runner:** 引入拆分的公共 chunks ([3a1fadd](https://github.com/NervJS/taro/commit/3a1fadd)) +* **taro-mini-runner:** 拆分文件编译成为 plugin ([4856ced](https://github.com/NervJS/taro/commit/4856ced)) +* **taro-mini-runner:** 生成多端类型文件 ([44478b2](https://github.com/NervJS/taro/commit/44478b2)) +* **taro-mini-runner:** 生成页面以及组件的 usingComponents 配置 ([eec754f](https://github.com/NervJS/taro/commit/eec754f)) +* checkout from auto-docs ([4caeba8](https://github.com/NervJS/taro/commit/4caeba8)) + + ## [1.3.32](https://github.com/NervJS/taro/compare/v1.3.31...v1.3.32) (2019-12-24) @@ -75,106 +193,6 @@ * **with-weapp:** 支持 observers ([3affac6](https://github.com/NervJS/taro/commit/3affac6)) -### Bug Fixes - -* **cli:** lerna 加入 taro-mini-runner && 接入 webpack 生成小程序文件 ([13315dc](https://github.com/NervJS/taro/commit/13315dc)) -* **cli:** 修复 doctor 对 config 的检测 ([9520fe3](https://github.com/NervJS/taro/commit/9520fe3)) -* **cli:** 修复 watch 时文件修改不对的问题 ([5295bea](https://github.com/NervJS/taro/commit/5295bea)) -* **cli:** 修复代码合并的问题 ([3379efe](https://github.com/NervJS/taro/commit/3379efe)) -* **cli:** 修复目录创建 ([9e19462](https://github.com/NervJS/taro/commit/9e19462)) -* **cli:** 修复配置文件中读取不到 process.env.TARO_ENV 的问题 ([dbe7c71](https://github.com/NervJS/taro/commit/dbe7c71)) -* **cli:** 修正快应用依赖项安装命令在windows不兼容问题 ([#4954](https://github.com/NervJS/taro/issues/4954)) ([1dca9f7](https://github.com/NervJS/taro/commit/1dca9f7)) -* **cli:** 支持引用 node_modules 中组件 ([80b4a76](https://github.com/NervJS/taro/commit/80b4a76)) -* **cli:** 普通文件经过编译器编译必须传入 isNormal ([f8e94e7](https://github.com/NervJS/taro/commit/f8e94e7)) -* **cli:** 更新默认模板 ([d4d2ce9](https://github.com/NervJS/taro/commit/d4d2ce9)) -* **cli:** 更新默认模板 ([89e8ab2](https://github.com/NervJS/taro/commit/89e8ab2)) -* **cli:** 清理代码 ([84051ce](https://github.com/NervJS/taro/commit/84051ce)) -* **cli:** 编译器参数调整 ([935c4eb](https://github.com/NervJS/taro/commit/935c4eb)) -* **cli:** 解决 cli 编译时缺少 [@types](https://github.com/types)/react 依赖问题 ([#4997](https://github.com/NervJS/taro/issues/4997)) ([6a24c7a](https://github.com/NervJS/taro/commit/6a24c7a)) -* **components-qa:** 修复页面 onReachBottom 事件不触发的问题 ([12e60f5](https://github.com/NervJS/taro/commit/12e60f5)) -* **components-qa:** 改进 button 动画效果展示,引入 css 属性描述文件 ([#4898](https://github.com/NervJS/taro/issues/4898)) ([892a96b](https://github.com/NervJS/taro/commit/892a96b)) -* **jd:** 修复合并代码导致的京东小程序的编译问题 ([700b16c](https://github.com/NervJS/taro/commit/700b16c)) -* **mini-runner:** npm 中文件不会经过 taro 包替换操作 ([55c383d](https://github.com/NervJS/taro/commit/55c383d)) -* **mini-runner:** 优化 webpack 编译时样式处理 ([4b8b4c1](https://github.com/NervJS/taro/commit/4b8b4c1)) -* **mini-runner:** 修复 builder 的 hooks 调用 ([2d77007](https://github.com/NervJS/taro/commit/2d77007)) -* **mini-runner:** 修复 sass 变量失效的问题,close [#4893](https://github.com/NervJS/taro/issues/4893) ([c22246f](https://github.com/NervJS/taro/commit/c22246f)) -* **mini-runner:** 修复 tabbar 编译及组件 watch 的问题 ([0baf1b6](https://github.com/NervJS/taro/commit/0baf1b6)) -* **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)) -* **mini-runner:** 修复小程序编译时样式中引用静态资源转换为 base64 ([0ba0f64](https://github.com/NervJS/taro/commit/0ba0f64)) -* **mini-runner:** 修复引用 npm 中组件间存在依赖时依赖路径解析错误的问题 ([ed0ad00](https://github.com/NervJS/taro/commit/ed0ad00)) -* **mini-runner:** 修复快应用打包报错的问题 ([ed95ee9](https://github.com/NervJS/taro/commit/ed95ee9)) -* **mini-runner:** 修复快应用编译后页面标题展示不正确的问题 ([03d88d3](https://github.com/NervJS/taro/commit/03d88d3)) -* **mini-runner:** 修复普通小程序编译的问题 ([8352d6b](https://github.com/NervJS/taro/commit/8352d6b)) -* **mini-runner:** 修正快应用pages中ux文件未正确生成问题 ([#4969](https://github.com/NervJS/taro/issues/4969)) ([8a87a27](https://github.com/NervJS/taro/commit/8a87a27)) -* **mini-runner:** 加上文件编译提示 ([09dd853](https://github.com/NervJS/taro/commit/09dd853)) -* **mini-runner:** 加入 preval 支持 ([bc3d1c7](https://github.com/NervJS/taro/commit/bc3d1c7)) -* **mini-runner:** 只有 taro 的包不能经过依赖包名替换 ([86b9351](https://github.com/NervJS/taro/commit/86b9351)) -* **mini-runner:** 快应用页面路径编译错误 ([ef1b5cf](https://github.com/NervJS/taro/commit/ef1b5cf)) -* **mini-runner:** 打包优化,引用自 npm 包中的组件不抽离至 vendors 中 ([c7e491d](https://github.com/NervJS/taro/commit/c7e491d)) -* **mini-runner:** 提前解析快应用页面 ([6fca2c6](https://github.com/NervJS/taro/commit/6fca2c6)) -* **mini-runner:** 支持快应用编译后模板与样式的检测 ([30280f1](https://github.com/NervJS/taro/commit/30280f1)) -* **mini-runner:** 更新编译时提示 ([56784d9](https://github.com/NervJS/taro/commit/56784d9)) -* **mini-runner:** 移除无用代码 ([188861c](https://github.com/NervJS/taro/commit/188861c)) -* **mini-runner:** 组件中 $componentPath 路径生成不对 ([e4fcad1](https://github.com/NervJS/taro/commit/e4fcad1)) -* **mini-runner:** 组件引入支持统一从一个入口文件中引入 ([2b3c626](https://github.com/NervJS/taro/commit/2b3c626)) -* **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)) -* **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)) -* **webpack:** 修复文件压缩的问题 ([cbcadbc](https://github.com/NervJS/taro/commit/cbcadbc)) - - -### Features - -* **components-qa:** 增强快应用button组件,增加属性判断及点击变色等 ([#4882](https://github.com/NervJS/taro/issues/4882)) ([500342c](https://github.com/NervJS/taro/commit/500342c)) -* **docs:** 更新 2.0 版本使用 async-await 的文档 [#4837](https://github.com/NervJS/taro/issues/4837) ([dc4d503](https://github.com/NervJS/taro/commit/dc4d503)) -* **taro-cli:** 配置文件分开存放,优化 taro config 输出 ([10ad583](https://github.com/NervJS/taro/commit/10ad583)) -* audio context ([2be330b](https://github.com/NervJS/taro/commit/2be330b)) -* mock for quickapp ([21f04fc](https://github.com/NervJS/taro/commit/21f04fc)) -* stop trans asset for quickapp ([935369b](https://github.com/NervJS/taro/commit/935369b)) -* **cli:** cli 支持事件 && 小程序编译配置向 H5 看齐 ([f2f5580](https://github.com/NervJS/taro/commit/f2f5580)) -* **cli:** 借助 tapable 改造 ([2172e18](https://github.com/NervJS/taro/commit/2172e18)) -* **cli:** 增加 tapable 包 ([02a25ab](https://github.com/NervJS/taro/commit/02a25ab)) -* **cli:** 将 app/页面/组件 添加到入口文件进行编译 ([5982a83](https://github.com/NervJS/taro/commit/5982a83)) -* **cli:** 尝试接入 webpack 来编译各端小程序 ([5990b8e](https://github.com/NervJS/taro/commit/5990b8e)) -* **cli:** 拆分逻辑到 loader ([047c94f](https://github.com/NervJS/taro/commit/047c94f)) -* **cli:** 调整文件编译 ([7d41aa7](https://github.com/NervJS/taro/commit/7d41aa7)) -* **mini-runner:** 优化 watch ([6a16dbe](https://github.com/NervJS/taro/commit/6a16dbe)) -* **mini-runner:** 保证快应用文件生成正确 ([d12a027](https://github.com/NervJS/taro/commit/d12a027)) -* **mini-runner:** 加入 watch ([a00eb37](https://github.com/NervJS/taro/commit/a00eb37)) -* **mini-runner:** 增加 Taro 模块专有处理插件 ([3002ab7](https://github.com/NervJS/taro/commit/3002ab7)) -* **mini-runner:** 支持与原生小程序代码混写 ([f1cb447](https://github.com/NervJS/taro/commit/f1cb447)) -* **mini-runner:** 支持分包 ([8fe734c](https://github.com/NervJS/taro/commit/8fe734c)) -* **mini-runner:** 支持编译 tabBar 上引用的资源编译 ([a437c1c](https://github.com/NervJS/taro/commit/a437c1c)) -* **mini-runner:** 生成快应用页面及组件 ([c8696fe](https://github.com/NervJS/taro/commit/c8696fe)) -* **taro:** cli 配合 mini-runner 重构 && 支持使用 mini-runner 编译插件 ([3b01a62](https://github.com/NervJS/taro/commit/3b01a62)) -* **taro:** 加入快应用编译支持 ([53995c7](https://github.com/NervJS/taro/commit/53995c7)) -* **taro:** 调整小程序和 H5 的编译配置 ([c463465](https://github.com/NervJS/taro/commit/c463465)) -* **taro-cli:** 调整 rn 编译配置 ([de5d518](https://github.com/NervJS/taro/commit/de5d518)) -* **taro-mini-runner:** 优化文件生成 ([0352bec](https://github.com/NervJS/taro/commit/0352bec)) -* **taro-mini-runner:** 如果是组件需要补充 component:true 配置 ([330b5a0](https://github.com/NervJS/taro/commit/330b5a0)) -* **taro-mini-runner:** 引入拆分的公共 chunks ([d551217](https://github.com/NervJS/taro/commit/d551217)) -* **taro-mini-runner:** 拆分文件编译成为 plugin ([40f4a4c](https://github.com/NervJS/taro/commit/40f4a4c)) -* **taro-mini-runner:** 生成多端类型文件 ([da0abe0](https://github.com/NervJS/taro/commit/da0abe0)) -* **taro-mini-runner:** 生成页面以及组件的 usingComponents 配置 ([325649c](https://github.com/NervJS/taro/commit/325649c)) - - ## [1.3.29](https://github.com/NervJS/taro/compare/v1.3.28...v1.3.29) (2019-12-11) diff --git a/website/versions.json b/website/versions.json index 349023c2e382..32fb3b05e38d 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,5 @@ [ + "2.0.0-beta.8", "2.0.0-beta.6", "2.0.0-beta.5", "2.0.0-beta.3",