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

项目周报 (2022 年 3 月 26 日 - 2022 年 4 月 2 日) #11561

Closed
taro-bot2 bot opened this issue Apr 2, 2022 · 0 comments
Closed

项目周报 (2022 年 3 月 26 日 - 2022 年 4 月 2 日) #11561

taro-bot2 bot opened this issue Apr 2, 2022 · 0 comments

Comments

@taro-bot2
Copy link

taro-bot2 bot commented Apr 2, 2022


ISSUES

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

OPEN ISSUES

💚 #11560 chore: Included githubactions in the dependabot config, by nathannaveen
💚 #11559 关于React, by codthing
💚 #11558 Cannot read property 'ExpoUpdates' of undefined, by Symous
💚 #11557 希望暴露出入口配置功能,可以使用react18的createroot功能。目前升级到18之后 无法使用改功能, by LengJunT
💚 #11555 QQ小程序IOS下textarea的adjustPosition属性无效, by leafchao
💚 #11553 fix: 在React Taro项目下,会安装vue3,从而导致JSX.Element 类型不兼容问题, by imnot2
💚 #11552 小程序 Taro.onError 没有触发,无法捕获JS错误, by uujx
💚 #11551 把 Taro 组件编译为原生自定义组件——支付宝小程序不展示, by novaalone
💚 #11549 Tarojs 2 不支持 Taro.getChannelsLiveNoticeInfo 吗?, by KehaoWu
💚 #11548 taro3.x 使用Taro.getImageInfo 成功回调只有 width 和height 没有path, by yoowoonbung
💚 #11546 taro3.x 使用Button组件,无法触发onLogin事件, by atom-7
💚 #11545 feat(h5): Router解析出来的params供赋值给getCurrentInstance()?.router?.params, by Gzxing
💚 #11544 支持桌面版吗, by blue3xp
💚 #11543 chore(deps): bump expo-image-picker from 10.2.3 to 12.0.2, by dependabot[bot]
💚 #11542 feat(h5): 支持播放 hls 视频, by liuchuzhang
💚 #11540 feat(babel): dynamic-import-node support mini-app, by ZakaryCode
💚 #11538 fix(h5): 可能会存在移除未定义的事件函数的问题, by liyiming22
💚 #11537 fix(h5): 修复vue3使用 ref 引用时未引用原生组件实例, by agileago
💚 #11535 feat(types): update from docs, by ZakaryCode
💚 #11530 View 等标签需要支持自定义属性 如: data-xxx , by soeasyjx
💚 #11526 transform 不支持百分比写法, by WhiteSean
💚 #11518 Taro.request 500错误无法拦截, by nanhupatar
💚 #11517 feat(mini-runner): 支持用户对内置配置进行修改, by elvinzhu
💚 #11514 允许修改 rule 等内置webpack配置, by elvinzhu
💚 #11513 项目周报 (2022 年 3 月 19 日 - 2022 年 3 月 26 日), by taro-bot2[bot]

CLOSED ISSUES

❤️ #11547 fix(components-rn): use displayName, by zhiqingchen
❤️ #11541 fix: Remove Vue peer dependence to fix that Vue will be installed at React Taro project and it will leads to JSX Incompatible element type, by imnot2
❤️ #11539 fix: react-native-screens version, by zhiqingchen
❤️ #11532 chore(release): publish 3.4.4, by Chen-jj
❤️ #11531 feat(weapp): 让 Input 支持 KeyboardAccessory,fix #11510, by Chen-jj
❤️ #11529 fix(shared): 让 Slot 组件支持设置 style,fix #11495, by Chen-jj
❤️ #11528 feat(weapp): 新增对 ShareElement 组件的支持,fix #11466, by Chen-jj
❤️ #11527 css *选择器报错, by scrapstation
❤️ #11525 docs(readme): fix typo 微信小程戏 => 微信小程序, by lxchuan12
❤️ #11524 删除关联 issue 机器人, by honlyHuang
❤️ #11523 fix(vue3): 修复 Vue3 使用原生组件时事件触发失败的问题,#9794, by Chen-jj
❤️ #11522 taro使用official-account,编译后,在微信小程序不显示该组件, by wuyuancai4357
❤️ #11521 Taro 开发微信插件,编译H5应用报错(Can't resolve 'xxx/html' in 'xxx'), by datura-lj
❤️ #11519 TS taro 的小程序原生组件Input 的type支持 number 但是 value 类型却只有string, by XERA-2011
❤️ #11516 fix(plugin-html): 使用@tarojs/plugin-html时html默认样式应该放在class最前面, by spiritree
❤️ #11515 feat(mini-runner): 支持用户对内置配置进行修改, by elvinzhu


