Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

项目周报 (2020 年 12 月 26 日 - 2021 年 1 月 2 日) #8417

Closed
taro-bot2 bot opened this issue Jan 2, 2021 · 1 comment
Closed

项目周报 (2020 年 12 月 26 日 - 2021 年 1 月 2 日) #8417

taro-bot2 bot opened this issue Jan 2, 2021 · 1 comment

Comments

@taro-bot2
Copy link

taro-bot2 bot commented Jan 2, 2021


ISSUES

上周有 44 个新 issue。
17 个 issue 已经被关闭,27 个 issue 仍然保持打开状态。

OPEN ISSUES

💚 #8416 Taro 3.X 引用微信小程序插件的组件的时候,无法获取组件内trigger出来的Event,Taro 2.X可以, by Naico
💚 #8414 vue版本的:canvasToTempFilePath: fail canvas is empty, by 826327700
💚 #8413 feat(runtime): 静态 html 解析器支持解析 style 标签, by Chen-jj
💚 #8412 获取路由 Current.router 出错, by zjxpcyc
💚 #8410 app.tsx中改用hooks写法报错Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?, by Tigerremy
💚 #8408 fix: 修复 h5 使用 pageScrollTo 将 scrollTop 设置为 0 会报错的问题, by jin-yufeng
💚 #8407 使用第三方原生组件事件中带-的事件不执行, by vwinway-s
💚 #8406 微信小程序在window pc 端打开页面空白, by RichardDegeneres
💚 #8405 Taro 2.0.4 以 render 开头的 renderItemAreas() 类函数中,Areas(map) is not defined 问题, by songyunbiao
💚 #8403 打包后无法运行,--watch模式下正常运行, by Hammer001
💚 #8402 fix: frameCnt lower than 1, by CallMeXYZ
💚 #8400 feat(cli): add help command #8391, by honlyHuang
💚 #8399 h5路由切换能做动画吗?, by jenerse
💚 #8398 (node:87053) UnhandledPromiseRejectionWarning: TypeError: templateFn is not a function, by icepy
💚 #8397 taro内部打包是否开启了多核?, by l2en
💚 #8393 docs(input): change maxLength to maxlength, by ZeroTo0ne
💚 #8392 fix: onShow should be executed after onLoad., by koalaink
💚 #8391 命令行下输入 taro help 然后 throw new Error(${name} 命令不存在);, by ShenHongFei
💚 #8388 (node:10804) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2), by SunshineH2
💚 #8384 usePullDownRefresh 钩子函数存在bug, by lang-strive
💚 #8383 useDidShow在非tabBar页面来回切换不触发, by lang-strive
💚 #8381 Input 组件源码中 maxLength 属性 "L" 为小写,导致 maxLength 无效, by nanxiaobei
💚 #8380 fix(custom-wrapper): 修复在 H5 平台提示未导出的问题, by vdfor
💚 #8379 Taro3.0.21项目中使用TaroUI的AtSwipeAction未正常显示, by hlwwlh
💚 #8378 希望支持react-devtool, by yuelight
💚 #8376 外部样式类:子组件无法接收到父组件的class, by dezio31
💚 #8373 项目周报 (2020 年 12 月 19 日 - 2020 年 12 月 26 日), by taro-bot2[bot]

CLOSED ISSUES

❤️ #8415 upgrade swiper, by taoqf
❤️ #8411 Update config-detail.md, by da-xiu
❤️ #8409 fix: 修复文档【RN端开发注意】失效链接, by iChengbo
❤️ #8404 adjustPosition 微信官方默认值是true, by Liugq5713
❤️ #8401 fix: onShow should be executed after onLoad., by koalaink
❤️ #8396 请求taro支持 淘宝小程序, by joker-ye
❤️ #8395 chore(workflow): 更新 taro-issue-helper 链接, by honlyHuang
❤️ #8394 new Function()报错, by Here21
❤️ #8390 chore(release): publish 3.2.0-canary.5, by shinken008
❤️ #8389 3.2.0 canary.5, by shinken008
❤️ #8387 fix: remove fixed width and height value, by CallMeXYZ
❤️ #8386 config 中增加让 rn 导航配置透传 && 解决 rn 兼容性问题 && 增加相关 api, by shinken008
❤️ #8385 (node:2632) UnhandledPromiseRejectionWarning: TypeError: templateFn is not a function, by guyueping
❤️ #8382 Taro v3.0.21 生成的百度小程序text标签显示异常, by wyzwhp
❤️ #8377 h5:重复渲染了两个组件, by KID-joker
❤️ #8375 请填写准确的仓库地址, by taoqf
❤️ #8374 fix: make picker value optional, by taoqf


