Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
修复
小程序
onShow
生命周期的触发时机,Taro3 在字节小程序中,onLoad 和 onShow 的触发时机不正确 #8326,by @koalainkpure-view
在设置属性后不能改变为static-view
的问题Input
组件的enableNative
属性,Input的value同步时,IOS下原生九宫格中文输入法会失去焦点 #7226previewMedia
API,Taro.previewMedia 不支持 #8594live-pusher
组件设置子组件,Taro3.x编译LivePusher,子组件丢失 #8490H5
useRouter
中获取的router.path
字段为空字符串的问题,在H5环境下从useRouter中获取的router中path字段为空字符串 #7296,by @ZeroTo0nepageScrollTo
将scrollTop
设置为 0 会报错的问题,fix: 修复 h5 使用 pageScrollTo 将 scrollTop 设置为 0 会报错的问题 #8408,by @jin-yufeng