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.
特性
H5
entryPagePath
,by @liuchuzhangRN
修复
小程序
Textarea
设置autoFocus
属性时报错的问题,微信小程序中使用<Textarea>组件时使用'autoFocus'属性时报错 #10870,by @Yang03onShow
的问题,第一次进入页面,onShow 会触发两次 #10728Slot
会报错的问题,支持支付宝小程序启用2.0构建 #10162Text
嵌套不显示的问题,text组件内嵌text组件,内层text组件丢失 #10829Canvas
v2.0,@tarojs/components提供的Canvas组件不支持type #10882video
组件不能设置muted
的问题,编译至小程序平台下的 video 组件, v-bind 绑定的 muted 参数没有生效 #9550H5
basename
后没有设置上页面标题的问题,H5 配置 basename 后 taro 没有设置浏览器标题 #10862,by @liuchuzhangBlock
组件会创建真实节点的问题,Block在H5下,实际渲染为一个标签,导致子元素原本flex布局失效。 #10285RN
Picker
日期和时间属性当初始化值为空时无法变更值的问题,picker mode=date 要是一开始赋值为'',就选不了了 #10405@tarojs/plugin-html
*
的问题,by @innoccesTypings
showActionSheet
的类型,by @spiritree