PULL REQUESTS

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

UPDATED PULL REQUEST

上周有 27 个 pull request 更新:
💛 #11560 chore: Included githubactions in the dependabot config, by nathannaveen
💛 #11553 fix: 在React Taro项目下,会安装vue3,从而导致JSX.Element 类型不兼容问题, by imnot2
💛 #11545 feat(h5): Router解析出来的params供赋值给getCurrentInstance()?.router?.params, by Gzxing
💛 #11543 chore(deps): bump expo-image-picker from 10.2.3 to 12.0.2, by dependabot[bot]
💛 #11542 feat(h5): 支持播放 hls 视频, by liuchuzhang
💛 #11540 feat(babel): dynamic-import-node support mini-app, by ZakaryCode
💛 #11538 fix(h5): 可能会存在移除未定义的事件函数的问题, by liyiming22
💛 #11537 fix(h5): 修复vue3使用 ref 引用时未引用原生组件实例, by agileago
💛 #11535 feat(types): update from docs, by ZakaryCode
💛 #11517 feat(mini-runner): 支持用户对内置配置进行修改, by elvinzhu
💛 #11494 chore(deps): bump debug from 4.1.1 to 4.3.4, by dependabot[bot]
💛 #11493 chore(deps): bump @babel/runtime-corejs3 from 7.15.3 to 7.17.8, by dependabot[bot]
💛 #11492 chore(deps-dev): bump @commitlint/cli from 7.6.1 to 16.2.3, by dependabot[bot]
💛 #11482 feat(taro-plugin-vue3): sfc template conditional compilation, by b2nil
💛 #11481 fix(mini-runner): support vue sfc <style module>, by b2nil
💛 #11458 Feat/swc jest, by huozhongyi123
💛 #11455 fix(components): Image heightFix no work, by tangbzai
💛 #11428 feat(h5) h5的chooseLocation 新增api,支持腾讯地图选点组件的所有api, by LengJunT
💛 #11427 fix(router): 修复设置 basename 后不跳转默认路由的问题, by ryougifujino
💛 #11351 chore(deps): bump ora from 2.1.0 to 6.1.0, by dependabot[bot]
💛 #11245 chore(deps-dev): bump webpack-cli from 3.3.12 to 4.9.2, by dependabot[bot]
💛 #11106 feat(h5): 支持 PickerView、PickerViewColumn 组件, by evernoteHW
💛 #9754 chore(deps): bump semver from 5.7.1 to 7.3.5, by dependabot[bot]
💛 #9752 chore(deps-dev): bump jest-dom from 1.12.1 to 4.0.0, by dependabot[bot]
💛 #9749 chore(deps): bump through2 from 2.0.5 to 4.0.2, by dependabot[bot]
💛 #9747 chore(deps): bump postcss-modules-values from 1.3.0 to 3.0.0, by dependabot[bot]
💛 #8815 fix(taro-h5): chooseImage 支持 sourceType, by liuchuzhang

MERGED PULL REQUEST

上周 merge 了 15 个 pull request:

💜 #11547 fix(components-rn): use displayName, by zhiqingchen
💜 #11539 fix: react-native-screens version, by zhiqingchen
💜 #11532 chore(release): publish 3.4.4, by Chen-jj
💜 #11531 feat(weapp): 让 Input 支持 KeyboardAccessory,fix #11510, by Chen-jj
💜 #11529 fix(shared): 让 Slot 组件支持设置 style,fix #11495, by Chen-jj
💜 #11528 feat(weapp): 新增对 ShareElement 组件的支持,fix #11466, by Chen-jj
💜 #11525 docs(readme): fix typo 微信小程戏 => 微信小程序, by lxchuan12
💜 #11524 删除关联 issue 机器人, by honlyHuang
💜 #11523 fix(vue3): 修复 Vue3 使用原生组件时事件触发失败的问题,#9794, by Chen-jj
💜 #11516 fix(plugin-html): 使用@tarojs/plugin-html时html默认样式应该放在class最前面, by spiritree
💜 #11488 fix(types): add getPhoneNumber code field, by Brain777777
💜 #11478 feat(shared): 创建component template支持'eh', by bingtsingw
💜 #11440 fix(vue3): 使用 setup 语法编写 vue3 内置组件,fix #11393, by Chen-jj
💜 #11432 feat: change h5 request to taro-h5, by huozhongyi123
💜 #11362 fix(react): 支付宝小程序插件配置字段缺失、Taro专有Hooks在小程序插件页面中无法使用, by fw6


