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 年 2 月 11 日 - 2023 年 2 月 18 日) #13324

Closed
taro-bot2 bot opened this issue Feb 18, 2023 · 0 comments
Closed

项目周报 (2023 年 2 月 11 日 - 2023 年 2 月 18 日) #13324

taro-bot2 bot opened this issue Feb 18, 2023 · 0 comments

Comments

@taro-bot2
Copy link

taro-bot2 bot commented Feb 18, 2023


ISSUES

上周有 43 个新 issue。
20 个 issue 已经被关闭,23 个 issue 仍然保持打开状态。

OPEN ISSUES

💚 #13322 feat: 我希望虚拟滚动组件可以加入动态高度特性, by wegi8
💚 #13321 引入liveqing, by xiaosifeng
💚 #13319 scroll-view组件enableBackToTop设置为true,返回顶部无效, by weirui88888
💚 #13318 Error: .h5. Check out for more information about options, by brianzhang
💚 #13317 引入"html2Canvas"后, 保存图片报错, by tilkofjin
💚 #13316 项目升级到 3.6.1 之后,Input 组件只要设置 focus 属性就会报错, by imwangpan
💚 #13315 chore(deps): 清理 CLI 依赖,分离 taro-convert 包, by Chen-jj
💚 #13313 fix(plugin-mini-ci): 控制台预览二维码尺寸过大,不方便扫码, by ruidoc
💚 #13312 RootPortal组件内部的点击事件不响应, by zhipenglin
💚 #13310 3.6.1版本微信小程序Input组件onInput使用异步函数交互问题, by zuolung
💚 #13308 pinia数据在dev环境正常,在build后数据改变,视图不更新, by yumendexihai
💚 #13307 同层显示隐藏导致 showScrollbar 失效, by tenth-person
💚 #13305 fix(h5): react 组件适配器 style 属性对齐旧版特性 fix #13293, by ZakaryCode
💚 #13303 chore(type): useShareAppMessage 类型定义增强, by bigmeow
💚 #13301 H5 默认构建产物体积过大,可能错误包含了 @tarojs/components 的 source map, by zhu-he
💚 #13293 3.6.1版本h5平台style不能使用字符串, by zuolung
💚 #13292 fix(h5): custom define-constants fix #13286, by ZakaryCode
💚 #13291 build(deps-dev): bump core-js from 2.6.12 to 3.28.0, by dependabot[bot]
💚 #13286 defineConstants 在H5模式下失效, by SuperSaiyr
💚 #13284 perf: rn端sass文件引入路径包含别名时支持~,例如: @import ’~@/common/base-style.scss‘, by moseszhou
💚 #13283 feat(cli): cli增加初始化插件能力, by tutuxxx
💚 #13280 支付宝小程序插件开发,运行报错ENOENT: no such file or directory, by TangSeng-Liu
💚 #13279 微信小程序插件,taro build --plugin weapp 编译错误, by DJDIDI

CLOSED ISSUES

❤️ #13320 项目创建后无法执行 yarn install, 发现是根据模板创建的项目中 package.json中多了一个 逗号导致的错误, by pardonhan
❤️ #13311 fix(webpack5): 修复样式文件 import 后静态资源路径错误的问题, by Chen-jj
❤️ #13306 fix(plugin-inject): 修复新增componentsMap时未正确识别 export * 的问题, by AdvancedCat
❤️ #13304 feat(plugin-mini-ci): jimp 升级、二维码扫码器更换, by bigmeow
❤️ #13302 fix(qq): add declaration of qq api openQzonePublish, by By-Ha
❤️ #13300 fix(taro-plugin-mini-ci): 修复初始化报错的问题, by ruidoc
❤️ #13299 通过plugin-inject插件新增组件,编译后部分基础组件丢失, by molunhui
❤️ #13297 缺少openQzonePublish API, by By-Ha
❤️ #13296 fix(rn): image component error, by zhiqingchen
❤️ #13295 feat(weapp): 新增对 ChannelVideo 组件的支持, by AdvancedCat
❤️ #13294 3.6开始在React-H5端不支持内联样式写字符串的方式, by hisanshao
❤️ #13289 open-type="chooseAvatar" 无法触发回调?, by gumpBOBO
❤️ #13288 不支持新组件 ChannelVideo, by xlgm
❤️ #13285 fix(alipay): update property of Map (#13281), by TheKonka
❤️ #13282 fix(types): hideLoading.Option 添加 noConflict 可选字段, by yijinc
❤️ #13281 支付宝小程序中地图的enableSatellite属性不起作用, by LeoHuang520
❤️ #13278 插件依赖 "@tarojs/plugin-mini-ci" 加载失败, by yangjisen
❤️ #13277 RN中无法使用Image组件, by jackieit
❤️ #13276 fix(api): createMediaRecorder 类型补充, by halodong
❤️ #13275 refactor(types): sync components types, by github-actions[bot]


PULL REQUESTS

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

OPEN PULL REQUEST

上周打开了 1 个 pull request:
💚 #13315 chore(deps): 清理 CLI 依赖,分离 taro-convert 包, by Chen-jj

UPDATED PULL REQUEST

上周有 9 个 pull request 更新:
💛 #13313 fix(plugin-mini-ci): 控制台预览二维码尺寸过大,不方便扫码, by ruidoc
💛 #13305 fix(h5): react 组件适配器 style 属性对齐旧版特性 fix #13293, by ZakaryCode
💛 #13303 chore(type): useShareAppMessage 类型定义增强, by bigmeow
💛 #13292 fix(h5): custom define-constants fix #13286, by ZakaryCode
💛 #13291 build(deps-dev): bump core-js from 2.6.12 to 3.28.0, by dependabot[bot]
💛 #13284 perf: rn端sass文件引入路径包含别名时支持~,例如: @import ’~@/common/base-style.scss‘, by moseszhou
💛 #13283 feat(cli): cli增加初始化插件能力, by tutuxxx
💛 #13266 build(deps-dev): bump stylelint-order from 5.0.0 to 6.0.2, by dependabot[bot]
💛 #12883 fix: Slot组件props类型中增加children属性, 解决ts报错, by fanzkday

MERGED PULL REQUEST

上周 merge 了 10 个 pull request:

💜 #13311 fix(webpack5): 修复样式文件 import 后静态资源路径错误的问题, by Chen-jj
💜 #13306 fix(plugin-inject): 修复新增componentsMap时未正确识别 export * 的问题, by AdvancedCat
💜 #13304 feat(plugin-mini-ci): jimp 升级、二维码扫码器更换, by bigmeow
💜 #13302 fix(qq): add declaration of qq api openQzonePublish, by By-Ha
💜 #13300 fix(taro-plugin-mini-ci): 修复初始化报错的问题, by ruidoc
💜 #13296 fix(rn): image component error, by zhiqingchen
💜 #13295 feat(weapp): 新增对 ChannelVideo 组件的支持, by AdvancedCat
💜 #13285 fix(alipay): update property of Map (#13281), by TheKonka
💜 #13282 fix(types): hideLoading.Option 添加 noConflict 可选字段, by yijinc
💜 #13276 fix(api): createMediaRecorder 类型补充, by halodong


COMMITS

上周共有 31 个 提交:

