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.
特性
小程序
<Login>
组件的支持,fix 百度小程序“login 联合登录 / 手机号授权内嵌组件”,Taro3.x不支持 #10452修复
小程序
Map
组件的min-scale
和max-scale
属性,fix 小程序Map组件不支持min-scale 和max-scale属性 导致无法使用此功能 #10239,by @xshaobaozi@tarojs/taro/html5.css
后报错的问题,fix ./taro.wxss编译错误 #10340,by @spiritreeMiniSplitChunksPlugin
对非微信小程序的小程序平台的支持,fix MiniSplitChunksPlugin功能打开,支付宝分包的样式缺失 #10478 qq小程序生成了wxss文件 #10439style
为pointer-events: none
时失败的问题,fix 设置 pointer-events:none 的 style 属性消失 #10344RN
componentDidShow
,componentDidHide
,useDidHide
,useDidShow
触发时机CLI
app.config.js
使用fs
或path
依赖时报错的问题,by @cuijinyuTyping
openSetting
API 的参数类型,fix Taro.setting缺少withSubscriptions 这个字段 #10032openCustomerServiceChat
的类型,fix 补充openCustomerServiceChat的类型 #10226previewMedia
API的类型,fix 不支持previewVideo api #10232其它