COMMITS

上周共有 15 个 提交:

🛠️ fix(components-rn): use displayName (#11547) by zhiqingchen
🛠️ feat: change h5 request to taro-h5 by huozhongyi123
🛠️ fix: react-native-screens version (#11539) by zhiqingchen
🛠️ chore(release): publish 3.4.4 (#11532) by Chen-jj
🛠️ feat(weapp): 让 Input 支持 KeyboardAccessory,fix #11510 by Chen-jj
🛠️ docs(readme): fix typo 微信小程戏 => 微信小程序 by lxchuan12
🛠️ fix(shared): 让 Slot 组件支持设置 style,fix #11495 by Chen-jj
🛠️ feat(weapp): 新增对 ShareElement 组件的支持,fix #11466 (#11528) by Chen-jj
🛠️ fix: html默认样式应该放在class最前面 by spiritree
🛠️ 删除关联 issue 机器人 by honlyHuang
🛠️ fix(vue3): 修复 Vue3 使用原生组件时事件触发失败的问题,#9794 (#11523) by Chen-jj
🛠️ fix(types): add getPhoneNumber code field by Brain777777
🛠️ feat(shared): 创建component template支持'eh' by bingtsingw
🛠️ fix(react): 支付宝小程序插件配置字段缺失、Taro专有Hooks在小程序插件页面中无法使用 (#11362) by fw6
🛠️ fix(vue3): 使用 setup 语法编写 vue3 内置组件,fix #11393 (#11440) by Chen-jj


CONTRIBUTORS

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

👤 zhiqingchen
👤 huozhongyi123
👤 Chen-jj
👤 lxchuan12
👤 spiritree
👤 honlyHuang
👤 Brain777777
👤 bingtsingw
👤 fw6

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


STARGAZERS

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

zttAsoiaf | ⭐ lanhun | ⭐ ircoco | ⭐ Alessaandyuki | ⭐ jxderic | ⭐ wangguishen | ⭐ zeqinjie | ⭐ afrilead | ⭐ xudongyi | ⭐ az031120103 | ⭐ fancyvip | ⭐ xm2by | ⭐ woshi82 | ⭐ bloodynumen | ⭐ klivejo | ⭐ caozhulang | ⭐ xzants | ⭐ J-fla | ⭐ 251205668 | ⭐ ZWShuai91 | ⭐ carlzhangweiwen | ⭐ zwm5000 | ⭐ Realzzz1874 | ⭐ foreverzhang90 | ⭐ zdJOJO | ⭐ yingqianjiang-lingoace | ⭐ coder-zhuzm | ⭐ front-refined | ⭐ victorzuo | ⭐ Caesar-Y | ⭐ zzzhouuu | ⭐ kingleoric | ⭐ yellowhuang | ⭐ Zhaoxiaoxiaolong | ⭐ LiuWk | ⭐ BabyLy233 | ⭐ hunterzhang-dev | ⭐ moecal | ⭐ hcg1023 | ⭐ Zolyn | ⭐ MaDrCloudDev | ⭐ M4nk1n | ⭐ VTsama | ⭐ qq273335649 | ⭐ Zenaspeng | ⭐ wenbingzhang | ⭐ Domain-Yu | ⭐ xiaochuanwu | ⭐ xt-guiyi | ⭐ thuzyc | ⭐ inzaghiRoss | ⭐ cs11b137 | ⭐ we3ew | ⭐ jtaizlx | ⭐ htmlsir | ⭐ huwei1024 | ⭐ wengmankai |
You all are the stars! 🌟


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

@taro-bot2 taro-bot2 bot closed this as completed Apr 16, 2022
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