PULL REQUESTS

上周有 17 个 pull request 被创建、更新或 merge。

OPEN PULL REQUEST

上周打开了 3 个 pull request:
💚 #8408 fix: 修复 h5 使用 pageScrollTo 将 scrollTop 设置为 0 会报错的问题, by jin-yufeng
💚 #8400 feat(cli): add help command #8391, by honlyHuang
💚 #8393 docs(input): change maxLength to maxlength, by ZeroTo0ne

UPDATED PULL REQUEST

上周有 7 个 pull request 更新:
💛 #8413 feat(runtime): 静态 html 解析器支持解析 style 标签, by Chen-jj
💛 #8402 fix: frameCnt lower than 1, by CallMeXYZ
💛 #8392 fix: onShow should be executed after onLoad., by koalaink
💛 #8380 fix(custom-wrapper): 修复在 H5 平台提示未导出的问题, by vdfor
💛 #8372 fix(runtime): 修复 custom-wrapper 若干问题, by Chen-jj
💛 #8366 Update chooseImage.js, by ywzou
💛 #8365 Update index.js, by ywzou

MERGED PULL REQUEST

上周 merge 了 7 个 pull request:

💜 #8411 Update config-detail.md, by da-xiu
💜 #8409 fix: 修复文档【RN端开发注意】失效链接, by iChengbo
💜 #8404 adjustPosition 微信官方默认值是true, by Liugq5713
💜 #8395 chore(workflow): 更新 taro-issue-helper 链接, by honlyHuang
💜 #8390 chore(release): publish 3.2.0-canary.5, by shinken008
💜 #8386 config 中增加让 rn 导航配置透传 && 解决 rn 兼容性问题 && 增加相关 api, by shinken008
💜 #8374 fix: make picker value optional, by taoqf


COMMITS

上周共有 2 个 提交:

🛠️ update(workflow): 更新 taro-issue-helper 链接 (#8395) by honlyHuang
🛠️ fix: make picker value optional (#8374) by taoqf


CONTRIBUTORS

上周共有 2 名独立贡献者:

👤 honlyHuang
👤 taoqf

感谢你们对开源事业做出的贡献。:+1:


STARGAZERS

上周获得了 52 个 star。它们分别来自于:

nan0kaiyu | ⭐ Sqrelord | ⭐ jiangore | ⭐ cralyhuo | ⭐ JohyC | ⭐ Lost-Swords | ⭐ kevin256 | ⭐ xueyizhixia77 | ⭐ linliwei5967 | ⭐ zhazihong | ⭐ cassie-cy | ⭐ Lion0209 | ⭐ flike | ⭐ JayDown | ⭐ Murphy573 | ⭐ Iamasoldier6 | ⭐ stylelv | ⭐ gaofeng314 | ⭐ woodwen | ⭐ HuaZhuangNan | ⭐ fei244611 | ⭐ yushilei1218 | ⭐ shixiaoyong-sxy | ⭐ XB-Paul | ⭐ good-father | ⭐ TableBreaker | ⭐ Bigdragon123 | ⭐ elaine140626 | ⭐ warrenwang-gl | ⭐ hex11o | ⭐ myan1aha | ⭐ zhaomengfan | ⭐ lzyweb | ⭐ jcchikikomori | ⭐ GitACDreamer | ⭐ xinzhanguo | ⭐ greper | ⭐ sealice | ⭐ vnimy | ⭐ zhangdxchn | ⭐ wwx131415 | ⭐ FTLLOVE | ⭐ HiJackSherlock | ⭐ debugtheworldbot | ⭐ Dueryoung | ⭐ pizheng | ⭐ tobbyvic | ⭐ shinima | ⭐ jacktsui | ⭐ decadez | ⭐ KatyushaScarlet | ⭐ hyv5 |
You all are the stars! 🌟


以上就是本周的项目周报。你可以点击 weekly-digest 查看往期的项目周报。

@taro-bot2
Copy link
Author

taro-bot2 bot commented Jan 2, 2021

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant