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

项目周报 (2023 年 9 月 23 日 - 2023 年 9 月 30 日) #14623

Closed
taro-bot2 bot opened this issue Sep 30, 2023 · 0 comments
Closed

项目周报 (2023 年 9 月 23 日 - 2023 年 9 月 30 日) #14623

taro-bot2 bot opened this issue Sep 30, 2023 · 0 comments

Comments

@taro-bot2
Copy link

taro-bot2 bot commented Sep 30, 2023


ISSUES

上周有 33 个新 issue。
8 个 issue 已经被关闭,25 个 issue 仍然保持打开状态。

OPEN ISSUES

💚 #14622 能否基于 @tarojs/components 完整打包一个组件库, by j10ccc
💚 #14621 无法正确获取 VirtualWaterfall 组件实例, by aimerthyr
💚 #14619 编译自定义组件修改了组件名称, by chrysanthemum
💚 #14618 taro h5本地正常打包后运行报错, by jsyanyang
💚 #14616 微信小程序组件的 Properties 属性是可读可写的,@withWeapp设置的properties只支持读,不支持写, by handsomeliuyang
💚 #14615 Image组件未设置src时,会有黑框;mode=""时,图标按原大小显示, by handsomeliuyang
💚 #14614 @withWeapp 不支持behaviors.lifetime属性, by handsomeliuyang
💚 #14613 ScrollView组件的scrollTop与onScroll同时设置不生效,只支持scroll-top与onScroll同时设置, by handsomeliuyang
💚 #14612 Taro.createIntersectionObserver(component, options)方法,只支持component,不支持传入currentPage对象, by handsomeliuyang
💚 #14611 fix(alipay): current of previewImage support number value, by TheKonka
💚 #14610 升级到最新的3.6.17版本后,部分页面出现大量报错, by MuYiBo
💚 #14609 点击某个view的外部区域。触发事件。, by huanlirui
💚 #14608 ChannelVideo输入feedToken无效, by Carry3
💚 #14607 fix(plugin-inject): 修复 Vue2 使用 componentsMap 配置时报错的问题,#13299 #14520, by Chen-jj
💚 #14605 渲染 HTML 容器的 CSS 类设置为 .taro_html, by onlyling
💚 #14604 支付宝小程序自定义导航栏 iphone12pro 点击无效, by MKP999
💚 #14602 feat: plugin-html支持把div转换成static-view或pure-view, by leiyu0932
💚 #14601 createSelectorQuery 获取元素尺寸需要 100 多毫秒, by crazyair
💚 #14599 3.6.17 使用customWrapper出现Template undefined not found.错误, by JunVincetHuo
💚 #14594 Taro.previewImage方法在支付宝小程序下current为数字1,默认打开的第一个图片并不是第二个图片, by JCqiu
💚 #14593 3.6.17 使用默认模版创建项目 启动报错, by lonelyWalkor
💚 #14591 画布 CanvasContext 中 setTransform 与 transform 两个接口参数顺序与微信小程序不一致, by Vector-Hope
💚 #14589 开启optimizeMainPackage后, 生产模式下分包sub-common有编译缓存, by jackple
💚 #14588 微信小程序转 Taro, by liwenjun95
💚 #14587 项目周报 (2023 年 9 月 16 日 - 2023 年 9 月 23 日), by taro-bot2[bot]

CLOSED ISSUES

❤️ #14606 Fix/inject bug, by Chen-jj
❤️ #14603 Sass新版迭代,废弃@import使用@use,目前引入插件但taro不支持编译,小程序直接报错, by hc-advokate
❤️ #14600 Vite, by reed-fea
❤️ #14598 fix(runtime): 文本节点补充传递sid属性,避免文本节点列表更新时提示没有key的问题, by Chen-jj
❤️ #14597 fix(route): normal page max-height fix #14592, by ZakaryCode
❤️ #14596 Update miniTemplateLoader.ts, by journey-xt
❤️ #14592 3.6.17 跳转到非tabbar页面 首页没有隐藏 导致下一个页面没有展示, 底部tabbar高度在非tabbar页面也占据了高度, by lonelyWalkor
❤️ #14590 fix(type): update type of app.json, by p2227


PULL REQUESTS

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

UPDATED PULL REQUEST

上周有 4 个 pull request 更新:
💛 #14611 fix(alipay): current of previewImage support number value, by TheKonka
💛 #14607 fix(plugin-inject): 修复 Vue2 使用 componentsMap 配置时报错的问题,#13299 #14520, by Chen-jj
💛 #14602 feat: plugin-html支持把div转换成static-view或pure-view, by leiyu0932
💛 #14559 Feature 新增 webpack 不同级别编译错误处理方式, by beezen

MERGED PULL REQUEST

上周 merge 了 7 个 pull request:

💜 #14598 fix(runtime): 文本节点补充传递sid属性,避免文本节点列表更新时提示没有key的问题, by Chen-jj
💜 #14597 fix(route): normal page max-height fix #14592, by ZakaryCode
💜 #14596 Update miniTemplateLoader.ts, by journey-xt
💜 #14590 fix(type): update type of app.json, by p2227
💜 #14584 Status bar height高度获取错误, by moseszhou
💜 #14511 feat(shared): third party template supports void elements, by HyperLife1119
💜 #14465 fix(runtime): remove the style property when the value is an empty st…, by TheKonka


COMMITS

上周共有 9 个 提交:

🛠️ fix(runtime): remove the style property when the value is an empty string by TheKonka
🛠️ Revert "perf: rn端sass文件引入路径包含别名时支持~,例如: @import ’~@/common/baseStyle.scss‘" by moseszhou
🛠️ fix: android 在沉浸式切换时,有几率top值为0。 by moseszhou
🛠️ perf: rn端sass文件引入路径包含别名时支持~,例如: @import ’~@/common/baseStyle.scss‘ by moseszhou
🛠️ feat(shared): third party template supports void elements (#14511) by HyperLife1119
🛠️ fix(runtime): 文本节点补充传递sid属性,避免文本节点列表更新时提示没有key的问题 by Chen-jj
🛠️ Update miniTemplateLoader.ts by journey-xt
🛠️ fix(route): normal page max-height fix #14592 by ZakaryCode
🛠️ fix(type): update type of app.json (#14590) by p2227


CONTRIBUTORS

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

👤 TheKonka
👤 moseszhou
👤 HyperLife1119
👤 Chen-jj
👤 journey-xt
👤 ZakaryCode
👤 p2227

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


STARGAZERS

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

HAIHAI211 | ⭐ allen-65 | ⭐ Definekid | ⭐ BaiGuangTeng | ⭐ freespace8 | ⭐ brizz | ⭐ 0802lqrasd123 | ⭐ kendrickcheung007 | ⭐ Goalonez | ⭐ karlsbeard | ⭐ yuanbaoyaoyao | ⭐ Da-Xin-sxy | ⭐ RealHeart | ⭐ hule1 | ⭐ harryczqp | ⭐ gxranger | ⭐ DayoWang | ⭐ HRBully | ⭐ UndertaIe | ⭐ codersmoixan | ⭐ Shengguang-Zhou | ⭐ liz996 | ⭐ YanAndFish | ⭐ panpan-ren | ⭐ maskerzzf | ⭐ zhouboyi1998 | ⭐ SuperPhant |
You all are the stars! 🌟


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

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

0 participants