🛠️ fix(webpack5): 修复样式文件 import 后静态资源路径错误的问题 by Chen-jj
🛠️ fix(plugin-inject): 修复新增componentsMap时未正确识别 expor * 的问题 (#13306) by AdvancedCat
🛠️ feat: 微信小程序上传时新增编译设置选项 by bigmeow
🛠️ feat(#13174): 微信小程序上传时新增编译设置选项 by bigmeow
🛠️ docs: 京东小程序CI文档 by bigmeow
🛠️ feat: jimp 依赖升级、引入新的更稳定的二维码扫描器 by bigmeow
🛠️ fix: qrcode-reader 包抛出的异常未被外界正确打印输出 by bigmeow
🛠️ fix(#13278): 修复 pr https://github.com/NervJS/taro/pull/13300 的问题 by bigmeow
🛠️ Revert "fix(taro-plugin-mini-ci): 修复初始化报错的问题" by bigmeow
🛠️ fix(qq): add declaration of qq api openQzonePublish (#13302) by By-Ha
🛠️ fix(api): createMediaRecorder 类型补充 (#13276) by halodong
🛠️ Merge pull request #13300 from ruidoc/ruidoc-pr by bigmeow
🛠️ fix(taro-plugin-mini-ci): 修复初始化报错的问题 by ruidoc
🛠️ fix(rn): image component error (#13296) by zhiqingchen
🛠️ Merge pull request #13295 from AdvancedCat/feat/channel-video by ZakaryCode
🛠️ Merge branch 'next' into feat/channel-video by ZakaryCode
🛠️ Merge pull request #13285 from TheKonka/fix-alipay-map by ZakaryCode
🛠️ Merge branch 'next' into fix-alipay-map by ZakaryCode
🛠️ Merge pull request #13282 from yijinc/next by ZakaryCode
🛠️ feat(h5): 导出新增组件及测试用例 by ZakaryCode
🛠️ fix(test): update snapshot by TheKonka
🛠️ Merge branch 'NervJS-pr/yijinc/13282' into next by yijinc
🛠️ Merge branch 'pr/yijinc/13282' of https://github.com/NervJS/taro into NervJS-pr/yijinc/13282 by yijinc
🛠️ feat(types): update vue typings by ZakaryCode
🛠️ fix(types): hideLoading.Option/hideToast.Option 添加 noConflict 可选字段 by yijinc
🛠️ fix(type): update Map types by TheKonka
🛠️ feat(weapp): 新增对 ChannelVideo 组件的支持,fix #13288 by AdvancedCat
🛠️ feat(h5): 支持 noConflict 参数,与小程序保持一致 by ZakaryCode
🛠️ fix(types): update hide loading & model typings by ZakaryCode
🛠️ fix(alipay): update property of Map (#13281) by TheKonka
🛠️ fix(types): hideLoading.Option 添加 noConflict 可选字段 by yijinc


CONTRIBUTORS

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

👤 Chen-jj
👤 AdvancedCat
👤 bigmeow
👤 By-Ha
👤 halodong
👤 ruidoc
👤 zhiqingchen
👤 ZakaryCode
👤 TheKonka
👤 yijinc

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


STARGAZERS

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

Mr-Li666 | ⭐ qiaimhigh | ⭐ hang133 | ⭐ 456vv | ⭐ purvisdevgit | ⭐ silvacheng | ⭐ wangyao | ⭐ ticktackkk | ⭐ k-k-s-s | ⭐ vaxin | ⭐ JJack27 | ⭐ moqiye | ⭐ wevendex | ⭐ zhaopengdev | ⭐ vagrant1991 | ⭐ lmislm | ⭐ StarlightUnion | ⭐ tlyboy | ⭐ Meruem117 | ⭐ yingdongzhang | ⭐ Greathfs | ⭐ bazingame | ⭐ MProfessor | ⭐ 11273 | ⭐ meow42 | ⭐ Taoaozw | ⭐ mudalu | ⭐ Embrace-future | ⭐ pro-temp | ⭐ wendell6688 | ⭐ ivwv | ⭐ liuxuewei | ⭐ zhujianxintian | ⭐ leezicheng | ⭐ jarcheng | ⭐ James-Lam | ⭐ mylixiaoya | ⭐ name-q | ⭐ ellmc2 | ⭐ Debonex | ⭐ Aduir | ⭐ IslandLiu | ⭐ AutismPatient | ⭐ ooorgo | ⭐ xlz-momo | ⭐ jalbissimo |
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